File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ mvn versions:set -DnewVersion="$releaseVersion"
2828
2929git add .
3030git 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
3434git 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
3838mvn versions:set -DnewVersion=" $nextVersion -SNAPSHOT"
3939
4040git add .
4141git 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"
You can’t perform that action at this time.
0 commit comments