Skip to content

Commit

Permalink
Update version, add username.
Browse files Browse the repository at this point in the history
  • Loading branch information
psteitz committed Sep 22, 2023
1 parent 8be0062 commit 5ac2d8d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pool-RC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@
# $Revision$ $Date$
# -----------------------------------------------------------------------------
# Set script variables
version=2.4.3
version=2.12.0
repo_path=~/.m2/repository/org/apache/commons/commons-pool2/${version}
release_path=~/pool-rc #checkout of https://dist.apache.org/repos/dist/dev/commons/pool
release_path=~/pool #checkout of https://dist.apache.org/repos/dist/dev/commons/pool
#
# Delete any locally installed artifacts from previous runs
rm -rf ${repo_path}
echo "Cleaned maven repo."
#
# Generate site and release artifacts, deploy locally and upload to Nexus
mvn clean site
mvn deploy -Prelease
# Generate release artifacts, deploy locally and upload to Nexus
mvn deploy -Prelease -Duser.name=${USERNAME}
#
# Copy the zips/tarballs and release notes to the local svn pub path
cp ${repo_path}/*bin.zip* ${release_path}/binaries
Expand Down

0 comments on commit 5ac2d8d

Please sign in to comment.