Skip to content
This repository was archived by the owner on Dec 3, 2018. It is now read-only.

Commit 1b51509

Browse files
[maven-release-plugin] prepare release v0.1.10
1 parent 91771f0 commit 1b51509

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.coner</groupId>
55
<artifactId>coner-core-parent</artifactId>
6-
<version>0.1.10-SNAPSHOT</version>
6+
<version>0.1.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

build-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>org.coner</groupId>
66
<artifactId>coner-core-parent</artifactId>
7-
<version>0.1.10-SNAPSHOT</version>
7+
<version>0.1.10</version>
88
</parent>
99
<artifactId>coner-core-build-tools</artifactId>
10-
<version>1.0</version>
10+
<version>0.1.10</version>
1111
<packaging>jar</packaging>
1212
<properties>
1313
<checkstyle.skip>true</checkstyle.skip>

client-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>coner-core-parent</artifactId>
55
<groupId>org.coner</groupId>
6-
<version>0.1.10-SNAPSHOT</version>
6+
<version>0.1.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>coner-core-client-generator</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.coner</groupId>
66
<artifactId>coner-core-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.1.10-SNAPSHOT</version>
8+
<version>0.1.10</version>
99
<inceptionYear>2014</inceptionYear>
1010

1111
<modules>
@@ -21,7 +21,7 @@
2121

2222
<scm>
2323
<developerConnection>scm:git:git@github.com:caeos/coner-core.git</developerConnection>
24-
<tag>HEAD</tag>
24+
<tag>v0.1.10</tag>
2525
</scm>
2626

2727
<build>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.coner</groupId>
55
<artifactId>coner-core-parent</artifactId>
6-
<version>0.1.10-SNAPSHOT</version>
6+
<version>0.1.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)