prepare release syncope-2.0.15
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 6029ba6..ec05e4d 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Archetype</name>
diff --git a/client/cli/pom.xml b/client/cli/pom.xml
index 656467d..ae22491 100644
--- a/client/cli/pom.xml
+++ b/client/cli/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-client</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Client CLI</name>
diff --git a/client/console/pom.xml b/client/console/pom.xml
index 5747160..8820ad9 100644
--- a/client/console/pom.xml
+++ b/client/console/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-client</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Client Console</name>
diff --git a/client/enduser/pom.xml b/client/enduser/pom.xml
index c5c53e5..d8b431c 100644
--- a/client/enduser/pom.xml
+++ b/client/enduser/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-client</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
     
   <name>Apache Syncope Client Enduser</name>
diff --git a/client/lib/pom.xml b/client/lib/pom.xml
index 4239c1e..864ee2c 100644
--- a/client/lib/pom.xml
+++ b/client/lib/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-client</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Client Lib</name>
diff --git a/client/pom.xml b/client/pom.xml
index 068be0f..64ef907 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Client</name>
diff --git a/common/lib/pom.xml b/common/lib/pom.xml
index f58b774..5502a56 100644
--- a/common/lib/pom.xml
+++ b/common/lib/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-common</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Common Lib</name>
diff --git a/common/pom.xml b/common/pom.xml
index 9247768..c481ac2 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Common</name>
diff --git a/common/rest-api/pom.xml b/common/rest-api/pom.xml
index 718ed54..a26d394 100644
--- a/common/rest-api/pom.xml
+++ b/common/rest-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-common</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Common REST API</name>
diff --git a/core/logic/pom.xml b/core/logic/pom.xml
index 748bc50..0f59986 100644
--- a/core/logic/pom.xml
+++ b/core/logic/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core Logic</name>
diff --git a/core/migration/pom.xml b/core/migration/pom.xml
index 12f9f65..9e9a960 100644
--- a/core/migration/pom.xml
+++ b/core/migration/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core Migration</name>
diff --git a/core/persistence-api/pom.xml b/core/persistence-api/pom.xml
index 279f338..2ca7afd 100644
--- a/core/persistence-api/pom.xml
+++ b/core/persistence-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core Persistence API</name>
diff --git a/core/persistence-jpa/pom.xml b/core/persistence-jpa/pom.xml
index 9efbd9d..8c998bf 100644
--- a/core/persistence-jpa/pom.xml
+++ b/core/persistence-jpa/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core Persistence JPA</name>
diff --git a/core/pom.xml b/core/pom.xml
index 8317d8a..1b03c5b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core</name>
diff --git a/core/provisioning-api/pom.xml b/core/provisioning-api/pom.xml
index fd4a083..2cdb717 100644
--- a/core/provisioning-api/pom.xml
+++ b/core/provisioning-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core Provisioning API</name>
diff --git a/core/provisioning-java/pom.xml b/core/provisioning-java/pom.xml
index a979ecb..ccb7c87 100644
--- a/core/provisioning-java/pom.xml
+++ b/core/provisioning-java/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core Provisioning Java</name>
diff --git a/core/rest-cxf/pom.xml b/core/rest-cxf/pom.xml
index 4b1d9b6..1d0a749 100644
--- a/core/rest-cxf/pom.xml
+++ b/core/rest-cxf/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core REST CXF</name>
diff --git a/core/spring/pom.xml b/core/spring/pom.xml
index 5b194d4..8ba5e3b 100644
--- a/core/spring/pom.xml
+++ b/core/spring/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core Spring</name>
diff --git a/core/workflow-activiti/pom.xml b/core/workflow-activiti/pom.xml
index 9b3349b..d5a855d 100644
--- a/core/workflow-activiti/pom.xml
+++ b/core/workflow-activiti/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core Workflow Activiti</name>
diff --git a/core/workflow-api/pom.xml b/core/workflow-api/pom.xml
index ed4ac00..922e5b7 100644
--- a/core/workflow-api/pom.xml
+++ b/core/workflow-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core Workflow API</name>
diff --git a/core/workflow-flowable/pom.xml b/core/workflow-flowable/pom.xml
index f5350ca..25c8fdd 100644
--- a/core/workflow-flowable/pom.xml
+++ b/core/workflow-flowable/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core Workflow Flowable</name>
diff --git a/core/workflow-java/pom.xml b/core/workflow-java/pom.xml
index 802e719..8490018 100644
--- a/core/workflow-java/pom.xml
+++ b/core/workflow-java/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Core Workflow Java</name>
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index 4169d0a..461d72f 100644
--- a/deb/console/pom.xml
+++ b/deb/console/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Deb Console</name>
diff --git a/deb/core/pom.xml b/deb/core/pom.xml
index 221dbb4..d40ebca 100644
--- a/deb/core/pom.xml
+++ b/deb/core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Deb Core</name>
diff --git a/deb/enduser/pom.xml b/deb/enduser/pom.xml
index f8cf5e0..e7281e8 100644
--- a/deb/enduser/pom.xml
+++ b/deb/enduser/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Deb Enduser</name>
diff --git a/deb/pom.xml b/deb/pom.xml
index 82fd607..45e4f3f 100644
--- a/deb/pom.xml
+++ b/deb/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Deb</name>
diff --git a/docker/console/pom.xml b/docker/console/pom.xml
index 5b32be4..eafcf8a 100644
--- a/docker/console/pom.xml
+++ b/docker/console/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-docker</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Docker Console</name>
diff --git a/docker/core/pom.xml b/docker/core/pom.xml
index 5fa1709..1a1d602 100644
--- a/docker/core/pom.xml
+++ b/docker/core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-docker</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Docker Core</name>
diff --git a/docker/enduser/pom.xml b/docker/enduser/pom.xml
index 0bfb38a..3f17021 100644
--- a/docker/enduser/pom.xml
+++ b/docker/enduser/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-docker</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Docker Enduser</name>
diff --git a/docker/pom.xml b/docker/pom.xml
index 8e7c8d1..90f23a1 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Docker</name>
diff --git a/ext/camel/client-console/pom.xml b/ext/camel/client-console/pom.xml
index fbe8805..908d1d5 100644
--- a/ext/camel/client-console/pom.xml
+++ b/ext/camel/client-console/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Client Console</name>
diff --git a/ext/camel/common-lib/pom.xml b/ext/camel/common-lib/pom.xml
index 4b8c94b..5bffb3d 100644
--- a/ext/camel/common-lib/pom.xml
+++ b/ext/camel/common-lib/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Common Lib</name>
diff --git a/ext/camel/logic/pom.xml b/ext/camel/logic/pom.xml
index 29168e6..788c9a8 100644
--- a/ext/camel/logic/pom.xml
+++ b/ext/camel/logic/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Logic</name>
diff --git a/ext/camel/persistence-api/pom.xml b/ext/camel/persistence-api/pom.xml
index 7aef246..b692a3c 100644
--- a/ext/camel/persistence-api/pom.xml
+++ b/ext/camel/persistence-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Persistence API</name>
diff --git a/ext/camel/persistence-jpa/pom.xml b/ext/camel/persistence-jpa/pom.xml
index f94a187..d6f9812 100644
--- a/ext/camel/persistence-jpa/pom.xml
+++ b/ext/camel/persistence-jpa/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Persistence JPA</name>
diff --git a/ext/camel/pom.xml b/ext/camel/pom.xml
index 30c0547..0922a28 100644
--- a/ext/camel/pom.xml
+++ b/ext/camel/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ext</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel</name>
diff --git a/ext/camel/provisioning-api/pom.xml b/ext/camel/provisioning-api/pom.xml
index d640d0f..605ca54 100644
--- a/ext/camel/provisioning-api/pom.xml
+++ b/ext/camel/provisioning-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Provisioning API</name>
diff --git a/ext/camel/provisioning-camel/pom.xml b/ext/camel/provisioning-camel/pom.xml
index 68610d0..6929a30 100644
--- a/ext/camel/provisioning-camel/pom.xml
+++ b/ext/camel/provisioning-camel/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Provisioning</name>
diff --git a/ext/camel/rest-api/pom.xml b/ext/camel/rest-api/pom.xml
index 9017a59..794668a 100644
--- a/ext/camel/rest-api/pom.xml
+++ b/ext/camel/rest-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel REST API</name>
diff --git a/ext/camel/rest-cxf/pom.xml b/ext/camel/rest-cxf/pom.xml
index 2a2f06b..9838f67 100644
--- a/ext/camel/rest-cxf/pom.xml
+++ b/ext/camel/rest-cxf/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel REST CXF</name>
diff --git a/ext/elasticsearch/client-elasticsearch/pom.xml b/ext/elasticsearch/client-elasticsearch/pom.xml
index 09f416a..177f3e8 100644
--- a/ext/elasticsearch/client-elasticsearch/pom.xml
+++ b/ext/elasticsearch/client-elasticsearch/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-elasticsearch</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Elasticsearch Client</name>
diff --git a/ext/elasticsearch/persistence-jpa/pom.xml b/ext/elasticsearch/persistence-jpa/pom.xml
index 89dbaf1..0de2e9d 100644
--- a/ext/elasticsearch/persistence-jpa/pom.xml
+++ b/ext/elasticsearch/persistence-jpa/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-elasticsearch</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Elasticsearch Persistence JPA</name>
diff --git a/ext/elasticsearch/pom.xml b/ext/elasticsearch/pom.xml
index 45dfb26..3fabdc0 100644
--- a/ext/elasticsearch/pom.xml
+++ b/ext/elasticsearch/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ext</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Elasticsearch</name>
diff --git a/ext/elasticsearch/provisioning-java/pom.xml b/ext/elasticsearch/provisioning-java/pom.xml
index a75924c..ee7ca3b 100644
--- a/ext/elasticsearch/provisioning-java/pom.xml
+++ b/ext/elasticsearch/provisioning-java/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-elasticsearch</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Elasticsearch Provisioning Java</name>
diff --git a/ext/oidcclient/agent/pom.xml b/ext/oidcclient/agent/pom.xml
index e631e56..946be13 100644
--- a/ext/oidcclient/agent/pom.xml
+++ b/ext/oidcclient/agent/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-oidcclient</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client Agent</name>
diff --git a/ext/oidcclient/client-console/pom.xml b/ext/oidcclient/client-console/pom.xml
index 13db930..195703f 100644
--- a/ext/oidcclient/client-console/pom.xml
+++ b/ext/oidcclient/client-console/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-oidcclient</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client Console</name>
diff --git a/ext/oidcclient/client-enduser/pom.xml b/ext/oidcclient/client-enduser/pom.xml
index 85d2916..afb7f28 100644
--- a/ext/oidcclient/client-enduser/pom.xml
+++ b/ext/oidcclient/client-enduser/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-oidcclient</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client Enduser</name>
diff --git a/ext/oidcclient/common-lib/pom.xml b/ext/oidcclient/common-lib/pom.xml
index e82546c..e565ed1 100644
--- a/ext/oidcclient/common-lib/pom.xml
+++ b/ext/oidcclient/common-lib/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-oidcclient</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client Common Lib</name>
diff --git a/ext/oidcclient/logic/pom.xml b/ext/oidcclient/logic/pom.xml
index 67cfed1..813f31b 100644
--- a/ext/oidcclient/logic/pom.xml
+++ b/ext/oidcclient/logic/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-oidcclient</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client Logic</name>
diff --git a/ext/oidcclient/persistence-api/pom.xml b/ext/oidcclient/persistence-api/pom.xml
index bfcc0f6..fd46f2a 100644
--- a/ext/oidcclient/persistence-api/pom.xml
+++ b/ext/oidcclient/persistence-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-oidcclient</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client Persistence API</name>
diff --git a/ext/oidcclient/persistence-jpa/pom.xml b/ext/oidcclient/persistence-jpa/pom.xml
index 2b865c9..1ae9293 100644
--- a/ext/oidcclient/persistence-jpa/pom.xml
+++ b/ext/oidcclient/persistence-jpa/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-oidcclient</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client Persistence JPA</name>
diff --git a/ext/oidcclient/pom.xml b/ext/oidcclient/pom.xml
index 457c4fc..d246504 100644
--- a/ext/oidcclient/pom.xml
+++ b/ext/oidcclient/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ext</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client</name>
diff --git a/ext/oidcclient/provisioning-api/pom.xml b/ext/oidcclient/provisioning-api/pom.xml
index 0475cdf..13aac3c 100644
--- a/ext/oidcclient/provisioning-api/pom.xml
+++ b/ext/oidcclient/provisioning-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-oidcclient</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client Provisioning API</name>
diff --git a/ext/oidcclient/provisioning-java/pom.xml b/ext/oidcclient/provisioning-java/pom.xml
index 81f2f67..7a56347 100644
--- a/ext/oidcclient/provisioning-java/pom.xml
+++ b/ext/oidcclient/provisioning-java/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-oidcclient</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client Provisioning Java</name>
diff --git a/ext/oidcclient/rest-api/pom.xml b/ext/oidcclient/rest-api/pom.xml
index b16bf7e..e17530c 100644
--- a/ext/oidcclient/rest-api/pom.xml
+++ b/ext/oidcclient/rest-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-oidcclient</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client REST API</name>
diff --git a/ext/oidcclient/rest-cxf/pom.xml b/ext/oidcclient/rest-cxf/pom.xml
index c354332..a1ce19f 100644
--- a/ext/oidcclient/rest-cxf/pom.xml
+++ b/ext/oidcclient/rest-cxf/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-oidcclient</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: OIDC Client REST CXF</name>
diff --git a/ext/pom.xml b/ext/pom.xml
index b03dc0a..06741be0 100644
--- a/ext/pom.xml
+++ b/ext/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext</name>
diff --git a/ext/saml2sp/agent/pom.xml b/ext/saml2sp/agent/pom.xml
index faa8645..c229d06 100644
--- a/ext/saml2sp/agent/pom.xml
+++ b/ext/saml2sp/agent/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Agent</name>
diff --git a/ext/saml2sp/client-console/pom.xml b/ext/saml2sp/client-console/pom.xml
index af5183a..1ee25cc 100644
--- a/ext/saml2sp/client-console/pom.xml
+++ b/ext/saml2sp/client-console/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Client Console</name>
diff --git a/ext/saml2sp/client-enduser/pom.xml b/ext/saml2sp/client-enduser/pom.xml
index eb78112..9147880 100644
--- a/ext/saml2sp/client-enduser/pom.xml
+++ b/ext/saml2sp/client-enduser/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Client Enduser</name>
diff --git a/ext/saml2sp/common-lib/pom.xml b/ext/saml2sp/common-lib/pom.xml
index 91486ef..a406715 100644
--- a/ext/saml2sp/common-lib/pom.xml
+++ b/ext/saml2sp/common-lib/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Common Lib</name>
diff --git a/ext/saml2sp/logic/pom.xml b/ext/saml2sp/logic/pom.xml
index f98accd..ab3fed4 100644
--- a/ext/saml2sp/logic/pom.xml
+++ b/ext/saml2sp/logic/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Logic</name>
diff --git a/ext/saml2sp/persistence-api/pom.xml b/ext/saml2sp/persistence-api/pom.xml
index 629c7d9..6156aef 100644
--- a/ext/saml2sp/persistence-api/pom.xml
+++ b/ext/saml2sp/persistence-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Persistence API</name>
diff --git a/ext/saml2sp/persistence-jpa/pom.xml b/ext/saml2sp/persistence-jpa/pom.xml
index 2b34ba2..2bb03d8 100644
--- a/ext/saml2sp/persistence-jpa/pom.xml
+++ b/ext/saml2sp/persistence-jpa/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Persistence JPA</name>
diff --git a/ext/saml2sp/pom.xml b/ext/saml2sp/pom.xml
index 3a374a6..553a35c 100644
--- a/ext/saml2sp/pom.xml
+++ b/ext/saml2sp/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ext</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP</name>
diff --git a/ext/saml2sp/provisioning-api/pom.xml b/ext/saml2sp/provisioning-api/pom.xml
index 6b5296e..ed10f05 100644
--- a/ext/saml2sp/provisioning-api/pom.xml
+++ b/ext/saml2sp/provisioning-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Provisioning API</name>
diff --git a/ext/saml2sp/provisioning-java/pom.xml b/ext/saml2sp/provisioning-java/pom.xml
index e31c5d6..0e88706 100644
--- a/ext/saml2sp/provisioning-java/pom.xml
+++ b/ext/saml2sp/provisioning-java/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Provisioning Java</name>
diff --git a/ext/saml2sp/rest-api/pom.xml b/ext/saml2sp/rest-api/pom.xml
index edd029f..a78fdff 100644
--- a/ext/saml2sp/rest-api/pom.xml
+++ b/ext/saml2sp/rest-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP REST API</name>
diff --git a/ext/saml2sp/rest-cxf/pom.xml b/ext/saml2sp/rest-cxf/pom.xml
index e864e27..f77e2a2 100644
--- a/ext/saml2sp/rest-cxf/pom.xml
+++ b/ext/saml2sp/rest-cxf/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP REST CXF</name>
diff --git a/ext/scimv2/client-console/pom.xml b/ext/scimv2/client-console/pom.xml
index 539b92d..f811484 100644
--- a/ext/scimv2/client-console/pom.xml
+++ b/ext/scimv2/client-console/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-scimv2</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SCIMv2 Client Console</name>
diff --git a/ext/scimv2/common-lib/pom.xml b/ext/scimv2/common-lib/pom.xml
index dc4c5f5..795628b 100644
--- a/ext/scimv2/common-lib/pom.xml
+++ b/ext/scimv2/common-lib/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-scimv2</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SCIMv2 Common Lib</name>
diff --git a/ext/scimv2/logic/pom.xml b/ext/scimv2/logic/pom.xml
index 91e44dc..1991495 100644
--- a/ext/scimv2/logic/pom.xml
+++ b/ext/scimv2/logic/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-scimv2</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SCIMv2 Logic</name>
diff --git a/ext/scimv2/pom.xml b/ext/scimv2/pom.xml
index b8a53d8..f9ab787 100644
--- a/ext/scimv2/pom.xml
+++ b/ext/scimv2/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ext</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SCIMv2</name>
diff --git a/ext/scimv2/rest-api/pom.xml b/ext/scimv2/rest-api/pom.xml
index 7bca8a5..6650b37 100644
--- a/ext/scimv2/rest-api/pom.xml
+++ b/ext/scimv2/rest-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-scimv2</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SCIMv2 REST API</name>
diff --git a/ext/scimv2/rest-cxf/pom.xml b/ext/scimv2/rest-cxf/pom.xml
index 1f33cd0..90ec7e2 100644
--- a/ext/scimv2/rest-cxf/pom.xml
+++ b/ext/scimv2/rest-cxf/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-scimv2</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SCIMv2 REST CXF</name>
diff --git a/ext/scimv2/scim-rest-api/pom.xml b/ext/scimv2/scim-rest-api/pom.xml
index f7b6257..c3c5a84 100644
--- a/ext/scimv2/scim-rest-api/pom.xml
+++ b/ext/scimv2/scim-rest-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-scimv2</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SCIMv2 SCIM REST API</name>
diff --git a/ext/scimv2/scim-rest-cxf/pom.xml b/ext/scimv2/scim-rest-cxf/pom.xml
index 76b4150..7a0a115 100644
--- a/ext/scimv2/scim-rest-cxf/pom.xml
+++ b/ext/scimv2/scim-rest-cxf/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-scimv2</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: SCIMv2 SCIM REST CXF</name>
diff --git a/ext/swagger-ui/pom.xml b/ext/swagger-ui/pom.xml
index ca3f140..ab0660f 100644
--- a/ext/swagger-ui/pom.xml
+++ b/ext/swagger-ui/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ext</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Ext: Swagger UI</name>
diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml
index a180356..292d35c 100644
--- a/fit/build-tools/pom.xml
+++ b/fit/build-tools/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-fit</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope FIT Build Tools</name>
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index afaed53..f7250a0 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-fit</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope FIT Console Reference</name>
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 85748e3..936b98c 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-fit</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope FIT Core Reference</name>
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index e0b45f4..5aedd74 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-fit</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope FIT Enduser Reference</name>
diff --git a/fit/pom.xml b/fit/pom.xml
index 285a2ab..9f2f06e 100644
--- a/fit/pom.xml
+++ b/fit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope FIT</name>
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
index 41bf068..8c715d3 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Apache Syncope Eclipse Plugin
 Bundle-SymbolicName: org.apache.syncope.ide.eclipse.plugin;singleton:=true
-Bundle-Version: 2.0.15.qualifier
+Bundle-Version: 2.0.15
 Bundle-Activator: org.apache.syncope.ide.eclipse.plugin.Activator
 Require-Bundle: org.eclipse.ui,
       org.eclipse.core.runtime,
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
index 7f97792..590c167 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ide</groupId>
     <artifactId>syncope-ide-eclipse</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
     <relativePath>../../</relativePath>
   </parent>
 
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
index c511f5a..05f1b84 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: org.apache.syncope.ide.eclipse.tests
 Bundle-SymbolicName: org.apache.syncope.ide.eclipse.tests;singleton:=true
-Bundle-Version: 2.0.15.qualifier
+Bundle-Version: 2.0.15
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: 
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml
index d74ec0e..c961dcc 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ide</groupId>
     <artifactId>syncope-ide-eclipse</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
     <relativePath>../../</relativePath>
   </parent>
 
diff --git a/ide/eclipse/pom.xml b/ide/eclipse/pom.xml
index 929db2b..2cd7c25 100644
--- a/ide/eclipse/pom.xml
+++ b/ide/eclipse/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ide</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope IDE Eclipse</name>
diff --git a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
index c51f9dc..1b606a4 100644
--- a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
+++ b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
@@ -18,7 +18,7 @@
 under the License.
 -->
 <site>
-   <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.0.15.qualifier">
+   <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.0.15">
       <category name="apachesyncope"/>
    </bundle>
    <category-def name="apachesyncope" label="Apache Syncope">
diff --git a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/pom.xml b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/pom.xml
index 2ce3223..e390b05 100644
--- a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/pom.xml
+++ b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope.ide</groupId>
     <artifactId>syncope-ide-eclipse</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
     <relativePath>../../</relativePath>
   </parent>
 
diff --git a/ide/netbeans/pom.xml b/ide/netbeans/pom.xml
index a7ebb52..3dd49bb 100644
--- a/ide/netbeans/pom.xml
+++ b/ide/netbeans/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ide</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope IDE Netbeans Plugin</name>
diff --git a/ide/pom.xml b/ide/pom.xml
index 204754b..f879efc 100644
--- a/ide/pom.xml
+++ b/ide/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope IDE</name>
diff --git a/installer/pom.xml b/installer/pom.xml
index aff7aef..7b3deb6 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Installer</name>
diff --git a/pom.xml b/pom.xml
index 3ee0a3c..920d44a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope</artifactId>
-  <version>2.0.15-SNAPSHOT</version>
+  <version>2.0.15</version>
   <packaging>pom</packaging>
 
   <parent>
@@ -52,7 +52,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/syncope.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/syncope.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=syncope.git</url>
-    <tag>HEAD</tag>
+    <tag>syncope-2.0.15</tag>
   </scm>
 
   <issueManagement>
diff --git a/standalone/pom.xml b/standalone/pom.xml
index c780cf0..ca43c73 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.15-SNAPSHOT</version>
+    <version>2.0.15</version>
   </parent>
 
   <name>Apache Syncope Standalone Distribution</name>