Skip to content

Commit ce2b56c

Browse files
fix release.sh
1 parent 1697a3d commit ce2b56c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ mvn versions:set -DnewVersion="$releaseVersion"
2828

2929
git add .
3030
git commit -m "Release $releaseVersion"
31-
git push "https://$username:$password@github.com/project-openubl/xml-sender-lib.git"
31+
git push "https://$username:$password@github.com/project-openubl/xml-builder-lib.git"
3232

3333
# Create tag and push
3434
git tag "$releaseVersion"
35-
git push "https://$username:$password@github.com/project-openubl/xml-sender-lib.git" --tags
35+
git push "https://$username:$password@github.com/project-openubl/xml-builder-lib.git" --tags
3636

3737
# Create next snapshot
3838
mvn versions:set -DnewVersion="$nextVersion-SNAPSHOT"
3939

4040
git add .
4141
git commit -m "Prepare next release $nextVersion-SNAPSHOT"
42-
git push "https://$username:$password@github.com/project-openubl/xml-sender-lib.git"
42+
git push "https://$username:$password@github.com/project-openubl/xml-builder-lib.git"

0 commit comments

Comments
 (0)