Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Revving up to version 2.3.4-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarvalho777 committed Nov 6, 2017
1 parent 9d70c5f commit fb5b56c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add the Maven dependency below to your Spring Boot application pom file.<br>
<dependency>
<groupId>com.paypal.springboot</groupId>
<artifactId>resteasy-spring-boot-starter</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4-RELEASE</version>
<scope>runtime</scope>
</dependency>
```
Expand Down
10 changes: 5 additions & 5 deletions mds/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
## 2.3.4-RELEASE

#### Release date
TBD
November 6th, 2017.

#### Third-party versions
- RESTEasy: TBD
- Spring Boot: TBD
- RESTEasy: 3.1.4.Final
- Spring Boot: 1.5.8.RELEASE

#### New features and enhancements
TBS
1. [83 - Upgrade to Spring Boot version 1.5.8](https://github.com/paypal/resteasy-spring-boot/issues/83)

#### Bug fixes
TBD
None

## 2.3.3-RELEASE

Expand Down
2 changes: 1 addition & 1 deletion mds/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add the Maven dependency below to your Spring Boot application pom file.<br>
<dependency>
<groupId>com.paypal.springboot</groupId>
<artifactId>resteasy-spring-boot-starter</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4-RELEASE</version>
<scope>runtime</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.paypal.springboot</groupId>
<artifactId>resteasy-spring-boot-starter-parent</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4-RELEASE</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring-boot-starter-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.paypal.springboot</groupId>
<artifactId>resteasy-spring-boot-starter-test</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4-RELEASE</version>
<name>${project.artifactId}</name>

<description>Integration test project for RESTEasy Spring Boot starter</description>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.paypal.springboot</groupId>
<artifactId>resteasy-spring-boot-starter</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4-RELEASE</version>
<name>${project.artifactId}</name>

<description>A Spring Boot starter for RESTEasy</description>
Expand Down
2 changes: 1 addition & 1 deletion sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.test</groupId>
<artifactId>sample-app</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4-RELEASE</version>
<packaging>jar</packaging>

<description>Simple test application for the Resteasy Spring Boot starter</description>
Expand Down

0 comments on commit fb5b56c

Please sign in to comment.