Skip to content

Commit

Permalink
Resteasy 2696 (#87)
Browse files Browse the repository at this point in the history
* RESTEASY-2696 - Upgrade resteasy dep to 3.13.1.Final

* 3.6.2.Final
  • Loading branch information
liweinan authored Sep 18, 2020
1 parent b11e0bb commit 686566d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add the Maven dependency below to your Spring Boot application pom file.<br>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter</artifactId>
<version>3.6.2.Final-SNAPSHOT</version>
<version>3.6.2.Final</version>
<scope>runtime</scope>
</dependency>
```
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>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter</artifactId>
<version>3.6.2.Final-SNAPSHOT</version>
<version>3.6.2.Final</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>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter-parent</artifactId>
<version>3.6.2.Final-SNAPSHOT</version>
<version>3.6.2.Final</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 @@ -11,7 +11,7 @@
</parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter-test</artifactId>
<version>3.6.2.Final-SNAPSHOT</version>
<version>3.6.2.Final</version>
<name>${project.artifactId}</name>

<description>Integration test project for RESTEasy Spring Boot starter</description>
Expand Down
4 changes: 2 additions & 2 deletions resteasy-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter</artifactId>
<version>3.6.2.Final-SNAPSHOT</version>
<version>3.6.2.Final</version>
<name>${project.artifactId}</name>

<description>A Spring Boot starter for RESTEasy</description>
Expand Down Expand Up @@ -59,7 +59,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springboot.version>2.3.2.RELEASE</springboot.version>
<resteasy.version>3.13.0.Final</resteasy.version>
<resteasy.version>3.13.1.Final</resteasy.version>
<resteasy.jackson.version>2.10.3</resteasy.jackson.version>
<jboss-logging.ver>3.4.0.Final</jboss-logging.ver>
<modular.jdk.args/>
Expand Down
4 changes: 2 additions & 2 deletions sample-app-no-jaxrs-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.jboss.resteasy</groupId>
<artifactId>spring-boot-sample-app-no-jaxrs-application</artifactId>
<version>3.6.2.Final-SNAPSHOT</version>
<version>3.6.2.Final</version>
<packaging>jar</packaging>

<description>Simple test application for the Resteasy Spring Boot starter that contains no JAX-RS application class</description>
Expand All @@ -16,7 +16,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<resteasy.version>3.13.0.Final</resteasy.version>
<resteasy.version>3.13.1.Final</resteasy.version>
<springboot.version>2.3.2.RELEASE</springboot.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.jboss.resteasy</groupId>
<artifactId>spring-boot-sample-app</artifactId>
<version>3.6.2.Final-SNAPSHOT</version>
<version>3.6.2.Final</version>
<packaging>jar</packaging>

<description>Simple test application for the Resteasy Spring Boot starter</description>
Expand All @@ -15,7 +15,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<resteasy.version>3.13.0.Final</resteasy.version>
<resteasy.version>3.13.1.Final</resteasy.version>
<springboot.version>2.3.2.RELEASE</springboot.version>
</properties>

Expand Down

0 comments on commit 686566d

Please sign in to comment.