From 401e1ce0d68bf3a039d6d1ebe1da2c442bd22963 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Wed, 17 Aug 2022 10:14:18 -0700 Subject: [PATCH] Prepare for 5.0.0.Alpha5 release Signed-off-by: James R. Perkins --- common-domain/pom.xml | 2 +- common/pom.xml | 2 +- container-bootable/pom.xml | 2 +- container-embedded/pom.xml | 2 +- container-managed-domain/pom.xml | 2 +- container-managed/pom.xml | 2 +- container-remote-domain/pom.xml | 2 +- container-remote/pom.xml | 2 +- integration-tests/elytron/domain/pom.xml | 2 +- integration-tests/elytron/pom.xml | 2 +- integration-tests/elytron/standalone/pom.xml | 2 +- integration-tests/junit5-tests/pom.xml | 2 +- integration-tests/pom.xml | 2 +- integration-tests/protocol-tests/pom.xml | 2 +- pom.xml | 2 +- protocol-jmx/pom.xml | 2 +- testenricher-msc/pom.xml | 2 +- testng-integration/pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/common-domain/pom.xml b/common-domain/pom.xml index 81e3a525..14f166d1 100644 --- a/common-domain/pom.xml +++ b/common-domain/pom.xml @@ -21,7 +21,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml diff --git a/common/pom.xml b/common/pom.xml index 8cb6d52f..a1091c08 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml diff --git a/container-bootable/pom.xml b/container-bootable/pom.xml index 2b549c75..8d6e2668 100644 --- a/container-bootable/pom.xml +++ b/container-bootable/pom.xml @@ -21,7 +21,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml diff --git a/container-embedded/pom.xml b/container-embedded/pom.xml index db0c083f..1c12357f 100644 --- a/container-embedded/pom.xml +++ b/container-embedded/pom.xml @@ -27,7 +27,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml diff --git a/container-managed-domain/pom.xml b/container-managed-domain/pom.xml index 057eb7e0..6b49b72c 100644 --- a/container-managed-domain/pom.xml +++ b/container-managed-domain/pom.xml @@ -21,7 +21,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml wildfly-arquillian-container-domain-managed diff --git a/container-managed/pom.xml b/container-managed/pom.xml index 940fcf3d..44e676fe 100644 --- a/container-managed/pom.xml +++ b/container-managed/pom.xml @@ -21,7 +21,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml diff --git a/container-remote-domain/pom.xml b/container-remote-domain/pom.xml index 17c6d111..6e9d96a4 100644 --- a/container-remote-domain/pom.xml +++ b/container-remote-domain/pom.xml @@ -21,7 +21,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml diff --git a/container-remote/pom.xml b/container-remote/pom.xml index c3b6929b..d57354c3 100644 --- a/container-remote/pom.xml +++ b/container-remote/pom.xml @@ -21,7 +21,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml diff --git a/integration-tests/elytron/domain/pom.xml b/integration-tests/elytron/domain/pom.xml index 740e50c3..21f7aaaa 100644 --- a/integration-tests/elytron/domain/pom.xml +++ b/integration-tests/elytron/domain/pom.xml @@ -19,7 +19,7 @@ elytron org.wildfly.arquillian - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 4.0.0 diff --git a/integration-tests/elytron/pom.xml b/integration-tests/elytron/pom.xml index 12206705..55d4717a 100644 --- a/integration-tests/elytron/pom.xml +++ b/integration-tests/elytron/pom.xml @@ -19,7 +19,7 @@ org.wildfly.arquillian integration-tests - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml 4.0.0 diff --git a/integration-tests/elytron/standalone/pom.xml b/integration-tests/elytron/standalone/pom.xml index 5c387c6b..f972dc2d 100644 --- a/integration-tests/elytron/standalone/pom.xml +++ b/integration-tests/elytron/standalone/pom.xml @@ -19,7 +19,7 @@ org.wildfly.arquillian elytron - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml 4.0.0 diff --git a/integration-tests/junit5-tests/pom.xml b/integration-tests/junit5-tests/pom.xml index 97d6f926..8224915c 100644 --- a/integration-tests/junit5-tests/pom.xml +++ b/integration-tests/junit5-tests/pom.xml @@ -19,7 +19,7 @@ org.wildfly.arquillian integration-tests - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml 4.0.0 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 8a13c9b4..0bc34dfe 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -19,7 +19,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml 4.0.0 diff --git a/integration-tests/protocol-tests/pom.xml b/integration-tests/protocol-tests/pom.xml index eb59d6bd..44dd3916 100644 --- a/integration-tests/protocol-tests/pom.xml +++ b/integration-tests/protocol-tests/pom.xml @@ -19,7 +19,7 @@ org.wildfly.arquillian integration-tests - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 669d45e3..88035068 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ wildfly-arquillian-parent org.wildfly.arquillian - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 WildFly: Arquillian diff --git a/protocol-jmx/pom.xml b/protocol-jmx/pom.xml index 7533428d..05f6ed21 100644 --- a/protocol-jmx/pom.xml +++ b/protocol-jmx/pom.xml @@ -21,7 +21,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml diff --git a/testenricher-msc/pom.xml b/testenricher-msc/pom.xml index 434f3a90..7b1326bc 100644 --- a/testenricher-msc/pom.xml +++ b/testenricher-msc/pom.xml @@ -21,7 +21,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml diff --git a/testng-integration/pom.xml b/testng-integration/pom.xml index acc81c1f..0ee02958 100644 --- a/testng-integration/pom.xml +++ b/testng-integration/pom.xml @@ -21,7 +21,7 @@ org.wildfly.arquillian wildfly-arquillian-parent - 5.0.0.Alpha5-SNAPSHOT + 5.0.0.Alpha5 ../pom.xml