Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Sep 7, 2020
1 parent db1403f commit b11e0bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.1.Final</version>
<version>3.6.2.Final-SNAPSHOT</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.1.Final</version>
<version>3.6.2.Final-SNAPSHOT</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.1.Final</version>
<version>3.6.2.Final-SNAPSHOT</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.1.Final</version>
<version>3.6.2.Final-SNAPSHOT</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>3.6.1.Final</version>
<version>3.6.2.Final-SNAPSHOT</version>
<name>${project.artifactId}</name>

<description>A Spring Boot starter for RESTEasy</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>3.6.1.Final</version>
<version>3.6.2.Final-SNAPSHOT</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>3.6.1.Final</version>
<version>3.6.2.Final-SNAPSHOT</version>
<packaging>jar</packaging>

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

0 comments on commit b11e0bb

Please sign in to comment.