Skip to content

Commit

Permalink
Produced final version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannov committed Mar 22, 2018
1 parent e05095f commit c366a13
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.0-SNAPSHOT</version>
<version>1.2.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.0-SNAPSHOT</version>
<version>1.2.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.0-SNAPSHOT</version>
<version>1.2.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.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>war</packaging>
<properties>
<version.ws-liberty>17.0.0.4</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.0-SNAPSHOT</version>
<version>1.2.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.0-SNAPSHOT</version>
<version>1.2.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.0-SNAPSHOT</version>
<version>1.2.0</version>
<description>The Subscribers microservice resource</description>
<packaging>war</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion solution/users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>bg.jug</groupId>
<artifactId>users</artifactId>
<packaging>war</packaging>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit c366a13

Please sign in to comment.