Skip to content

Commit

Permalink
Update doc and script to 6.0.3.Final-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Jul 16, 2024
1 parent 28585bc commit da4688e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions do.sh
Original file line number Diff line number Diff line change
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-6.0.2.Final.jar $ARGS
java $JAVA_OPTS -Dlogging.configuration=file:"./content/bin/galleon-cli-logging.properties" -jar ./cli/target/galleon-cli-6.0.3.Final-SNAPSHOT.jar $ARGS
else
echo "logging.configuration already set in JAVA_OPTS"
java $JAVA_OPTS -jar ./cli/target/galleon-cli-6.0.2.Final.jar $ARGS
java $JAVA_OPTS -jar ./cli/target/galleon-cli-6.0.3.Final-SNAPSHOT.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>6.0.2.Final</version>
<version>6.0.3.Final-SNAPSHOT</version>
</dependency>
----

Expand Down

0 comments on commit da4688e

Please sign in to comment.