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 a7a9f17 commit 3d3c1f7Copy full SHA for 3d3c1f7
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>org.mybatis.maven</groupId>
30
<artifactId>migrations-maven-plugin</artifactId>
31
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.4</version>
32
<packaging>maven-plugin</packaging>
33
34
<name>MyBatis Migrations Maven plugin</name>
@@ -57,7 +57,7 @@
57
<url>http://github.com/mybatis/migrations-maven-plugin</url>
58
<connection>scm:git:ssh://github.com/mybatis/migrations-maven-plugin.git</connection>
59
<developerConnection>scm:git:ssh://[email protected]/mybatis/migrations-maven-plugin.git</developerConnection>
60
- <tag>HEAD</tag>
+ <tag>migrations-maven-plugin-1.1.4</tag>
61
</scm>
62
<issueManagement>
63
<system>GitHub Issue Management</system>
0 commit comments