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 2487183 commit c102bc1Copy full SHA for c102bc1
pom.xml
@@ -25,7 +25,7 @@
25
26
<groupId>org.mybatis.maven</groupId>
27
<artifactId>migrations-maven-plugin</artifactId>
28
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.1.2</version>
29
<packaging>maven-plugin</packaging>
30
31
<name>MyBatis Migrations Maven plugin</name>
@@ -42,7 +42,7 @@
42
<url>http://github.com/mybatis/migrations-maven-plugin</url>
43
<connection>scm:git:ssh://github.com/mybatis/migrations-maven-plugin.git</connection>
44
<developerConnection>scm:git:git+ssh://[email protected]/mybatis/migrations-maven-plugin.git</developerConnection>
45
- <tag>HEAD</tag>
+ <tag>migrations-maven-plugin-1.1.2</tag>
46
</scm>
47
<issueManagement>
48
<system>GitHub Issue Management</system>
0 commit comments