Skip to content

Commit

Permalink
update resteasy to 5.0.0.Final (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan authored Dec 1, 2021
1 parent 1653d79 commit 651ce32
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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>5.0.0.Beta1</version>
<version>5.0.0.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 @@ -8,7 +8,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>5.0.0.Beta1</version>
<version>5.0.0.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>5.0.0.Beta1</version>
<version>5.0.0.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>5.0.0.Beta1</version>
<version>5.0.0.Final</version>
<name>${project.artifactId}</name>

<description>Integration test project for RESTEasy Spring Boot starter</description>
Expand Down
6 changes: 3 additions & 3 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>5.0.0.Beta1</version>
<version>5.0.0.Final</version>
<name>${project.artifactId}</name>

<description>A Spring Boot starter for RESTEasy</description>
Expand Down Expand Up @@ -61,8 +61,8 @@
<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springboot.version>2.5.6</springboot.version>
<resteasy.version>5.0.0.Beta3</resteasy.version>
<springboot.version>2.5.7</springboot.version>
<resteasy.version>5.0.0.Final</resteasy.version>
<resteasy.spring.version>1.0.0.Final</resteasy.spring.version>
<resteasy.jackson.version>2.12.3</resteasy.jackson.version>
<jboss-logging.ver>3.4.0.Final</jboss-logging.ver>
Expand Down
6 changes: 3 additions & 3 deletions sample-app-for-wildfly/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-for-wildfly</artifactId>
<version>5.0.0.Beta1</version>
<version>5.0.0.Final</version>
<packaging>war</packaging>

<description>Simple test application for the Resteasy Spring Boot starter to deploy to Wildfly</description>
Expand All @@ -15,8 +15,8 @@
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<resteasy.version>5.0.0.Beta3</resteasy.version>
<springboot.version>2.5.6</springboot.version>
<resteasy.version>5.0.0.Final</resteasy.version>
<springboot.version>2.5.7</springboot.version>
</properties>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 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>5.0.0.Beta1</version>
<version>5.0.0.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,8 +16,8 @@
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<resteasy.version>5.0.0.Beta3</resteasy.version>
<springboot.version>2.5.6</springboot.version>
<resteasy.version>5.0.0.Final</resteasy.version>
<springboot.version>2.5.7</springboot.version>
</properties>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 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>5.0.0.Beta1</version>
<version>5.0.0.Final</version>
<packaging>jar</packaging>

<description>Simple test application for the Resteasy Spring Boot starter</description>
Expand All @@ -15,8 +15,8 @@
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<resteasy.version>5.0.0.Beta3</resteasy.version>
<springboot.version>2.5.6</springboot.version>
<resteasy.version>5.0.0.Final</resteasy.version>
<springboot.version>2.5.7</springboot.version>

</properties>

Expand Down

0 comments on commit 651ce32

Please sign in to comment.