Skip to content

Commit

Permalink
3.1.1.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Nov 9, 2023
1 parent 22baedd commit 5ecfea1
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<packaging>pom</packaging>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring-feature-pack/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-feature-pack</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring-feature-pack/galleon-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-feature-pack</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-feature-pack</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring-test-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion resteasy-undertow-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration-tests-spring-web/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-integration-tests-spring-web</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration-tests-spring-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-testsuite</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration-tests-spring/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-integration-tests-spring</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration-tests-spring/inmodule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-integration-tests-spring</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration-tests-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-testsuite</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration-tests-spring/unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-integration-tests-spring</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/layers-metadata-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-testsuite</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>galleon-feature-pack-layers-metadata-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>resteasy-spring-testsuite</artifactId>
<groupId>org.jboss.resteasy.spring</groupId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1.Beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 5ecfea1

Please sign in to comment.