Skip to content

Commit

Permalink
Update README auto documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
debovema committed Feb 13, 2018
1 parent 5a484bc commit 63c5a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-auto-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ updateReleaseVersions () {

replaceProperties () {
GIT_REPOSITORY_BASENAME=$(basename $GIT_REPOSITORY_URL | cut -f 1 -d '.')
GIT_REPOSITORY_URL_NO_EXT=$(echo $GIT_REPOSITORY_URL | cut -f 1 -d '.')
GIT_REPOSITORY_URL_NO_EXT=$(echo $GIT_REPOSITORY_URL | rev | cut -f 2- -d '.' | rev)

replaceProperty $1 GIT_REPOSITORY_URL_NO_EXT
replaceProperty $1 GIT_REPOSITORY_URL
Expand Down

0 comments on commit 63c5a23

Please sign in to comment.