diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 95543236..efd68741 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,8 +30,8 @@ env:
# Both variables are required to be set before the release process starts.
# As the release is triggered by a commit message with "[release]" keyword on a release branch,
# setting these variables to new values can be done in the same commit and will indicate the release and the dev versions in it.
- RELEASE_VERSION: "5.4.4-A.4" # The version of the release (tag).
- DEVELOPMENT_VERSION: "5.4.4-A.5-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
+ RELEASE_VERSION: "5.4.4-A.5" # The version of the release (tag).
+ DEVELOPMENT_VERSION: "5.4.4-A.6-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
permissions:
contents: read
diff --git a/pom.xml b/pom.xml
index 29a84524..bc3c6748 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
1.0.0-alpha6
2.3
11.0.22
- 6.2.5
+ 6.2.7
2.45.0
@@ -43,6 +43,7 @@
2.0.13
2.26.1
1.23.1
+ 5.4.3