Skip to content

Commit

Permalink
Merge pull request wildfly#17840 from Dkafetzis/WFLY-19182
Browse files Browse the repository at this point in the history
[WFLY-19182] Rename wildfly-test-galleon-pack to wildfly-test-feature-pack
  • Loading branch information
bstansberry authored Apr 30, 2024
2 parents ede9247 + 86c231d commit bdfc886
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion boms/standard-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<dependency>
<groupId>${ee.maven.groupId}</groupId>
<artifactId>wildfly-test-galleon-pack</artifactId>
<artifactId>wildfly-test-feature-pack</artifactId>
<version>${ee.maven.version}</version>
<type>zip</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<!-- Galleon feature pack to use in testsuite provisioning executions that install test-specific content.
Profiles can set this to wildfly-test-feature-pack-preview when testing wildfly-preview.
-->
<testsuite.test.galleon.pack.artifactId>wildfly-test-galleon-pack</testsuite.test.galleon.pack.artifactId>
<testsuite.test.feature.pack.artifactId>wildfly-test-feature-pack</testsuite.test.feature.pack.artifactId>

<!-- Properties that set the phase used for different plugin executions.
Profiles can override the values here to enable/disable executions.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@
</feature-pack>
<feature-pack>
<groupId>${project.groupId}</groupId>
<artifactId>${testsuite.test.galleon.pack.artifactId}</artifactId>
<artifactId>${testsuite.test.feature.pack.artifactId}</artifactId>
<version>${project.version}</version>
</feature-pack>
</feature-packs>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<!-- Ensure the relevant test feature pack is built -->
<dependency>
<groupId>${full.maven.groupId}</groupId>
<artifactId>${testsuite.test.galleon.pack.artifactId}</artifactId>
<artifactId>${testsuite.test.feature.pack.artifactId}</artifactId>
<type>zip</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/test-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>wildfly-test-galleon-pack</artifactId>
<artifactId>wildfly-test-feature-pack</artifactId>

<name>WildFly: Test Feature Pack</name>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/test-feature-pack/wildfly-feature-pack-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
~ SPDX-License-Identifier: Apache-2.0
-->

<build xmlns="urn:wildfly:feature-pack-build:3.1" producer="org.wildfly:wildfly-test-galleon-pack">
<build xmlns="urn:wildfly:feature-pack-build:3.1" producer="org.wildfly:wildfly-test-feature-pack">
<dependencies>
<dependency group-id="org.wildfly" artifact-id="wildfly-ee-galleon-pack">
<name>org.wildfly:wildfly-ee-galleon-pack</name>
Expand Down

0 comments on commit bdfc886

Please sign in to comment.