Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeining committed Sep 17, 2019
1 parent 804803c commit 695981d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>country-code</artifactId>
<groupId>org.codice.countrycode</groupId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>

<artifactId>api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion converter-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>country-code</artifactId>
<groupId>org.codice.countrycode</groupId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>

<artifactId>converter-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>country-code</artifactId>
<groupId>org.codice.countrycode</groupId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>

<packaging>bundle</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>org.codice.countrycode</groupId>
<artifactId>country-code</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>

<name>Country Code</name>
<packaging>pom</packaging>
Expand Down Expand Up @@ -386,7 +386,7 @@
<url>https://github.com/codice/countrycode.git</url>
<connection>scm:git:[email protected]:codice/countrycode.git</connection>
<developerConnection>scm:git:[email protected]:codice/countrycode.git</developerConnection>
<tag>HEAD</tag>
<tag>0.1.8</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion standards/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>standards</artifactId>
<groupId>org.codice.countrycode</groupId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion standards/fips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>standards</artifactId>
<groupId>org.codice.countrycode</groupId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>

<artifactId>fips</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion standards/genc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>standards</artifactId>
<groupId>org.codice.countrycode</groupId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>

<artifactId>genc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion standards/iso/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>standards</artifactId>
<groupId>org.codice.countrycode</groupId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>

<artifactId>iso</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion standards/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>country-code</artifactId>
<groupId>org.codice.countrycode</groupId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>

<artifactId>standards</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion standards/standard-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>standards</artifactId>
<groupId>org.codice.countrycode</groupId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
</parent>

<artifactId>standard-registry</artifactId>
Expand Down

0 comments on commit 695981d

Please sign in to comment.