From fc759d9b5f018aa0cd84c87c70a0f35a23931d2c Mon Sep 17 00:00:00 2001 From: Scott M Stark Date: Fri, 3 Feb 2023 19:16:24 -0600 Subject: [PATCH] [maven-release-plugin] prepare release 1.7.0.Alpha14 --- bom/pom.xml | 4 ++-- build/pom.xml | 2 +- config/api/pom.xml | 2 +- config/impl-base/pom.xml | 2 +- config/pom.xml | 2 +- config/spi/pom.xml | 2 +- container/impl-base/pom.xml | 2 +- container/pom.xml | 2 +- container/spi/pom.xml | 2 +- container/test-api/pom.xml | 2 +- container/test-impl-base/pom.xml | 2 +- container/test-spi/pom.xml | 2 +- core/api/pom.xml | 2 +- core/impl-base/pom.xml | 2 +- core/pom.xml | 2 +- core/spi/pom.xml | 2 +- junit/container/pom.xml | 2 +- junit/core/pom.xml | 2 +- junit/pom.xml | 2 +- junit/standalone/pom.xml | 2 +- junit5/container/pom.xml | 2 +- junit5/core/pom.xml | 2 +- junit5/pom.xml | 2 +- pom.xml | 4 ++-- protocols/jmx/pom.xml | 2 +- protocols/pom.xml | 2 +- protocols/rest-jakarta/pom.xml | 2 +- protocols/servlet-jakarta/pom.xml | 2 +- protocols/servlet/pom.xml | 2 +- test/api/pom.xml | 2 +- test/impl-base/pom.xml | 2 +- test/pom.xml | 2 +- test/spi/pom.xml | 2 +- testenrichers/cdi-jakarta/pom.xml | 2 +- testenrichers/cdi/pom.xml | 2 +- testenrichers/ejb-jakarta/pom.xml | 2 +- testenrichers/ejb/pom.xml | 2 +- testenrichers/initialcontext/pom.xml | 2 +- testenrichers/pom.xml | 2 +- testenrichers/resource-jakarta/pom.xml | 2 +- testenrichers/resource/pom.xml | 2 +- testng/container/pom.xml | 2 +- testng/core/pom.xml | 2 +- testng/pom.xml | 2 +- testng/standalone/pom.xml | 2 +- 45 files changed, 47 insertions(+), 47 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 64a47d3ac..c643693f6 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -7,7 +7,7 @@ org.jboss.arquillian arquillian-bom - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 pom Arquillian BOM http://arquillian.org @@ -29,7 +29,7 @@ scm:git:git://git@github.com:arquillian/arquillian-core.git scm:git:ssh://github.com/arquillian/arquillian-core.git git://github.com/arquillian/arquillian-core.git - HEAD + 1.7.0.Alpha14 diff --git a/build/pom.xml b/build/pom.xml index 07e2ae0f9..5ab54c55e 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../pom.xml diff --git a/config/api/pom.xml b/config/api/pom.xml index 5e992019b..a3e1b2aa1 100644 --- a/config/api/pom.xml +++ b/config/api/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/config/impl-base/pom.xml b/config/impl-base/pom.xml index fc5be8d3e..b061bfb68 100644 --- a/config/impl-base/pom.xml +++ b/config/impl-base/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/config/pom.xml b/config/pom.xml index 13814cf98..1cc26908c 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 diff --git a/config/spi/pom.xml b/config/spi/pom.xml index 33ec51d8b..0a9e5f651 100644 --- a/config/spi/pom.xml +++ b/config/spi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/container/impl-base/pom.xml b/container/impl-base/pom.xml index 66d16666e..cb48c0390 100644 --- a/container/impl-base/pom.xml +++ b/container/impl-base/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/container/pom.xml b/container/pom.xml index 3b1b6a76e..9fc5356a9 100644 --- a/container/pom.xml +++ b/container/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 diff --git a/container/spi/pom.xml b/container/spi/pom.xml index 9fc12397e..f423ba8ba 100644 --- a/container/spi/pom.xml +++ b/container/spi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/container/test-api/pom.xml b/container/test-api/pom.xml index 8aa4bcbda..21e08661d 100644 --- a/container/test-api/pom.xml +++ b/container/test-api/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/container/test-impl-base/pom.xml b/container/test-impl-base/pom.xml index 8ee3ec738..66678e84b 100644 --- a/container/test-impl-base/pom.xml +++ b/container/test-impl-base/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/container/test-spi/pom.xml b/container/test-spi/pom.xml index 5ea7311be..f096686eb 100644 --- a/container/test-spi/pom.xml +++ b/container/test-spi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/core/api/pom.xml b/core/api/pom.xml index de571d80c..85322918e 100644 --- a/core/api/pom.xml +++ b/core/api/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/core/impl-base/pom.xml b/core/impl-base/pom.xml index 2ab1959d6..51ec0343f 100644 --- a/core/impl-base/pom.xml +++ b/core/impl-base/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/core/pom.xml b/core/pom.xml index 658e9e1e9..313810bdb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 diff --git a/core/spi/pom.xml b/core/spi/pom.xml index dc5653265..cb5bfd5f3 100644 --- a/core/spi/pom.xml +++ b/core/spi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/junit/container/pom.xml b/junit/container/pom.xml index 4d8584e97..8b143e118 100644 --- a/junit/container/pom.xml +++ b/junit/container/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/junit/core/pom.xml b/junit/core/pom.xml index 1f8ed70bc..d280d00bf 100644 --- a/junit/core/pom.xml +++ b/junit/core/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/junit/pom.xml b/junit/pom.xml index 483e9f7cb..e32c70749 100644 --- a/junit/pom.xml +++ b/junit/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 diff --git a/junit/standalone/pom.xml b/junit/standalone/pom.xml index baff8aad2..94412241e 100644 --- a/junit/standalone/pom.xml +++ b/junit/standalone/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/junit5/container/pom.xml b/junit5/container/pom.xml index 93d686c76..d79e2296a 100644 --- a/junit5/container/pom.xml +++ b/junit5/container/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/junit5/core/pom.xml b/junit5/core/pom.xml index bc52312e1..1856e185e 100644 --- a/junit5/core/pom.xml +++ b/junit5/core/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/junit5/pom.xml b/junit5/pom.xml index 322beeda9..064694403 100644 --- a/junit5/pom.xml +++ b/junit5/pom.xml @@ -4,7 +4,7 @@ org.jboss.arquillian arquillian-parent - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 diff --git a/pom.xml b/pom.xml index 4feee4dd9..f92c94f42 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.jboss.arquillian arquillian-parent - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 pom Arquillian Aggregator http://arquillian.org @@ -48,7 +48,7 @@ scm:git:git://git@github.com:arquillian/arquillian-core.git scm:git:ssh://github.com/arquillian/arquillian-core.git git://github.com/arquillian/arquillian-core.git - HEAD + 1.7.0.Alpha14 diff --git a/protocols/jmx/pom.xml b/protocols/jmx/pom.xml index 3fe47f988..481c831f5 100644 --- a/protocols/jmx/pom.xml +++ b/protocols/jmx/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/protocols/pom.xml b/protocols/pom.xml index 4d23025a4..6f2f31b21 100644 --- a/protocols/pom.xml +++ b/protocols/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 diff --git a/protocols/rest-jakarta/pom.xml b/protocols/rest-jakarta/pom.xml index 5e9639bf1..b993d07fa 100644 --- a/protocols/rest-jakarta/pom.xml +++ b/protocols/rest-jakarta/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/protocols/servlet-jakarta/pom.xml b/protocols/servlet-jakarta/pom.xml index 8f9347a36..616e05455 100644 --- a/protocols/servlet-jakarta/pom.xml +++ b/protocols/servlet-jakarta/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/protocols/servlet/pom.xml b/protocols/servlet/pom.xml index 632d8862a..6441b6f1b 100644 --- a/protocols/servlet/pom.xml +++ b/protocols/servlet/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/test/api/pom.xml b/test/api/pom.xml index 5eb8010f3..cea6528fa 100644 --- a/test/api/pom.xml +++ b/test/api/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/test/impl-base/pom.xml b/test/impl-base/pom.xml index 1e9d5b3fb..41068b418 100644 --- a/test/impl-base/pom.xml +++ b/test/impl-base/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/test/pom.xml b/test/pom.xml index 27b8de96d..2e0c9777c 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 diff --git a/test/spi/pom.xml b/test/spi/pom.xml index 2a21fb07c..7c1966bd7 100644 --- a/test/spi/pom.xml +++ b/test/spi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/testenrichers/cdi-jakarta/pom.xml b/testenrichers/cdi-jakarta/pom.xml index e27e5f516..49782eb73 100644 --- a/testenrichers/cdi-jakarta/pom.xml +++ b/testenrichers/cdi-jakarta/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/testenrichers/cdi/pom.xml b/testenrichers/cdi/pom.xml index f03b0575f..72b69ddec 100644 --- a/testenrichers/cdi/pom.xml +++ b/testenrichers/cdi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/testenrichers/ejb-jakarta/pom.xml b/testenrichers/ejb-jakarta/pom.xml index 0056cc0ba..116c46ca1 100644 --- a/testenrichers/ejb-jakarta/pom.xml +++ b/testenrichers/ejb-jakarta/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/testenrichers/ejb/pom.xml b/testenrichers/ejb/pom.xml index 0a21e28ad..888d2ebab 100644 --- a/testenrichers/ejb/pom.xml +++ b/testenrichers/ejb/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/testenrichers/initialcontext/pom.xml b/testenrichers/initialcontext/pom.xml index 6ad125a86..8dacc099c 100644 --- a/testenrichers/initialcontext/pom.xml +++ b/testenrichers/initialcontext/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/testenrichers/pom.xml b/testenrichers/pom.xml index f0f7711eb..301190dd8 100644 --- a/testenrichers/pom.xml +++ b/testenrichers/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 diff --git a/testenrichers/resource-jakarta/pom.xml b/testenrichers/resource-jakarta/pom.xml index 646e06760..cbe5ce318 100644 --- a/testenrichers/resource-jakarta/pom.xml +++ b/testenrichers/resource-jakarta/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/testenrichers/resource/pom.xml b/testenrichers/resource/pom.xml index 6854b3d23..5064aa4a8 100644 --- a/testenrichers/resource/pom.xml +++ b/testenrichers/resource/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/testng/container/pom.xml b/testng/container/pom.xml index 6a50bddc6..327dda1eb 100644 --- a/testng/container/pom.xml +++ b/testng/container/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/testng/core/pom.xml b/testng/core/pom.xml index 200c6ae9e..db59f7ebd 100644 --- a/testng/core/pom.xml +++ b/testng/core/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml diff --git a/testng/pom.xml b/testng/pom.xml index df27731e9..d7eae4443 100644 --- a/testng/pom.xml +++ b/testng/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 diff --git a/testng/standalone/pom.xml b/testng/standalone/pom.xml index 49f643f2f..a8c221a6a 100644 --- a/testng/standalone/pom.xml +++ b/testng/standalone/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-build - 1.7.0.Final-SNAPSHOT + 1.7.0.Alpha14 ../../build/pom.xml