From 135d0eae8cfb455d7ef0f0d86a41ff0eaebf1c84 Mon Sep 17 00:00:00 2001 From: Alexey Loubyansky Date: Thu, 22 Aug 2019 09:04:59 +0200 Subject: [PATCH] Prepare for 4.0.4.Final release --- cli/pom.xml | 2 +- core/pom.xml | 2 +- dist/pom.xml | 2 +- do.sh | 4 ++-- docs/guide/maven-plugin/index.adoc | 2 +- docs/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- maven-universe/pom.xml | 2 +- pom.xml | 2 +- testsuite/pom.xml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index cb17e9e12..7d5f85f2b 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -24,7 +24,7 @@ org.jboss.galleon galleon-parent - 4.0.4.Final-SNAPSHOT + 4.0.4.Final galleon-cli diff --git a/core/pom.xml b/core/pom.xml index 3866dfb32..52e0b4877 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.jboss.galleon galleon-parent - 4.0.4.Final-SNAPSHOT + 4.0.4.Final galleon-core diff --git a/dist/pom.xml b/dist/pom.xml index 1ca59d8d4..35bf4b929 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -25,7 +25,7 @@ org.jboss.galleon galleon-parent - 4.0.4.Final-SNAPSHOT + 4.0.4.Final galleon-dist diff --git a/do.sh b/do.sh index 8b4ca655c..2271255f8 100755 --- a/do.sh +++ b/do.sh @@ -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.0.4.Final-SNAPSHOT.jar $ARGS + java $JAVA_OPTS -Dlogging.configuration=file:"./content/bin/galleon-cli-logging.properties" -jar ./cli/target/galleon-cli-4.0.4.Final.jar $ARGS else echo "logging.configuration already set in JAVA_OPTS" - java $JAVA_OPTS -jar ./cli/target/galleon-cli-4.0.4.Final-SNAPSHOT.jar $ARGS + java $JAVA_OPTS -jar ./cli/target/galleon-cli-4.0.4.Final.jar $ARGS fi fi diff --git a/docs/guide/maven-plugin/index.adoc b/docs/guide/maven-plugin/index.adoc index 38a0f8e1e..650037333 100644 --- a/docs/guide/maven-plugin/index.adoc +++ b/docs/guide/maven-plugin/index.adoc @@ -9,7 +9,7 @@ The coordinates of the Maven plugin are org.jboss.galleon galleon-maven-plugin - 4.0.4.Final-SNAPSHOT + 4.0.4.Final ---- diff --git a/docs/pom.xml b/docs/pom.xml index 9d1161efc..7eb788a55 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -24,7 +24,7 @@ org.jboss.galleon galleon-parent - 4.0.4.Final-SNAPSHOT + 4.0.4.Final galleon-docs diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 97734849e..78ba77fe5 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -24,7 +24,7 @@ org.jboss.galleon galleon-parent - 4.0.4.Final-SNAPSHOT + 4.0.4.Final galleon-maven-plugin diff --git a/maven-universe/pom.xml b/maven-universe/pom.xml index b2aa3998e..1aad6ecfb 100644 --- a/maven-universe/pom.xml +++ b/maven-universe/pom.xml @@ -24,7 +24,7 @@ org.jboss.galleon galleon-parent - 4.0.4.Final-SNAPSHOT + 4.0.4.Final galleon-maven-universe diff --git a/pom.xml b/pom.xml index 30e4fb037..ec2da41dd 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.galleon galleon-parent - 4.0.4.Final-SNAPSHOT + 4.0.4.Final pom Galleon Parent diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 7db10239b..94aea8d8f 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -24,7 +24,7 @@ org.jboss.galleon galleon-parent - 4.0.4.Final-SNAPSHOT + 4.0.4.Final galleon-testsuite