We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653b710 commit 1d0258cCopy full SHA for 1d0258c
2 files changed
bootique-mybatis/pom.xml
@@ -24,7 +24,7 @@
24
<parent>
25
<groupId>io.bootique.mybatis</groupId>
26
<artifactId>bootique-mybatis-parent</artifactId>
27
- <version>4.0-M3</version>
+ <version>4.0-SNAPSHOT</version>
28
</parent>
29
30
<artifactId>bootique-mybatis</artifactId>
pom.xml
@@ -28,7 +28,7 @@
31
32
33
<packaging>pom</packaging>
34
@@ -48,7 +48,7 @@
48
<scm>
49
<developerConnection>scm:git:ssh://git@github.com/bootique/bootique-mybatis</developerConnection>
50
<url>https://github.com/bootique/bootique-mybatis</url>
51
- <tag>4.0-M3</tag>
+ <tag>HEAD</tag>
52
</scm>
53
54
<dependencyManagement>
0 commit comments