Skip to content

Commit 0c6b959

Browse files
author
wuda0112
committed
[maven-release-plugin] prepare release release-1.0.3
1 parent 0dbe1b8 commit 0c6b959

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

mysql-data-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.wuda0112</groupId>
77
<artifactId>mysql-tester</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3</version>
99
</parent>
1010

1111
<artifactId>mysql-data-generator</artifactId>

mysql-jooq-codegen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>mysql-tester</artifactId>
55
<groupId>io.github.wuda0112</groupId>
6-
<version>1.0.3-SNAPSHOT</version>
6+
<version>1.0.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

mysql-tester-commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>mysql-tester</artifactId>
55
<groupId>io.github.wuda0112</groupId>
6-
<version>1.0.3-SNAPSHOT</version>
6+
<version>1.0.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<artifactId>mysql-tester</artifactId>
11-
<version>1.0.3-SNAPSHOT</version>
11+
<version>1.0.3</version>
1212
<packaging>pom</packaging>
1313

1414
<name>mysql-tester</name>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/wuda0112/mysql-tester</url>
2626
<connection>scm:git:[email protected]:wuda0112/mysql-tester.git</connection>
2727
<developerConnection>scm:git:[email protected]:wuda0112/mysql-tester.git</developerConnection>
28-
<tag>HEAD</tag>
28+
<tag>release-1.0.3</tag>
2929
</scm>
3030

3131
<developers>

0 commit comments

Comments
 (0)