Skip to content

Commit

Permalink
ISPN-11908 Fix Wildfly version
Browse files Browse the repository at this point in the history
* Use the correct properties
  • Loading branch information
pruivo committed May 27, 2020
1 parent 858a537 commit c8d5b26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<version.maven.shade>3.2.3</version.maven.shade>
<version.maven.source>3.2.0</version.maven.source>
<version.maven.surefire>3.0.0-M4</version.maven.surefire>
<version.org.wildfly.build-tools>1.2.10.Final</version.org.wildfly.build-tools>
<version.org.wildfly.build-tools>1.2.13.Final</version.org.wildfly.build-tools>
<version.owasp-dependency-check-plugin>4.0.2</version.owasp-dependency-check-plugin>

<!-- versionx -->
Expand Down
4 changes: 2 additions & 2 deletions wildfly/feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>${appserver.groupId}</groupId>
<artifactId>wildfly-feature-pack</artifactId>
<version>19.1.0.Final</version>
<version>${appserver.version}</version>
<type>zip</type>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -279,7 +279,7 @@
<plugin>
<groupId>org.wildfly.build</groupId>
<artifactId>wildfly-feature-pack-build-maven-plugin</artifactId>
<version>1.2.13.Final</version>
<version>${version.org.wildfly.build-tools}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit c8d5b26

Please sign in to comment.