Skip to content

Commit

Permalink
Prepare for 1.0.0.Alpha2 release
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Sep 29, 2023
1 parent 1e6ffbc commit bea1a42
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion common/annotation-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-common</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>annotation-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-common</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/junit-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-common</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>junit-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-parent</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-common</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion images/cloud-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-test-images</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>image-cloud-server</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion images/datasources/postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-test-images</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>image-cloud-server-with-postgresql-datasource</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion images/elytron-oidc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-test-images</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>image-cloud-server-with-elytron-oidc-client</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion images/microprofile-reactive-messaging-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-test-images</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>image-microprofile-reactive-messaging-kafka</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion images/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-parent</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-test-images</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion images/web-clustering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-test-images</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>image-cloud-server-with-web-clustering</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-parent</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion test-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-parent</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/clustering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-clustering</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/clustering/web-clustering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-clustering</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-web-clustering</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/core/env-vars-override-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-core</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-core-env-vars-override-model</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/core/mpconfig-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-core</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-mp-config-sources</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/datasources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-datasources</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/datasources/postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-datasources</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-ds-postgresql</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/elytron-oidc-client/auto-registration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-elytron-oidc-client</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-oidc-auto-registration</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/elytron-oidc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-elytron-oidc-client</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/framework/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-framework</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-framework-app</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/framework/kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-framework</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-framework-kubernetes</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/framework/openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-framework</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-framework-openshift</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-framework</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-manual</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/rhosak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-manual</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-manual-rhoask</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-microprofile</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/microprofile/reactive-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-microprofile</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-microprofile-reactive-messaging</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/microprofile/reactive-messaging/strimzi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-microprofile-reactive-messaging</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests-microprofile-reactive-messaging-strimzi</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.wildfly.cloud-tests</groupId>
<artifactId>wildfly-cloud-tests-parent</artifactId>
<version>1.0.0.Alpha2-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>
<artifactId>wildfly-cloud-tests</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit bea1a42

Please sign in to comment.