Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-9809 Added version.component.console #6529

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-configuration/bom/pom.xml
Expand Up @@ -76,7 +76,7 @@
<!-- Java source/target version -->
<version.java>1.8</version.java>

<versionx.org.infinispan.infinispan-management-console>10.0.0.Alpha2</versionx.org.infinispan.infinispan-management-console>
<versionx.org.infinispan.infinispan-management-console>${version.component.console}</versionx.org.infinispan.infinispan-management-console>
<versionx.org.jboss.spec.javax.transaction.jboss-transaction-api_1.2_spec>1.1.1.Final</versionx.org.jboss.spec.javax.transaction.jboss-transaction-api_1.2_spec>
<versionx.javax.cache.cache-api>${version.javax.cache}</versionx.javax.cache.cache-api>
</properties>
Expand Down
1 change: 1 addition & 0 deletions build-configuration/pom.xml
Expand Up @@ -108,6 +108,7 @@
<appserver.version>14.0.1.Final</appserver.version>

<!-- === Component Versions === -->
<version.component.console>10.0.0.Alpha2</version.component.console>
<!-- this can't be project.version otherwise it can't be consumed in other projects -->
<!-- you can use 'mvn versions:set-property -Dproperty=version.component.infinispan -DnewVersion=<version>' to update it when change the version -->
<version.component.infinispan>10.0.0-SNAPSHOT</version.component.infinispan>
Expand Down