We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02794e commit 7043008Copy full SHA for 7043008
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>io.dropwizard.modules</groupId>
11
<artifactId>dropwizard-web</artifactId>
12
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
13
<packaging>jar</packaging>
14
15
<name>dropwizard-web</name>
@@ -143,4 +143,8 @@
143
</plugin>
144
</plugins>
145
</build>
146
+
147
+ <scm>
148
+ <tag>v1.5.2</tag>
149
+ </scm>
150
</project>
0 commit comments