We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a1a49 commit fc9c052Copy full SHA for fc9c052
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>io.dropwizard.modules</groupId>
11
<artifactId>dropwizard-web</artifactId>
12
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
13
<packaging>jar</packaging>
14
15
<name>dropwizard-web</name>
@@ -138,4 +138,8 @@
138
</plugin>
139
</plugins>
140
</build>
141
+
142
+ <scm>
143
+ <tag>v2.0.1</tag>
144
+ </scm>
145
</project>
0 commit comments