Skip to content

Commit

Permalink
Update doc and script to 4.2.9.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Dec 12, 2022
1 parent 51f150a commit 239daba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions do.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2016-2021 Red Hat, Inc. and/or its affiliates
# Copyright 2016-2022 Red Hat, Inc. and/or its affiliates
# and other contributors as indicated by the @author tags.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -76,9 +76,9 @@ JAVA_OPTS="$JAVA_OPTS $DEFAULT_MODULAR_JVM_OPTIONS"
if [[ -n $RUN ]]; then
LOG_CONF=`echo $JAVA_OPTS | grep "logging.configuration"`
if [ "x$LOG_CONF" = "x" ]; then
java $JAVA_OPTS -Dlogging.configuration=file:"./content/bin/galleon-cli-logging.properties" -jar ./cli/target/galleon-cli-4.2.9.Final-SNAPSHOT.jar $ARGS
java $JAVA_OPTS -Dlogging.configuration=file:"./content/bin/galleon-cli-logging.properties" -jar ./cli/target/galleon-cli-4.2.9.Final.jar $ARGS
else
echo "logging.configuration already set in JAVA_OPTS"
java $JAVA_OPTS -jar ./cli/target/galleon-cli-4.2.9.Final-SNAPSHOT.jar $ARGS
java $JAVA_OPTS -jar ./cli/target/galleon-cli-4.2.9.Final.jar $ARGS
fi
fi
2 changes: 1 addition & 1 deletion docs/guide/maven-plugin/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The coordinates of the Maven plugin are
<dependency>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-maven-plugin</artifactId>
<version>4.2.9.Final-SNAPSHOT</version>
<version>4.2.9.Final</version>
</dependency>
----

Expand Down

0 comments on commit 239daba

Please sign in to comment.