We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0698bed commit a0e7dc1Copy full SHA for a0e7dc1
pom.xml
@@ -27,7 +27,7 @@
27
</parent>
28
29
<artifactId>mybatis-migrations</artifactId>
30
- <version>3.3.9-SNAPSHOT</version>
+ <version>3.3.9</version>
31
32
<name>MyBatis Migrations</name>
33
<url>http://www.mybatis.org/migrations/</url>
@@ -43,7 +43,7 @@
43
<url>http://github.com/mybatis/migrations</url>
44
<connection>scm:git:ssh://github.com/mybatis/migrations.git</connection>
45
<developerConnection>scm:git:ssh://[email protected]/mybatis/migrations.git</developerConnection>
46
- <tag>HEAD</tag>
+ <tag>mybatis-migrations-3.3.9</tag>
47
</scm>
48
<issueManagement>
49
<system>GitHub Issue Management</system>
0 commit comments