Skip to content

Commit

Permalink
Issue #21603: chaging coreWebReleaseVersion and webComponentsReleaseV…
Browse files Browse the repository at this point in the history
…ersion to 22.1.0-rc.1 (#21621)
  • Loading branch information
victoralfaro-dotcms committed Feb 10, 2022
1 parent 08eb4ab commit 8de04a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
hash: ${{ env.BUILD_HASH }}
update_stable: ${{ env.IS_RELEASE }}
also_latest: ${{ env.IS_RELEASE }}
if: success()
- name: Publish docker image
id: publish-docker-image
uses: dotcms/publish-docker-image-action@main
Expand Down
4 changes: 2 additions & 2 deletions dotCMS/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dotcmsReleaseVersion=22.01
coreWebReleaseVersion=rc
webComponentsReleaseVersion=rc
coreWebReleaseVersion=22.1.0-rc.1
webComponentsReleaseVersion=22.1.0-rc.1

tomcatInstallRepo=https://github.com/dotCMS/tomcat.git
tomcatInstallBranch=9.0.41-java-11
Expand Down

0 comments on commit 8de04a0

Please sign in to comment.