We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7c23e commit 854f0eeCopy full SHA for 854f0ee
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-SNAPSHOT</version>
+ <version>4.0-M1</version>
28
</parent>
29
<artifactId>bootique-mybatis</artifactId>
30
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>HEAD</tag>
+ <tag>4.0-M1</tag>
52
</scm>
53
54
<dependencyManagement>
0 commit comments