We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9b637 commit 6a9cff4Copy full SHA for 6a9cff4
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.arteam</groupId>
6
<artifactId>jdit</artifactId>
7
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
8
9
<name>JDBI Dropwizard Integration Testing</name>
10
<description>JDIT is library which simplifies integration testing of JDBI applications</description>
@@ -23,7 +23,7 @@
23
<scm>
24
<developerConnection>scm:git:git@github.com:arteam/jdit.git</developerConnection>
25
<url>https://github.com/arteam/jdit.git</url>
26
- <tag>HEAD</tag>
+ <tag>jdit-0.8</tag>
27
</scm>
28
29
<licenses>
0 commit comments