Skip to content

Commit 5ede321

Browse files
[maven-release-plugin] prepare release 0.0.4
1 parent 9d784a8 commit 5ede321

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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>
@@ -228,7 +226,7 @@
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>

0 commit comments

Comments
 (0)