Skip to content

Commit

Permalink
[CLOUD-3951] Bump maven module version to 3.6
Browse files Browse the repository at this point in the history
Maven 3.5 got EOL'd. Bump it to v3.6

Signed-off-by: Daniel Kreling <dkreling@redhat.com>
  • Loading branch information
dbkreling committed Mar 30, 2021
1 parent 8911163 commit 3bcc9a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -70,9 +70,9 @@ else
rm /tmp/offliner.jar && rm /tmp/offliner.txt
fi

if [ -f $JBOSS_CONTAINER_MAVEN_35_MODULE/scl-enable-maven ]; then
if [ -f $JBOSS_CONTAINER_MAVEN_36_MODULE/scl-enable-maven ]; then
# required to have maven enabled.
source $JBOSS_CONTAINER_MAVEN_35_MODULE/scl-enable-maven
source $JBOSS_CONTAINER_MAVEN_36_MODULE/scl-enable-maven
fi

if [ -d "$JBOSS_HOME/modules" ]; then
Expand Down
4 changes: 2 additions & 2 deletions jboss/container/wildfly/galleon/provision-server/configure.sh
Expand Up @@ -7,9 +7,9 @@ if [ ! -d "$GALLEON_DEFAULT_SERVER" ]; then
exit 1
fi

if [ -f $JBOSS_CONTAINER_MAVEN_35_MODULE/scl-enable-maven ]; then
if [ -f $JBOSS_CONTAINER_MAVEN_36_MODULE/scl-enable-maven ]; then
# required to have maven enabled.
source $JBOSS_CONTAINER_MAVEN_35_MODULE/scl-enable-maven
source $JBOSS_CONTAINER_MAVEN_36_MODULE/scl-enable-maven
fi

# Provision the default server
Expand Down

0 comments on commit 3bcc9a2

Please sign in to comment.