We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b5512 commit 393fae2Copy full SHA for 393fae2
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.gruelbox</groupId>
5
<artifactId>dropwizard-https-redirect</artifactId>
6
- <version>0.0.6-SNAPSHOT</version>
+ <version>0.0.6</version>
7
8
<name>${project.groupId}:${project.artifactId}</name>
9
<description>A small dropwizard bundle which will redirect any income HTTP requests to the equivalent HTTPS URL.</description>
@@ -226,7 +226,7 @@
226
<connection>scm:git:https://github.com/gruelbox/dropwizard-https-redirect.git</connection>
227
<developerConnection>scm:git:git@github.com:gruelbox/dropwizard-https-redirect.git</developerConnection>
228
<url>https://github.com/gruelbox/dropwizard-https-redirect</url>
229
- <tag>HEAD</tag>
+ <tag>0.0.6</tag>
230
</scm>
231
232
<distributionManagement>
0 commit comments