Skip to content

Commit ddff6e1

Browse files
committed
[maven-release-plugin] prepare release migrations-maven-plugin-1.1.0
1 parent b1866eb commit ddff6e1

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
@@ -25,7 +25,7 @@
2525

2626
<groupId>org.mybatis.maven</groupId>
2727
<artifactId>migrations-maven-plugin</artifactId>
28-
<version>1.1.0-SNAPSHOT</version>
28+
<version>1.1.0</version>
2929
<packaging>maven-plugin</packaging>
3030

3131
<name>MyBatis Migrations Maven plugin</name>
@@ -42,7 +42,7 @@
4242
<url>http://github.com/mybatis/migrations-maven-plugin</url>
4343
<connection>scm:git:ssh://github.com/mybatis/migrations-maven-plugin.git</connection>
4444
<developerConnection>scm:git:git+ssh://[email protected]/mybatis/migrations-maven-plugin.git</developerConnection>
45-
<tag>HEAD</tag>
45+
<tag>migrations-maven-plugin-1.1.0</tag>
4646
</scm>
4747
<issueManagement>
4848
<system>GitHub Issue Management</system>
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.mybatis</groupId>
146146
<artifactId>mybatis-migrations</artifactId>
147-
<version>3.1.1-SNAPSHOT</version>
147+
<version>3.1.1</version>
148148
</dependency>
149149

150150
<!-- Dependencies for Analyze-report mojo -->

0 commit comments

Comments
 (0)