Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebusscher committed Aug 5, 2018
1 parent 11ffa42 commit f987e9e
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 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.1-SNAPSHOT</version>
<version>0.5.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.1-SNAPSHOT -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=0.5.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.1-SNAPSHOT</version>
<version>0.5.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.1-SNAPSHOT</version>
<version>0.5.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.1-SNAPSHOT</version>
<version>0.5.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.1-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions 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.1-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -33,7 +33,7 @@

<properties>
<deltaspike.version>1.8.1</deltaspike.version> <!-- DeltaSpikeProxyInvocationHandler -->
<atbash-utils.version>0.9.2-SNAPSHOT</atbash-utils.version>
<atbash-utils.version>0.9.2</atbash-utils.version>

<asciidoctor.maven.plugin.version>1.5.6</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version>
Expand Down
4 changes: 2 additions & 2 deletions impl/src/main/doc/javaee.adi
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Add the following artefacts to the maven project file to have the Atbash Rest Cl
<dependency>
<groupId>be.atbash.mp.rest-client</groupId>
<artifactId>atbash-rest-client-impl</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</dependency>

<dependency>
<groupId>be.atbash.config</groupId>
<artifactId>geronimo-config</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions impl/src/main/doc/javase.adi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add the following artefacts to the maven project file to have the Atbash Rest Cl
<dependency>
<groupId>be.atbash.mp.rest-client</groupId>
<artifactId>atbash-rest-client-impl</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</dependency>

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

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion impl/src/main/doc/manual.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Atbash MicroProfile rest client
Rudy De Busscher <rdebusscher@gmail.com>
v0.5.1, ??/??/2018
v0.5.1, 05/08/2018

== Release notes

Expand Down
Binary file modified impl/src/main/doc/manual.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

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

<properties>
<atbash-config.version>0.9.2-SNAPSHOT</atbash-config.version>
<atbash-config.version>0.9.2</atbash-config.version>

<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
Expand Down

0 comments on commit f987e9e

Please sign in to comment.