We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eefb44 commit e39f8f1Copy full SHA for e39f8f1
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.dropwizard.modules</groupId>
7
<artifactId>dropwizard-web</artifactId>
8
- <version>1.4.3-SNAPSHOT</version>
+ <version>1.4.3</version>
9
<packaging>jar</packaging>
10
11
<name>dropwizard-web</name>
@@ -37,7 +37,7 @@
37
<developerConnection>scm:git:git@github.com:dropwizard/dropwizard-web.git</developerConnection>
38
<connection>scm:git:https://github.com/dropwizard/dropwizard-web.git</connection>
39
<url>https://github.com/dropwizard/dropwizard-web</url>
40
- <tag>HEAD</tag>
+ <tag>v1.4.3</tag>
41
</scm>
42
43
<issueManagement>
0 commit comments