Skip to content

Commit

Permalink
Merge pull request #223 from apache/prepare_for_release_4.0.0
Browse files Browse the repository at this point in the history
make same changes to "sign-deploy-jar.sh"
  • Loading branch information
leerho authored Oct 6, 2024
2 parents 4d6e563 + 8d127be commit f3b4572
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tools/scripts/sign-deploy-jar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@
# If the candidate does not succeed, you can just "drop" them in Nexus for the next round.

# Required Input Parameters:
# \$1 = Git Version Tag for this deployment
# Example tag for SNAPSHOT : 1.0.0-SNAPSHOT //not recommended
# Example tag for Release Candidate: 1.0.0-RC1 //not recommended
# Example tag for Release : 1.0.0 //always use this form
# \$1 = Git Version Tag for this deployment (with -SNAPSHOT is OK, but rarely needed)
# Example tag for Release : 1.0.0 //always use this form
# \$2 = absolute path of project.basedir

# For example, from the scripts directory: $ ./sign-deploy-jar.sh 2.1.0 ${project.basedir}
# For example, from the scripts directory: $ ./sign-deploy-jar.sh 3.0.0 ${project.basedir}

#### Extract GitTag, TestJar and ProjectBaseDir from input parameters ####
GitTag=$1
Expand Down

0 comments on commit f3b4572

Please sign in to comment.