Skip to content

Commit 51334d5

Browse files
committed
Release v0.5.1.1
1 parent bddeb8a commit 51334d5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>be.atbash.mp.rest-client</groupId>
2525
<artifactId>rest-client-parent</artifactId>
26-
<version>0.5.2-SNAPSHOT</version>
26+
<version>0.5.1.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

commands.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ mvn license:format
99

1010

1111

12-
mvn versions:set -DnewVersion=0.5.2-SNAPSHOT -DgenerateBackupPoms=false
12+
mvn versions:set -DnewVersion=0.5.1.1 -DgenerateBackupPoms=false

example/client-se/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>be.atbash.mp.rest-client</groupId>
2525
<artifactId>atbash-rest-client-example-parent</artifactId>
26-
<version>0.5.2-SNAPSHOT</version>
26+
<version>0.5.1.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

example/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>be.atbash.mp.rest-client</groupId>
2525
<artifactId>atbash-rest-client-example-parent</artifactId>
26-
<version>0.5.2-SNAPSHOT</version>
26+
<version>0.5.1.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>be.atbash.mp.rest-client</groupId>
2525
<artifactId>rest-client-parent</artifactId>
26-
<version>0.5.2-SNAPSHOT</version>
26+
<version>0.5.1.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

example/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>be.atbash.mp.rest-client</groupId>
2525
<artifactId>atbash-rest-client-example-parent</artifactId>
26-
<version>0.5.2-SNAPSHOT</version>
26+
<version>0.5.1.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>be.atbash.mp.rest-client</groupId>
2525
<artifactId>rest-client-parent</artifactId>
26-
<version>0.5.2-SNAPSHOT</version>
26+
<version>0.5.1.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>be.atbash.mp.rest-client</groupId>
2525
<artifactId>rest-client-parent</artifactId>
26-
<version>0.5.2-SNAPSHOT</version>
26+
<version>0.5.1.1</version>
2727
<packaging>pom</packaging>
2828

2929
<properties>

0 commit comments

Comments
 (0)