Skip to content

Commit

Permalink
6.0.0.Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Sep 28, 2022
1 parent f8c343f commit 052b799
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 @@ -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-servlet-spring-boot-starter</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</version>
<scope>runtime</scope>
</dependency>
```
Expand All @@ -41,7 +41,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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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 @@ -10,7 +10,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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</version>
<scope>runtime</scope>
</dependency>
```
Expand All @@ -21,7 +21,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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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 @@ -13,7 +13,7 @@
</parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter-parent</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</version>
<packaging>pom</packaging>

<properties>
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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</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>6.0.1-SNAPSHOT</version>
<version>6.0.0.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 052b799

Please sign in to comment.