We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe472e1 commit 827226cCopy full SHA for 827226c
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>3.0-SNAPSHOT</version>
+ <version>3.0</version>
28
</parent>
29
30
<name>bootique-mybatis: MyBatis integration module</name>
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>3.0</tag>
52
</scm>
53
54
<dependencyManagement>
0 commit comments