Skip to content

Commit

Permalink
Renaming version to release-22.01 (#21489)
Browse files Browse the repository at this point in the history
Co-authored-by: nollymar <nollymarlonga@Nollymars-MacBook-Pro-2.local>
  • Loading branch information
nollymar and nollymar committed Jan 7, 2022
1 parent 931d25b commit dff5e0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-process.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Release Process Automation
runs-on: ubuntu-latest
env:
DOT_CICD_BRANCH: release-21.12
DOT_CICD_BRANCH: release-22.01
GITHUB_USER_TOKEN: ${{ secrets.CICD_GITHUB_TOKEN }}
PULL_REQUEST: ${{ github.event.number }}
REPO_USERNAME: ${{ secrets.EE_REPO_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,5 +1,5 @@
[submodule "dotCMS/src/main/enterprise"]
path = dotCMS/src/main/enterprise
url = git@github.com:dotCMS/enterprise.git
branch = release-21.12
branch = release-22.01
ignore = dirty
2 changes: 1 addition & 1 deletion dotCMS/gradle.properties
@@ -1,4 +1,4 @@
dotcmsReleaseVersion=21.12
dotcmsReleaseVersion=22.01
coreWebReleaseVersion=rc
webComponentsReleaseVersion=rc

Expand Down

0 comments on commit dff5e0b

Please sign in to comment.