Skip to content

Commit 26f61fb

Browse files
committed
5.0.0.Alpha1
1 parent 7a0e22a commit 26f61fb

File tree

27 files changed

+30
-30
lines changed

27 files changed

+30
-30
lines changed

async-job-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.jboss.resteasy</groupId>
66
<artifactId>testable-examples-pom</artifactId>
7-
<version>4.2.1.Final-SNAPSHOT</version>
7+
<version>5.0.0.Alpha1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>org.jboss.resteasy.examples</groupId>
1111
<artifactId>examples-async-job-service</artifactId>
12-
<version>4.2.1.Final-SNAPSHOT</version>
12+
<version>5.0.0.Alpha1</version>
1313
<packaging>war</packaging>
1414
<name>Example: Async Job Service</name>
1515
<description></description>

bootable-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.resteasy</groupId>
77
<artifactId>testable-examples-pom</artifactId>
8-
<version>4.2.1.Final-SNAPSHOT</version>
8+
<version>5.0.0.Alpha1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>products-runner</artifactId>

digital-signatures/no-dns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.resteasy</groupId>
77
<artifactId>testable-examples-pom</artifactId>
8-
<version>4.2.1.Final-SNAPSHOT</version>
8+
<version>5.0.0.Alpha1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>org.jboss.resteasy.test</groupId>

digital-signatures/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>org.jboss.resteasy</groupId>
66
<artifactId>testable-examples-pom</artifactId>
7-
<version>4.2.1.Final-SNAPSHOT</version>
7+
<version>5.0.0.Alpha1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<groupId>org.jboss.resteasy</groupId>
1212
<artifactId>signature-examples-pom</artifactId>
13-
<version>4.2.1.Final-SNAPSHOT</version>
13+
<version>5.0.0.Alpha1</version>
1414
<packaging>pom</packaging>
1515
<name>Resteasy Examples</name>
1616
<description></description>

digital-signatures/use-dns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.resteasy</groupId>
77
<artifactId>testable-examples-pom</artifactId>
8-
<version>4.2.1.Final-SNAPSHOT</version>
8+
<version>5.0.0.Alpha1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<groupId>org.jboss.resteasy.test</groupId>

examples-jsapi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>org.jboss.resteasy</groupId>
66
<artifactId>testable-examples-pom</artifactId>
7-
<version>4.2.1.Final-SNAPSHOT</version>
7+
<version>5.0.0.Alpha1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<groupId>org.jboss.resteasy</groupId>
1212
<artifactId>examples-jsapi</artifactId>
13-
<version>4.2.1.Final-SNAPSHOT</version>
13+
<version>5.0.0.Alpha1</version>
1414
<packaging>war</packaging>
1515
<name>Example: JS-API</name>
1616
<description></description>

jaxb-json/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>testable-examples-pom</artifactId>
7-
<version>4.2.1.Final-SNAPSHOT</version>
7+
<version>5.0.0.Alpha1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

jaxrs-2.0/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>testable-examples-pom</artifactId>
7-
<version>4.2.1.Final-SNAPSHOT</version>
7+
<version>5.0.0.Alpha1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

jaxrs-2.0/server-async-http/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>testable-examples-pom</artifactId>
7-
<version>4.2.1.Final-SNAPSHOT</version>
7+
<version>5.0.0.Alpha1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<groupId>org.jboss.resteasy.test</groupId>

jaxrs-2.0/simple-client/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>testable-examples-pom</artifactId>
7-
<version>4.2.1.Final-SNAPSHOT</version>
7+
<version>5.0.0.Alpha1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<groupId>org.jboss.resteasy.test</groupId>

0 commit comments

Comments
 (0)