Skip to content

Commit af924d8

Browse files
committed
Merge branch '2.0.x'
2 parents ecff184 + cc26112 commit af924d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/scripts/stage.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ fi
2929
echo "Staging $stageVersion (next version will be $nextVersion)"
3030
sed -i "s/version=$snapshotVersion/version=$stageVersion/" gradle.properties
3131

32-
git config user.name "Spring Buildmaster" > /dev/null
33-
git config user.email "[email protected]" > /dev/null
32+
git config user.name "Spring Builds" > /dev/null
33+
git config user.email "[email protected]" > /dev/null
3434
git add gradle.properties > /dev/null
3535
git commit -m"Release v$stageVersion" > /dev/null
3636
git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null

0 commit comments

Comments
 (0)