We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0008e9 commit de809c2Copy full SHA for de809c2
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>org.mybatis.maven</groupId>
30
<artifactId>migrations-maven-plugin</artifactId>
31
- <version>1.1.3-SNAPSHOT</version>
+ <version>1.1.3</version>
32
<packaging>maven-plugin</packaging>
33
34
<name>MyBatis Migrations Maven plugin</name>
@@ -45,7 +45,7 @@
45
<url>http://github.com/mybatis/migrations-maven-plugin</url>
46
<connection>scm:git:ssh://github.com/mybatis/migrations-maven-plugin.git</connection>
47
<developerConnection>scm:git:ssh://[email protected]/mybatis/migrations-maven-plugin.git</developerConnection>
48
- <tag>HEAD</tag>
+ <tag>migrations-maven-plugin-1.1.3</tag>
49
</scm>
50
<issueManagement>
51
<system>GitHub Issue Management</system>
0 commit comments