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"
28
28
29
29
git add .
30
30
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"
32
32
33
33
# Create tag and push
34
34
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
36
36
37
37
# Create next snapshot
38
38
mvn versions:set -DnewVersion=" $nextVersion -SNAPSHOT"
39
39
40
40
git add .
41
41
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"
You can’t perform that action at this time.
0 commit comments