Skip to content

Commit 7adee73

Browse files
committed
[maven-release-plugin] prepare release v7.0.0.Beta5
1 parent 9151487 commit 7adee73

49 files changed

Lines changed: 54 additions & 54 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.resteasy</groupId>
55
<artifactId>resteasy-jaxrs-all</artifactId>
6-
<version>7.0.0.Final-SNAPSHOT</version>
6+
<version>7.0.0.Beta5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

distribution/src-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.resteasy</groupId>
55
<artifactId>resteasy-dist</artifactId>
6-
<version>7.0.0.Final-SNAPSHOT</version>
6+
<version>7.0.0.Beta5</version>
77
</parent>
88

99
<artifactId>resteasy-src-dist</artifactId>

docbook/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.resteasy</groupId>
66
<artifactId>resteasy-jaxrs-all</artifactId>
7-
<version>7.0.0.Final-SNAPSHOT</version>
7+
<version>7.0.0.Beta5</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.jboss.resteasy</groupId>
1212
<artifactId>resteasy-jaxrs-all</artifactId>
13-
<version>7.0.0.Final-SNAPSHOT</version>
13+
<version>7.0.0.Beta5</version>
1414
<packaging>pom</packaging>
1515

1616
<name>RESTEasy</name>
@@ -77,7 +77,7 @@
7777
<connection>scm:git:git://github.com/resteasy/resteasy.git</connection>
7878
<developerConnection>scm:git:git@github.com:resteasy/resteasy.git</developerConnection>
7979
<url>https://github.com/resteasy/resteasy/tree/main/</url>
80-
<tag>HEAD</tag>
80+
<tag>v7.0.0.Beta5</tag>
8181
</scm>
8282

8383
<issueManagement>

providers/fastinfoset/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.resteasy</groupId>
55
<artifactId>providers-pom</artifactId>
6-
<version>7.0.0.Final-SNAPSHOT</version>
6+
<version>7.0.0.Beta5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>resteasy-fastinfoset-provider</artifactId>

providers/jackson2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.resteasy</groupId>
55
<artifactId>providers-pom</artifactId>
6-
<version>7.0.0.Final-SNAPSHOT</version>
6+
<version>7.0.0.Beta5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>resteasy-jackson2-provider</artifactId>

providers/jaxb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.resteasy</groupId>
55
<artifactId>providers-pom</artifactId>
6-
<version>7.0.0.Final-SNAPSHOT</version>
6+
<version>7.0.0.Beta5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>resteasy-jaxb-provider</artifactId>

providers/json-binding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.resteasy</groupId>
55
<artifactId>providers-pom</artifactId>
6-
<version>7.0.0.Final-SNAPSHOT</version>
6+
<version>7.0.0.Beta5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>resteasy-json-binding-provider</artifactId>

providers/json-p-ee7/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.resteasy</groupId>
55
<artifactId>providers-pom</artifactId>
6-
<version>7.0.0.Final-SNAPSHOT</version>
6+
<version>7.0.0.Beta5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>resteasy-json-p-provider</artifactId>

providers/multipart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.resteasy</groupId>
55
<artifactId>providers-pom</artifactId>
6-
<version>7.0.0.Final-SNAPSHOT</version>
6+
<version>7.0.0.Beta5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>resteasy-multipart-provider</artifactId>

0 commit comments

Comments
 (0)