File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
42 <modelVersion >4.0.0</modelVersion >
53
64 <groupId >com.gruelbox</groupId >
75 <artifactId >dropwizard-https-redirect</artifactId >
8- <version >0.0.4-SNAPSHOT </version >
6+ <version >0.0.4</version >
97
108 <name >${project.groupId} :${project.artifactId} </name >
119 <description >A small dropwizard bundle which will redirect any income HTTP requests to the equivalent HTTPS URL.</description >
228226 <connection >scm:git:https://github.com/gruelbox/dropwizard-https-redirect.git</connection >
229227 <developerConnection >scm:git:git@github.com:gruelbox/dropwizard-https-redirect.git</developerConnection >
230228 <url >https://github.com/gruelbox/dropwizard-https-redirect</url >
231- <tag >HEAD </tag >
229+ <tag >0.0.4 </tag >
232230 </scm >
233231
234232 <distributionManagement >
You can’t perform that action at this time.
0 commit comments