We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb0bd4 commit 8452b07Copy full SHA for 8452b07
pom.xml
@@ -7,7 +7,7 @@
7
<version>5.0.0</version>
8
</parent>
9
<artifactId>dropwizard-flyway</artifactId>
10
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0-1</version>
11
<packaging>jar</packaging>
12
13
<name>Dropwizard Flyway Bundle</name>
@@ -102,4 +102,8 @@
102
<scope>test</scope>
103
</dependency>
104
</dependencies>
105
+
106
+ <scm>
107
+ <tag>dropwizard-flyway-5.0.0-1</tag>
108
+ </scm>
109
</project>
0 commit comments