Repository: syncope
Updated Branches:
  refs/heads/2_0_X 51d80d750 -> 5c388d445


[maven-release-plugin] prepare release syncope-2.0.5


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/5c388d44
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/5c388d44
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/5c388d44

Branch: refs/heads/2_0_X
Commit: 5c388d4455f58c50c52ee467e81fbac4e2aea017
Parents: 51d80d7
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Mon Sep 4 10:12:41 2017 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Mon Sep 4 10:12:41 2017 +0200

----------------------------------------------------------------------
 archetype/pom.xml                                                | 2 +-
 client/cli/pom.xml                                               | 2 +-
 client/console/pom.xml                                           | 2 +-
 client/enduser/pom.xml                                           | 2 +-
 client/lib/pom.xml                                               | 2 +-
 client/pom.xml                                                   | 2 +-
 common/lib/pom.xml                                               | 2 +-
 common/pom.xml                                                   | 2 +-
 common/rest-api/pom.xml                                          | 2 +-
 core/logic/pom.xml                                               | 2 +-
 core/migration/pom.xml                                           | 2 +-
 core/persistence-api/pom.xml                                     | 2 +-
 core/persistence-jpa/pom.xml                                     | 2 +-
 core/pom.xml                                                     | 2 +-
 core/provisioning-api/pom.xml                                    | 2 +-
 core/provisioning-java/pom.xml                                   | 2 +-
 core/rest-cxf/pom.xml                                            | 2 +-
 core/spring/pom.xml                                              | 2 +-
 core/workflow-activiti/pom.xml                                   | 2 +-
 core/workflow-api/pom.xml                                        | 2 +-
 core/workflow-flowable/pom.xml                                   | 2 +-
 core/workflow-java/pom.xml                                       | 2 +-
 deb/console/pom.xml                                              | 2 +-
 deb/core/pom.xml                                                 | 2 +-
 deb/enduser/pom.xml                                              | 2 +-
 deb/pom.xml                                                      | 2 +-
 ext/camel/client-console/pom.xml                                 | 2 +-
 ext/camel/common-lib/pom.xml                                     | 2 +-
 ext/camel/logic/pom.xml                                          | 2 +-
 ext/camel/persistence-api/pom.xml                                | 2 +-
 ext/camel/persistence-jpa/pom.xml                                | 2 +-
 ext/camel/pom.xml                                                | 2 +-
 ext/camel/provisioning-api/pom.xml                               | 2 +-
 ext/camel/provisioning-camel/pom.xml                             | 2 +-
 ext/camel/rest-api/pom.xml                                       | 2 +-
 ext/camel/rest-cxf/pom.xml                                       | 2 +-
 ext/elasticsearch/client-elasticsearch/pom.xml                   | 2 +-
 ext/elasticsearch/persistence-jpa/pom.xml                        | 2 +-
 ext/elasticsearch/pom.xml                                        | 2 +-
 ext/elasticsearch/provisioning-java/pom.xml                      | 2 +-
 ext/pom.xml                                                      | 2 +-
 ext/saml2sp/agent/pom.xml                                        | 2 +-
 ext/saml2sp/client-console/pom.xml                               | 2 +-
 ext/saml2sp/client-enduser/pom.xml                               | 2 +-
 ext/saml2sp/common-lib/pom.xml                                   | 2 +-
 ext/saml2sp/logic/pom.xml                                        | 2 +-
 ext/saml2sp/persistence-api/pom.xml                              | 2 +-
 ext/saml2sp/persistence-jpa/pom.xml                              | 2 +-
 ext/saml2sp/pom.xml                                              | 2 +-
 ext/saml2sp/provisioning-api/pom.xml                             | 2 +-
 ext/saml2sp/provisioning-java/pom.xml                            | 2 +-
 ext/saml2sp/rest-api/pom.xml                                     | 2 +-
 ext/saml2sp/rest-cxf/pom.xml                                     | 2 +-
 ext/swagger-ui/pom.xml                                           | 2 +-
 fit/build-tools/pom.xml                                          | 2 +-
 fit/console-reference/pom.xml                                    | 2 +-
 fit/core-reference/pom.xml                                       | 2 +-
 fit/enduser-reference/pom.xml                                    | 2 +-
 fit/pom.xml                                                      | 2 +-
 .../bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml        | 2 +-
 ide/eclipse/pom.xml                                              | 2 +-
 ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/pom.xml   | 2 +-
 ide/netbeans/pom.xml                                             | 2 +-
 ide/pom.xml                                                      | 2 +-
 installer/pom.xml                                                | 2 +-
 pom.xml                                                          | 4 ++--
 standalone/pom.xml                                               | 2 +-
 67 files changed, 68 insertions(+), 68 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index ae23af2..5588c16 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Archetype</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/client/cli/pom.xml
----------------------------------------------------------------------
diff --git a/client/cli/pom.xml b/client/cli/pom.xml
index 30bc0b8..7f32d02 100644
--- a/client/cli/pom.xml
+++ b/client/cli/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-client</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Client CLI</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/client/console/pom.xml
----------------------------------------------------------------------
diff --git a/client/console/pom.xml b/client/console/pom.xml
index 228790d..b0ab6a4 100644
--- a/client/console/pom.xml
+++ b/client/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-client</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Client Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/client/enduser/pom.xml
----------------------------------------------------------------------
diff --git a/client/enduser/pom.xml b/client/enduser/pom.xml
index 06a6d54..035f1d0 100644
--- a/client/enduser/pom.xml
+++ b/client/enduser/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-client</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
     
   <name>Apache Syncope Client Enduser</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/client/lib/pom.xml
----------------------------------------------------------------------
diff --git a/client/lib/pom.xml b/client/lib/pom.xml
index fd71b59..fb55a62 100644
--- a/client/lib/pom.xml
+++ b/client/lib/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-client</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Client Lib</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index bae7e5b..907f0dc 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Client</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/common/lib/pom.xml
----------------------------------------------------------------------
diff --git a/common/lib/pom.xml b/common/lib/pom.xml
index 279f03e..58bffda 100644
--- a/common/lib/pom.xml
+++ b/common/lib/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-common</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Common Lib</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 1513d60..b9756b2 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Common</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/common/rest-api/pom.xml
----------------------------------------------------------------------
diff --git a/common/rest-api/pom.xml b/common/rest-api/pom.xml
index 0fb7aa7..42189a6 100644
--- a/common/rest-api/pom.xml
+++ b/common/rest-api/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-common</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Common REST API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/logic/pom.xml
----------------------------------------------------------------------
diff --git a/core/logic/pom.xml b/core/logic/pom.xml
index 3a77c0f..ec3bc05 100644
--- a/core/logic/pom.xml
+++ b/core/logic/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core Logic</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/migration/pom.xml
----------------------------------------------------------------------
diff --git a/core/migration/pom.xml b/core/migration/pom.xml
index 53dfb62..ff43d0a 100644
--- a/core/migration/pom.xml
+++ b/core/migration/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core Migration</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/persistence-api/pom.xml
----------------------------------------------------------------------
diff --git a/core/persistence-api/pom.xml b/core/persistence-api/pom.xml
index 2e19956..1c5bd36 100644
--- a/core/persistence-api/pom.xml
+++ b/core/persistence-api/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core Persistence API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/persistence-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/core/persistence-jpa/pom.xml b/core/persistence-jpa/pom.xml
index 1ff1045..aa02f52 100644
--- a/core/persistence-jpa/pom.xml
+++ b/core/persistence-jpa/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core Persistence JPA</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 85c8674..73ca955 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/provisioning-api/pom.xml
----------------------------------------------------------------------
diff --git a/core/provisioning-api/pom.xml b/core/provisioning-api/pom.xml
index 761ddf3..326ebe0 100644
--- a/core/provisioning-api/pom.xml
+++ b/core/provisioning-api/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core Provisioning API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/provisioning-java/pom.xml
----------------------------------------------------------------------
diff --git a/core/provisioning-java/pom.xml b/core/provisioning-java/pom.xml
index b162278..4cda345 100644
--- a/core/provisioning-java/pom.xml
+++ b/core/provisioning-java/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core Provisioning Java</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/rest-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/core/rest-cxf/pom.xml b/core/rest-cxf/pom.xml
index 9c55cd8..15b4735 100644
--- a/core/rest-cxf/pom.xml
+++ b/core/rest-cxf/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core REST CXF</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/spring/pom.xml
----------------------------------------------------------------------
diff --git a/core/spring/pom.xml b/core/spring/pom.xml
index 5348021..9c849cb 100644
--- a/core/spring/pom.xml
+++ b/core/spring/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core Spring</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/workflow-activiti/pom.xml
----------------------------------------------------------------------
diff --git a/core/workflow-activiti/pom.xml b/core/workflow-activiti/pom.xml
index 3604f90..231d1c2 100644
--- a/core/workflow-activiti/pom.xml
+++ b/core/workflow-activiti/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core Workflow Activiti</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/workflow-api/pom.xml
----------------------------------------------------------------------
diff --git a/core/workflow-api/pom.xml b/core/workflow-api/pom.xml
index 0759a98..31aa99d 100644
--- a/core/workflow-api/pom.xml
+++ b/core/workflow-api/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core Workflow API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/workflow-flowable/pom.xml
----------------------------------------------------------------------
diff --git a/core/workflow-flowable/pom.xml b/core/workflow-flowable/pom.xml
index 95e4701..89ee33e 100644
--- a/core/workflow-flowable/pom.xml
+++ b/core/workflow-flowable/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core Workflow Flowable</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/core/workflow-java/pom.xml
----------------------------------------------------------------------
diff --git a/core/workflow-java/pom.xml b/core/workflow-java/pom.xml
index 6a9f332..7810d71 100644
--- a/core/workflow-java/pom.xml
+++ b/core/workflow-java/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-core</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Core Workflow Java</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/deb/console/pom.xml
----------------------------------------------------------------------
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index 7113427..1ce2186 100644
--- a/deb/console/pom.xml
+++ b/deb/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Deb Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/deb/core/pom.xml
----------------------------------------------------------------------
diff --git a/deb/core/pom.xml b/deb/core/pom.xml
index 977f005..1341b46 100644
--- a/deb/core/pom.xml
+++ b/deb/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Deb Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/deb/enduser/pom.xml
----------------------------------------------------------------------
diff --git a/deb/enduser/pom.xml b/deb/enduser/pom.xml
index c1b54cf..1cfc468 100644
--- a/deb/enduser/pom.xml
+++ b/deb/enduser/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Deb Enduser</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/deb/pom.xml
----------------------------------------------------------------------
diff --git a/deb/pom.xml b/deb/pom.xml
index b4b8927..24b4da2 100644
--- a/deb/pom.xml
+++ b/deb/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Deb</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/camel/client-console/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/client-console/pom.xml b/ext/camel/client-console/pom.xml
index ac43ad0..7dd157e 100644
--- a/ext/camel/client-console/pom.xml
+++ b/ext/camel/client-console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Client Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/camel/common-lib/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/common-lib/pom.xml b/ext/camel/common-lib/pom.xml
index 26e4429..10f3f08 100644
--- a/ext/camel/common-lib/pom.xml
+++ b/ext/camel/common-lib/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Common Lib</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/camel/logic/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/logic/pom.xml b/ext/camel/logic/pom.xml
index 969b20a..e67ebc3 100644
--- a/ext/camel/logic/pom.xml
+++ b/ext/camel/logic/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Logic</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/camel/persistence-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/persistence-api/pom.xml 
b/ext/camel/persistence-api/pom.xml
index ef2089e..0c7d41f 100644
--- a/ext/camel/persistence-api/pom.xml
+++ b/ext/camel/persistence-api/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Persistence API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/camel/persistence-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/persistence-jpa/pom.xml 
b/ext/camel/persistence-jpa/pom.xml
index 5533009..25d55df 100644
--- a/ext/camel/persistence-jpa/pom.xml
+++ b/ext/camel/persistence-jpa/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Persistence JPA</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/camel/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/pom.xml b/ext/camel/pom.xml
index 0f73788..70f9eb8 100644
--- a/ext/camel/pom.xml
+++ b/ext/camel/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ext</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/camel/provisioning-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/provisioning-api/pom.xml 
b/ext/camel/provisioning-api/pom.xml
index c2b9fb7..9e7ceeb 100644
--- a/ext/camel/provisioning-api/pom.xml
+++ b/ext/camel/provisioning-api/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Provisioning API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/camel/provisioning-camel/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/provisioning-camel/pom.xml 
b/ext/camel/provisioning-camel/pom.xml
index 03e35e3..4446a7e 100644
--- a/ext/camel/provisioning-camel/pom.xml
+++ b/ext/camel/provisioning-camel/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Provisioning</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/camel/rest-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/rest-api/pom.xml b/ext/camel/rest-api/pom.xml
index 4b3b4ae..70942e1 100644
--- a/ext/camel/rest-api/pom.xml
+++ b/ext/camel/rest-api/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel REST API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/camel/rest-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/rest-cxf/pom.xml b/ext/camel/rest-cxf/pom.xml
index 5dd2a61..838e756 100644
--- a/ext/camel/rest-cxf/pom.xml
+++ b/ext/camel/rest-cxf/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-camel</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel REST CXF</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/elasticsearch/client-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/ext/elasticsearch/client-elasticsearch/pom.xml 
b/ext/elasticsearch/client-elasticsearch/pom.xml
index 50c6e00..45a63e6 100644
--- a/ext/elasticsearch/client-elasticsearch/pom.xml
+++ b/ext/elasticsearch/client-elasticsearch/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-elasticsearch</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Elasticsearch Client</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/elasticsearch/persistence-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/ext/elasticsearch/persistence-jpa/pom.xml 
b/ext/elasticsearch/persistence-jpa/pom.xml
index 58330fa..f5bcf43 100644
--- a/ext/elasticsearch/persistence-jpa/pom.xml
+++ b/ext/elasticsearch/persistence-jpa/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-elasticsearch</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Elasticsearch Persistence JPA</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/ext/elasticsearch/pom.xml b/ext/elasticsearch/pom.xml
index 8c59571..a9c19dd 100644
--- a/ext/elasticsearch/pom.xml
+++ b/ext/elasticsearch/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ext</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Elasticsearch</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/elasticsearch/provisioning-java/pom.xml
----------------------------------------------------------------------
diff --git a/ext/elasticsearch/provisioning-java/pom.xml 
b/ext/elasticsearch/provisioning-java/pom.xml
index 5d25efa..7fa89f7 100644
--- a/ext/elasticsearch/provisioning-java/pom.xml
+++ b/ext/elasticsearch/provisioning-java/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-elasticsearch</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Elasticsearch Provisioning Java</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/pom.xml
----------------------------------------------------------------------
diff --git a/ext/pom.xml b/ext/pom.xml
index 5c656d7..b6859b7 100644
--- a/ext/pom.xml
+++ b/ext/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/agent/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/agent/pom.xml b/ext/saml2sp/agent/pom.xml
index fda59d3..1081788 100644
--- a/ext/saml2sp/agent/pom.xml
+++ b/ext/saml2sp/agent/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Agent</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/client-console/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/client-console/pom.xml 
b/ext/saml2sp/client-console/pom.xml
index 6f9d184..3224954 100644
--- a/ext/saml2sp/client-console/pom.xml
+++ b/ext/saml2sp/client-console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Client Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/client-enduser/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/client-enduser/pom.xml 
b/ext/saml2sp/client-enduser/pom.xml
index e66d791..f71bf53 100644
--- a/ext/saml2sp/client-enduser/pom.xml
+++ b/ext/saml2sp/client-enduser/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Client Enduser</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/common-lib/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/common-lib/pom.xml b/ext/saml2sp/common-lib/pom.xml
index 7ec0612..953adf5 100644
--- a/ext/saml2sp/common-lib/pom.xml
+++ b/ext/saml2sp/common-lib/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Common Lib</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/logic/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/logic/pom.xml b/ext/saml2sp/logic/pom.xml
index b20998c..2207984 100644
--- a/ext/saml2sp/logic/pom.xml
+++ b/ext/saml2sp/logic/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Logic</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/persistence-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/persistence-api/pom.xml 
b/ext/saml2sp/persistence-api/pom.xml
index 0051329..c08154d 100644
--- a/ext/saml2sp/persistence-api/pom.xml
+++ b/ext/saml2sp/persistence-api/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Persistence API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/persistence-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/persistence-jpa/pom.xml 
b/ext/saml2sp/persistence-jpa/pom.xml
index 3a1449f..b7471f5 100644
--- a/ext/saml2sp/persistence-jpa/pom.xml
+++ b/ext/saml2sp/persistence-jpa/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Persistence JPA</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/pom.xml b/ext/saml2sp/pom.xml
index 21e8a18..40f773b 100644
--- a/ext/saml2sp/pom.xml
+++ b/ext/saml2sp/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ext</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/provisioning-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/provisioning-api/pom.xml 
b/ext/saml2sp/provisioning-api/pom.xml
index baac228..3c2d677 100644
--- a/ext/saml2sp/provisioning-api/pom.xml
+++ b/ext/saml2sp/provisioning-api/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Provisioning API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/provisioning-java/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/provisioning-java/pom.xml 
b/ext/saml2sp/provisioning-java/pom.xml
index 6aa79c9..886a0da 100644
--- a/ext/saml2sp/provisioning-java/pom.xml
+++ b/ext/saml2sp/provisioning-java/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Provisioning Java</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/rest-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/rest-api/pom.xml b/ext/saml2sp/rest-api/pom.xml
index a3beb5d..9229ced 100644
--- a/ext/saml2sp/rest-api/pom.xml
+++ b/ext/saml2sp/rest-api/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP REST API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/saml2sp/rest-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/rest-cxf/pom.xml b/ext/saml2sp/rest-cxf/pom.xml
index 86f150f..ab4abac 100644
--- a/ext/saml2sp/rest-cxf/pom.xml
+++ b/ext/saml2sp/rest-cxf/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ext</groupId>
     <artifactId>syncope-ext-saml2sp</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP REST CXF</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ext/swagger-ui/pom.xml
----------------------------------------------------------------------
diff --git a/ext/swagger-ui/pom.xml b/ext/swagger-ui/pom.xml
index 4b8a0a2..07480cd 100644
--- a/ext/swagger-ui/pom.xml
+++ b/ext/swagger-ui/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ext</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Ext: Swagger UI</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/fit/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml
index 26ffdf6..c089360 100644
--- a/fit/build-tools/pom.xml
+++ b/fit/build-tools/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-fit</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope FIT Build Tools</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/fit/console-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index deb3bfa..b02ee35 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-fit</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope FIT Console Reference</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 4aeebaa..9f3b7a3 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-fit</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope FIT Core Reference</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/fit/enduser-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 6a3b4fb..a44268d 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-fit</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope FIT Enduser Reference</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/fit/pom.xml
----------------------------------------------------------------------
diff --git a/fit/pom.xml b/fit/pom.xml
index 2016df1..fccd219 100644
--- a/fit/pom.xml
+++ b/fit/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope FIT</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
----------------------------------------------------------------------
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 8bbb4ac..2a1068a 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 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ide</groupId>
     <artifactId>syncope-ide-eclipse</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ide/eclipse/pom.xml
----------------------------------------------------------------------
diff --git a/ide/eclipse/pom.xml b/ide/eclipse/pom.xml
index 4e8e013..7645cfb 100644
--- a/ide/eclipse/pom.xml
+++ b/ide/eclipse/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ide</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope IDE Eclipse</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/pom.xml
----------------------------------------------------------------------
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 12eb8f5..8ebd4fd 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 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ide</groupId>
     <artifactId>syncope-ide-eclipse</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
     <relativePath>../../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ide/netbeans/pom.xml
----------------------------------------------------------------------
diff --git a/ide/netbeans/pom.xml b/ide/netbeans/pom.xml
index be83bc5..12c4d05 100644
--- a/ide/netbeans/pom.xml
+++ b/ide/netbeans/pom.xml
@@ -20,7 +20,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-ide</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope IDE Netbeans Plugin</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/ide/pom.xml
----------------------------------------------------------------------
diff --git a/ide/pom.xml b/ide/pom.xml
index ad2507b..dbed4d1 100644
--- a/ide/pom.xml
+++ b/ide/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope IDE</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/installer/pom.xml
----------------------------------------------------------------------
diff --git a/installer/pom.xml b/installer/pom.xml
index 1a96744..4e33a3a 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Installer</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 12a82fd..80aeae9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
 
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>pom</packaging>
 
   <parent>
@@ -52,7 +52,7 @@ under the License.
     
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</connection>
     
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=syncope.git</url>
-    <tag>HEAD</tag>
+    <tag>syncope-2.0.5</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/syncope/blob/5c388d44/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index bf6307a..0df260b 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <name>Apache Syncope Standalone Distribution</name>

Reply via email to