Skip to content

Commit

Permalink
Merge pull request wildfly#18347 from emmartins/WFLY-19908
Browse files Browse the repository at this point in the history
[WFLY-19908] Forces user BOMs to channel version in reactor
  • Loading branch information
bstansberry authored Nov 11, 2024
2 parents 429621f + 0729ae5 commit 6fd918e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions boms/user/client/ejb-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<manifest>
<groupId>org.wildfly.channels</groupId>
<artifactId>wildfly-ee</artifactId>
<version>${version.boms.channel.ee}</version>
</manifest>
</channel>
</channels>
Expand Down
1 change: 1 addition & 0 deletions boms/user/client/jaxws-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<manifest>
<groupId>org.wildfly.channels</groupId>
<artifactId>wildfly-ee</artifactId>
<version>${version.boms.channel.ee}</version>
</manifest>
</channel>
</channels>
Expand Down
1 change: 1 addition & 0 deletions boms/user/client/jms-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<manifest>
<groupId>org.wildfly.channels</groupId>
<artifactId>wildfly-ee</artifactId>
<version>${version.boms.channel.ee}</version>
</manifest>
</channel>
</channels>
Expand Down
3 changes: 3 additions & 0 deletions boms/user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<properties>
<!-- the BOMs built's artifactId prefix-->
<bomArtifactIdPrefix>wildfly</bomArtifactIdPrefix>
<!-- overridable channel versions -->
<version.boms.channel.ee>${ee.maven.version}</version.boms.channel.ee>
<version.boms.channel.full>${full.maven.version}</version.boms.channel.full>
</properties>

<licenses>
Expand Down
1 change: 1 addition & 0 deletions boms/user/server/ee/preview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<manifest>
<groupId>org.wildfly.channels</groupId>
<artifactId>wildfly-preview</artifactId>
<version>${version.boms.channel.ee}</version>
</manifest>
</channel>
</channels>
Expand Down
1 change: 1 addition & 0 deletions boms/user/server/ee/standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<manifest>
<groupId>org.wildfly.channels</groupId>
<artifactId>wildfly-ee</artifactId>
<version>${version.boms.channel.ee}</version>
</manifest>
</channel>
</channels>
Expand Down
1 change: 1 addition & 0 deletions boms/user/server/expansion/preview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<manifest>
<groupId>org.wildfly.channels</groupId>
<artifactId>wildfly-preview</artifactId>
<version>${version.boms.channel.full}</version>
</manifest>
</channel>
</channels>
Expand Down
1 change: 1 addition & 0 deletions boms/user/server/expansion/standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<manifest>
<groupId>org.wildfly.channels</groupId>
<artifactId>wildfly</artifactId>
<version>${version.boms.channel.full}</version>
</manifest>
</channel>
</channels>
Expand Down
1 change: 1 addition & 0 deletions boms/user/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<manifest>
<groupId>org.wildfly.channels</groupId>
<artifactId>wildfly-ee</artifactId>
<version>${version.boms.channel.ee}</version>
</manifest>
</channel>
</channels>
Expand Down

0 comments on commit 6fd918e

Please sign in to comment.