Skip to content

Commit

Permalink
5.1.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Sep 14, 2022
1 parent 0734c50 commit a28ede7
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the Maven dependency below to your Spring Boot application pom file.<br>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-spring-boot-starter</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<scope>runtime</scope>
</dependency>
```
Expand All @@ -42,7 +42,7 @@ Add the Maven dependency below to your Spring Boot application pom file.<br>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reactor-netty-spring-boot-starter</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<scope>runtime</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion common/resteasy-spring-boot-starter-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter-common-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter-common-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions mds/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add one of the following Maven dependencies to your Spring Boot application pom
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-spring-boot-starter</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<scope>runtime</scope>
</dependency>
```
Expand All @@ -20,7 +20,7 @@ Add one of the following Maven dependencies to your Spring Boot application pom
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reactor-netty-spring-boot-starter</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.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 @@ -9,7 +9,7 @@

<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion reactor-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reactor-netty-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reactor-netty-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reactor-netty-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reactor-netty-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion servlet/resteasy-servlet-spring-boot-sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion servlet/resteasy-servlet-spring-boot-starter-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion servlet/resteasy-servlet-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion servlet/resteasy-wildfly-spring-boot-sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-spring-boot-starter-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit a28ede7

Please sign in to comment.