diff --git a/ci/scripts/stage.sh b/ci/scripts/stage.sh index 2d36e475..0e7adbd6 100755 --- a/ci/scripts/stage.sh +++ b/ci/scripts/stage.sh @@ -18,8 +18,8 @@ nextVersion=$( bump_version_number $snapshotVersion) echo "Staging $stageVersion (next version will be $nextVersion)" set_revision_to_pom "$stageVersion" -git config user.name "Spring Buildmaster" > /dev/null -git config user.email "spring-buildmaster@users.noreply.github.com" > /dev/null +git config user.name "Spring Builds" > /dev/null +git config user.email "spring-builds@users.noreply.github.com" > /dev/null git add pom.xml > /dev/null git commit -m"Release v$stageVersion" > /dev/null git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null