Skip to content

Commit b0d6a36

Browse files
committed
[maven-release-plugin] prepare release migrations-maven-plugin-1.2.0
1 parent 557b883 commit b0d6a36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.mybatis.maven</groupId>
3030
<artifactId>migrations-maven-plugin</artifactId>
31-
<version>1.6.1-SNAPSHOT</version>
31+
<version>1.2.0</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>MyBatis Migrations Maven plugin</name>
@@ -40,7 +40,7 @@
4040
<scm>
4141
<connection>scm:git:ssh://[email protected]/mybatis/migrations-maven-plugin.git</connection>
4242
<developerConnection>scm:git:ssh://[email protected]/mybatis/migrations-maven-plugin.git</developerConnection>
43-
<tag>HEAD</tag>
43+
<tag>migrations-maven-plugin-1.2.0</tag>
4444
<url>https://github.com/mybatis/migrations-maven-plugin/</url>
4545
</scm>
4646
<issueManagement>
@@ -77,7 +77,7 @@
7777
<lang3.version>3.16.0</lang3.version>
7878

7979
<!-- Reproducible Builds -->
80-
<project.build.outputTimestamp>1723397958</project.build.outputTimestamp>
80+
<project.build.outputTimestamp>1723398750</project.build.outputTimestamp>
8181
</properties>
8282

8383
<dependencies>

0 commit comments

Comments
 (0)