Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release 5.0.0.Alpha4
Browse files Browse the repository at this point in the history
jamezp committed Aug 5, 2022

Verified

This commit was signed with the committer’s verified signature.
jamezp James R. Perkins
1 parent dae4274 commit 5665e11
Showing 18 changed files with 45 additions and 68 deletions.
5 changes: 2 additions & 3 deletions common-domain/pom.xml
Original file line number Diff line number Diff line change
@@ -15,14 +15,13 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>

5 changes: 2 additions & 3 deletions common/pom.xml
Original file line number Diff line number Diff line change
@@ -15,14 +15,13 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>

5 changes: 2 additions & 3 deletions container-bootable/pom.xml
Original file line number Diff line number Diff line change
@@ -15,14 +15,13 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>

7 changes: 3 additions & 4 deletions container-embedded/pom.xml
Original file line number Diff line number Diff line change
@@ -21,22 +21,21 @@
-Djava.util.logging.manager=org.jboss.logmanager.LogManager
-Djboss.home=${workspace_loc:jboss-as-build}/target/jboss-as-9.0.0.Alpha1-SNAPSHOT
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wildfly-arquillian-container-embedded</artifactId>

<name>WildFly: Arquillian Embedded Container</name>
<properties>
<modular.jdk.args/>
<modular.jdk.args />
</properties>

<packaging>jar</packaging>
5 changes: 2 additions & 3 deletions container-managed-domain/pom.xml
Original file line number Diff line number Diff line change
@@ -15,14 +15,13 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wildfly-arquillian-container-domain-managed</artifactId>
5 changes: 2 additions & 3 deletions container-managed/pom.xml
Original file line number Diff line number Diff line change
@@ -15,14 +15,13 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>

6 changes: 2 additions & 4 deletions container-remote-domain/pom.xml
Original file line number Diff line number Diff line change
@@ -15,15 +15,13 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>

6 changes: 2 additions & 4 deletions container-remote/pom.xml
Original file line number Diff line number Diff line change
@@ -15,15 +15,13 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>

6 changes: 2 additions & 4 deletions integration-tests/elytron/domain/pom.xml
Original file line number Diff line number Diff line change
@@ -15,13 +15,11 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>elytron</artifactId>
<groupId>org.wildfly.arquillian</groupId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

6 changes: 2 additions & 4 deletions integration-tests/elytron/pom.xml
Original file line number Diff line number Diff line change
@@ -15,13 +15,11 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>integration-tests</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
6 changes: 2 additions & 4 deletions integration-tests/elytron/standalone/pom.xml
Original file line number Diff line number Diff line change
@@ -15,13 +15,11 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>elytron</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
6 changes: 2 additions & 4 deletions integration-tests/junit5-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -15,13 +15,11 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>integration-tests</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
6 changes: 2 additions & 4 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -15,13 +15,11 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
8 changes: 3 additions & 5 deletions integration-tests/protocol-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -15,13 +15,11 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>integration-tests</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -108,7 +106,7 @@
<configuration>
<systemPropertyVariables>
<jboss.home>${jboss.home}</jboss.home>
<arq.protocol/>
<arq.protocol />
</systemPropertyVariables>
<environmentVariables>
<JBOSS_HOME>${jboss.home}</JBOSS_HOME>
16 changes: 9 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -21,9 +21,7 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
@@ -35,7 +33,7 @@
<artifactId>wildfly-arquillian-parent</artifactId>

<groupId>org.wildfly.arquillian</groupId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<name>WildFly: Arquillian</name>

<properties>
@@ -89,7 +87,7 @@
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<default.jvm.args>-Dmaven.repo.local=${settings.localRepository}</default.jvm.args>
<jvm.args>${default.jvm.args}</jvm.args>
<debug.vm.args/>
<debug.vm.args />
<debug.port>8787</debug.port>

<!-- Release properties -->
@@ -137,7 +135,7 @@
<configLocation>wildfly-checkstyle/checkstyle.xml</configLocation>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<useFile/>
<useFile />
</configuration>
<dependencies>
<dependency>
@@ -266,7 +264,7 @@
</goals>
<configuration>
<rules>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
</configuration>
</execution>
@@ -818,4 +816,8 @@
<layout>default</layout>
</repository>
</repositories>

<scm>
<tag>5.0.0.Alpha4</tag>
</scm>
</project>
5 changes: 2 additions & 3 deletions protocol-jmx/pom.xml
Original file line number Diff line number Diff line change
@@ -15,14 +15,13 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>

5 changes: 2 additions & 3 deletions testenricher-msc/pom.xml
Original file line number Diff line number Diff line change
@@ -15,14 +15,13 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<!-- Parent -->
<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>

5 changes: 2 additions & 3 deletions testng-integration/pom.xml
Original file line number Diff line number Diff line change
@@ -15,14 +15,13 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-parent</artifactId>
<version>5.0.0.Alpha4-SNAPSHOT</version>
<version>5.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath>
</parent>

0 comments on commit 5665e11

Please sign in to comment.