Skip to content

Commit

Permalink
4.9.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Sep 28, 2021
1 parent 70d7ff9 commit 5a1cc6b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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>4.9.0.Final</version>
<version>4.9.1.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>4.9.0.Final</version>
<version>4.9.1.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>4.9.0.Final</version>
<version>4.9.1.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>4.9.0.Final</version>
<version>4.9.1.Final</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 @@ -11,7 +11,7 @@
</parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter</artifactId>
<version>4.9.0.Final</version>
<version>4.9.1.Final</version>
<name>${project.artifactId}</name>

<description>A Spring Boot starter for RESTEasy</description>
Expand Down
2 changes: 1 addition & 1 deletion 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>4.9.0.Final</version>
<version>4.9.1.Final</version>
<packaging>war</packaging>

<description>Simple test application for the Resteasy Spring Boot starter to deploy to Wildfly</description>
Expand Down
2 changes: 1 addition & 1 deletion 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>4.9.0.Final</version>
<version>4.9.1.Final</version>
<packaging>jar</packaging>

<description>Simple test application for the Resteasy Spring Boot starter that contains no JAX-RS application class</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>org.jboss.resteasy</groupId>
<artifactId>spring-boot-sample-app</artifactId>
<version>4.9.0.Final</version>
<version>4.9.1.Final</version>
<packaging>jar</packaging>

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

0 comments on commit 5a1cc6b

Please sign in to comment.