diff --git a/CHANGELOG.md b/CHANGELOG.md
index 147c3de2..1fdc0dc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog
-## next is 2.1.2 (not yet released)
+## 2.1.2 (2023-05-10)
+- Fixed bugs with expression resolution in cloud deployment annotations
## 2.1.1 (2023-05-23)
- Per suite annotations are compared also with parameters
diff --git a/aws-wildfly/pom.xml b/aws-wildfly/pom.xml
index 859a3630..a8775518 100644
--- a/aws-wildfly/pom.xml
+++ b/aws-wildfly/pom.xml
@@ -5,7 +5,7 @@
org.wildfly.extras.sunstone
sunstone-parent
- 2.1.2-SNAPSHOT
+ 2.1.2
sunstone-aws-wildfly
diff --git a/aws/pom.xml b/aws/pom.xml
index 572d5d58..9140b51c 100644
--- a/aws/pom.xml
+++ b/aws/pom.xml
@@ -5,7 +5,7 @@
org.wildfly.extras.sunstone
sunstone-parent
- 2.1.2-SNAPSHOT
+ 2.1.2
sunstone-aws
diff --git a/azure-wildfly/pom.xml b/azure-wildfly/pom.xml
index a652200d..48f22295 100644
--- a/azure-wildfly/pom.xml
+++ b/azure-wildfly/pom.xml
@@ -5,7 +5,7 @@
org.wildfly.extras.sunstone
sunstone-parent
- 2.1.2-SNAPSHOT
+ 2.1.2
sunstone-azure-wildfly
diff --git a/azure/pom.xml b/azure/pom.xml
index d486fe5b..71c99718 100644
--- a/azure/pom.xml
+++ b/azure/pom.xml
@@ -5,7 +5,7 @@
org.wildfly.extras.sunstone
sunstone-parent
- 2.1.2-SNAPSHOT
+ 2.1.2
sunstone-azure
diff --git a/core-wildfly/pom.xml b/core-wildfly/pom.xml
index db337fb1..a6754965 100644
--- a/core-wildfly/pom.xml
+++ b/core-wildfly/pom.xml
@@ -5,7 +5,7 @@
org.wildfly.extras.sunstone
sunstone-parent
- 2.1.2-SNAPSHOT
+ 2.1.2
sunstone-core-wildfly
diff --git a/core/pom.xml b/core/pom.xml
index 0e1298e4..47e9397e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
org.wildfly.extras.sunstone
sunstone-parent
- 2.1.2-SNAPSHOT
+ 2.1.2
sunstone-core
diff --git a/examples/quarkus/azure-web-app/pom.xml b/examples/quarkus/azure-web-app/pom.xml
index 27024ed2..e6716c90 100644
--- a/examples/quarkus/azure-web-app/pom.xml
+++ b/examples/quarkus/azure-web-app/pom.xml
@@ -7,7 +7,7 @@
org.wildfly.extras.sunstone
sunstone-parent
- 2.1.2-SNAPSHOT
+ 2.1.2
quarkus-azure-web-app
diff --git a/pom.xml b/pom.xml
index c3526bfc..8f83fe73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.wildfly.extras.sunstone
- 2.1.2-SNAPSHOT
+ 2.1.2
sunstone-parent
pom