Skip to content

Commit

Permalink
Increased the version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannov committed Oct 31, 2018
1 parent afe6789 commit 1537aff
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>bg.jug</groupId>
<artifactId>microprofile-hol</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>bg.jug</groupId>
<artifactId>microprofile-hol</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>MicroProfile Hands-on lab</name>
Expand Down
2 changes: 1 addition & 1 deletion solution/authors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>bg.jug</groupId>
<artifactId>authors</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<properties>
<version.hammock>2.0</version.hammock>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion solution/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>content</artifactId>
<groupId>bg.jug</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>war</packaging>
<properties>
<version.ws-liberty>18.0.0.3</version.ws-liberty>
Expand Down
2 changes: 1 addition & 1 deletion solution/gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>gui</artifactId>
<groupId>bg.jug</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>war</packaging>
<name>GUI Microservice (TomEE)</name>

Expand Down
2 changes: 1 addition & 1 deletion solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>bg.jug</groupId>
<artifactId>microprofile-hol</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>solution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion solution/subscribers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>bg.jug</groupId>
<artifactId>subscribers</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<description>The Subscribers microservice resource</description>
<packaging>war</packaging>
<properties>
Expand Down

0 comments on commit 1537aff

Please sign in to comment.