Skip to content

Commit

Permalink
[WFLY-19908] Forces user BOMs to channel version in reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Nov 4, 2024
1 parent 331c9b1 commit 0729ae5
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 0729ae5

Please sign in to comment.