Skip to content

Commit c727539

Browse files
committed
Prepare for 1.0.0.Alpha2 release
Signed-off-by: James R. Perkins <[email protected]>
1 parent 8bbe8d2 commit c727539

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>dev.resteasy.junit.extension</groupId>
1313
<artifactId>resteasy-junit-extension-parent</artifactId>
14-
<version>1.0.0.Alpha2-SNAPSHOT</version>
14+
<version>1.0.0.Alpha2</version>
1515
</parent>
1616
<artifactId>resteasy-junit-extension</artifactId>
1717
<name>RESTEasy JUnit 5: Extension</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>dev.resteasy.junit.extension</groupId>
1919
<artifactId>resteasy-junit-extension-parent</artifactId>
20-
<version>1.0.0.Alpha2-SNAPSHOT</version>
20+
<version>1.0.0.Alpha2</version>
2121
<packaging>pom</packaging>
2222
<name>RESTEasy JUnit 5: Parent</name>
2323
<description/>

testsuite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>dev.resteasy.junit.extension</groupId>
1212
<artifactId>resteasy-junit-extension-parent</artifactId>
13-
<version>1.0.0.Alpha2-SNAPSHOT</version>
13+
<version>1.0.0.Alpha2</version>
1414
</parent>
1515

1616
<artifactId>testsuite</artifactId>

testsuite/wildfly-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>dev.resteasy.junit.extension</groupId>
1313
<artifactId>testsuite</artifactId>
14-
<version>1.0.0.Alpha2-SNAPSHOT</version>
14+
<version>1.0.0.Alpha2</version>
1515
</parent>
1616

1717
<artifactId>wildfly-integration-tests</artifactId>

0 commit comments

Comments
 (0)