This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 80950e957 Fix build scripts.
80950e957 is described below
commit 80950e957dbd65d88b3b0a03470032f5481c20ea
Author: JamesBognar <[email protected]>
AuthorDate: Sun Sep 18 16:19:43 2022 -0400
Fix build scripts.
---
juneau-release-env.sh | 6 +++---
juneau-release.sh | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/juneau-release-env.sh b/juneau-release-env.sh
index 646a9aa1a..155e99d8d 100755
--- a/juneau-release-env.sh
+++ b/juneau-release-env.sh
@@ -17,12 +17,12 @@ export
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Hom
export PATH=$JAVA_HOME/bin:$PATH
export X_VERSION=9.0.0
-export X_NEXT_VERSION=9.0.0-SNAPSHOT
-export X_RELEASE=juneau-9.0.0-RC1
+export X_NEXT_VERSION=9.0.1-SNAPSHOT
+export X_RELEASE=juneau-9.0.0-RC2
export X_STAGING=~/tmp/dist-release-juneau
export X_USERNAME=jamesbognar
export [email protected]
-export X_CLEANM2=Y
+export X_CLEANM2=N
echo ' '
echo --- Settings
------------------------------------------------------------------
diff --git a/juneau-release.sh b/juneau-release.sh
index 706a57a1d..a66029bba 100755
--- a/juneau-release.sh
+++ b/juneau-release.sh
@@ -85,10 +85,10 @@ yprompt "Are you using at least Maven 3?"
cd ~/.m2
-message "Cleaning Maven repository"
st
if [ "$X_CLEANM2" != "N" ] && [ "$X_CLEANM2" != "n" ]
then
+ message "Cleaning Maven repository"
mv repository repository-old
rm -rf repository-old &
fi