diff --git a/deploy.sh b/deploy.sh index dfe9a81..bc53868 100755 --- a/deploy.sh +++ b/deploy.sh @@ -58,6 +58,6 @@ fi echo -e "\nINFO: Release ${releaseVersion} deployed to Maven Central." echo -e "INFO: Remember, it can take up to 10minutes to be available, and 2 hours for all synching." -echo -e "\nRepository is at: https://oss.sonatype.org/service/local/repositories/releases/content/" +echo -e "\nRepository is at: https://oss.sonatype.org/service/local/repositories/releases/content/ch/eitchnet/" exit 0 diff --git a/hotfix.sh b/hotfix.sh index b053073..54b6fa6 100755 --- a/hotfix.sh +++ b/hotfix.sh @@ -2,14 +2,13 @@ # usage if [ $# != 2 ] ; then - echo -e "Usage: ${0} " + echo -e "Usage: ${0} " exit 1 fi # Confirm -releaseVersion="${1}" -releaseBranch="release/${1}" +releaseBranch="${1}" hotfixVersion="${2}" echo -e "INFO: Do you want to make hotfix version ${hotfixVersion} from release branch ${releaseBranch}? y/n" read a