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

Commit

Permalink
[maven-release-plugin] prepare release v0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
carltonwhitehead committed Sep 24, 2017
1 parent 49ab217 commit 4681895
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.coner</groupId>
<artifactId>coner-core-parent</artifactId>
<version>0.1.17-SNAPSHOT</version>
<version>0.1.17</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.coner</groupId>
<artifactId>coner-core-parent</artifactId>
<version>0.1.17-SNAPSHOT</version>
<version>0.1.17</version>
</parent>
<artifactId>coner-core-build-tools</artifactId>
<version>1.0</version>
<version>0.1.17</version>
<packaging>jar</packaging>
<properties>
<checkstyle.skip>true</checkstyle.skip>
Expand Down
2 changes: 1 addition & 1 deletion client-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>coner-core-parent</artifactId>
<groupId>org.coner</groupId>
<version>0.1.17-SNAPSHOT</version>
<version>0.1.17</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coner-core-client-generator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.coner</groupId>
<artifactId>coner-core-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.17-SNAPSHOT</version>
<version>0.1.17</version>
<inceptionYear>2014</inceptionYear>

<modules>
Expand All @@ -21,7 +21,7 @@

<scm>
<developerConnection>scm:git:git@github.com:caeos/coner-core.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.1.17</tag>
</scm>

<build>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.coner</groupId>
<artifactId>coner-core-parent</artifactId>
<version>0.1.17-SNAPSHOT</version>
<version>0.1.17</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 4681895

Please sign in to comment.