diff --git a/.github/actions/newrelease/action.yml b/.github/actions/newrelease/action.yml index 04296d557..f3d1c026f 100644 --- a/.github/actions/newrelease/action.yml +++ b/.github/actions/newrelease/action.yml @@ -34,8 +34,8 @@ runs: #./ensure-license.sh git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git checkout -b develop + git checkout -b Release_v1.10.0 git add cap-notebook/version.txt git commit -am "Update version to $VERSION" - git push --set-upstream origin develop + git push --set-upstream origin Release_v1.10.0 shell: bash diff --git a/pom.xml b/pom.xml index 8db2566c0..e2f935d8d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ - 1.8.1-SNAPSHOT + 1.10.0 21 ${java.version} ${java.version}