Skip to content

Commit

Permalink
Release v0.5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebusscher committed Mar 16, 2019
1 parent bddeb8a commit 51334d5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>be.atbash.mp.rest-client</groupId>
<artifactId>rest-client-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ mvn license:format



mvn versions:set -DnewVersion=0.5.2-SNAPSHOT -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=0.5.1.1 -DgenerateBackupPoms=false
2 changes: 1 addition & 1 deletion example/client-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>be.atbash.mp.rest-client</groupId>
<artifactId>atbash-rest-client-example-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion example/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>be.atbash.mp.rest-client</groupId>
<artifactId>atbash-rest-client-example-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>be.atbash.mp.rest-client</groupId>
<artifactId>rest-client-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion example/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>be.atbash.mp.rest-client</groupId>
<artifactId>atbash-rest-client-example-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>be.atbash.mp.rest-client</groupId>
<artifactId>rest-client-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>be.atbash.mp.rest-client</groupId>
<artifactId>rest-client-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.1.1</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 51334d5

Please sign in to comment.