Skip to content

Commit f987e9e

Browse files
committed
Release v0.5.1
1 parent 11ffa42 commit f987e9e

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
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.1-SNAPSHOT</version>
26+
<version>0.5.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.1-SNAPSHOT -DgenerateBackupPoms=false
12+
mvn versions:set -DnewVersion=0.5.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.1-SNAPSHOT</version>
26+
<version>0.5.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.1-SNAPSHOT</version>
26+
<version>0.5.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.1-SNAPSHOT</version>
26+
<version>0.5.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.1-SNAPSHOT</version>
26+
<version>0.5.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

impl/pom.xml

Lines changed: 2 additions & 2 deletions
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.1-SNAPSHOT</version>
26+
<version>0.5.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

@@ -33,7 +33,7 @@
3333

3434
<properties>
3535
<deltaspike.version>1.8.1</deltaspike.version> <!-- DeltaSpikeProxyInvocationHandler -->
36-
<atbash-utils.version>0.9.2-SNAPSHOT</atbash-utils.version>
36+
<atbash-utils.version>0.9.2</atbash-utils.version>
3737

3838
<asciidoctor.maven.plugin.version>1.5.6</asciidoctor.maven.plugin.version>
3939
<asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version>

impl/src/main/doc/javaee.adi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Add the following artefacts to the maven project file to have the Atbash Rest Cl
99
<dependency>
1010
<groupId>be.atbash.mp.rest-client</groupId>
1111
<artifactId>atbash-rest-client-impl</artifactId>
12-
<version>0.5</version>
12+
<version>0.5.1</version>
1313
</dependency>
1414

1515
<dependency>
1616
<groupId>be.atbash.config</groupId>
1717
<artifactId>geronimo-config</artifactId>
18-
<version>0.9.1</version>
18+
<version>0.9.2</version>
1919
</dependency>
2020

2121
<dependency>

impl/src/main/doc/javase.adi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add the following artefacts to the maven project file to have the Atbash Rest Cl
99
<dependency>
1010
<groupId>be.atbash.mp.rest-client</groupId>
1111
<artifactId>atbash-rest-client-impl</artifactId>
12-
<version>0.5</version>
12+
<version>0.5.1</version>
1313
</dependency>
1414

1515
<!-- need a JAX-RS client -->
@@ -29,7 +29,7 @@ Add the following artefacts to the maven project file to have the Atbash Rest Cl
2929
<dependency>
3030
<groupId>be.atbash.config</groupId>
3131
<artifactId>geronimo-config</artifactId>
32-
<version>0.9.1</version>
32+
<version>0.9.2</version>
3333
</dependency>
3434

3535
<dependency>

impl/src/main/doc/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Atbash MicroProfile rest client
22
Rudy De Busscher <rdebusscher@gmail.com>
3-
v0.5.1, ??/??/2018
3+
v0.5.1, 05/08/2018
44

55
== Release notes
66

0 commit comments

Comments
 (0)