We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f8e6d commit 5fab61eCopy full SHA for 5fab61e
1 file changed
pom.xml
@@ -29,7 +29,7 @@
29
30
<groupId>io.bootique.jooq</groupId>
31
<artifactId>bootique-jooq</artifactId>
32
- <version>3.0-RC1</version>
+ <version>3.0-SNAPSHOT</version>
33
<packaging>jar</packaging>
34
35
<name>bootique-jooq: Jooq Integration with Bootique</name>
@@ -43,7 +43,7 @@
43
<scm>
44
<developerConnection>scm:git:ssh://git@github.com/bootique/bootique-jooq</developerConnection>
45
<url>https://github.com/bootique/bootique-jooq</url>
46
- <tag>3.0-RC1</tag>
+ <tag>HEAD</tag>
47
</scm>
48
49
<dependencyManagement>
0 commit comments