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

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

Branch: refs/heads/SYNCOPE-808
Commit: db1c571856e9f85f8415dd55311592890ac37b61
Parents: 27a12c5
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Fri Apr 14 14:59:52 2017 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Fri Apr 14 14:59:52 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/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                    | 19 +++++--------------
 fit/core-reference/pom.xml                       |  2 +-
 fit/enduser-reference/pom.xml                    |  2 +-
 fit/pom.xml                                      |  2 +-
 .../pom.xml                                      |  2 +-
 ide/eclipse/pom.xml                              |  2 +-
 .../org.apache.syncope.ide.eclipse.site/pom.xml  |  2 +-
 ide/pom.xml                                      |  2 +-
 installer/pom.xml                                |  2 +-
 pom.xml                                          |  4 ++--
 standalone/pom.xml                               |  5 ++---
 62 files changed, 68 insertions(+), 78 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 8ecc078..a5fdc14 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Archetype</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/client/cli/pom.xml
----------------------------------------------------------------------
diff --git a/client/cli/pom.xml b/client/cli/pom.xml
index c0fb754..bfe48a9 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Client CLI</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/client/console/pom.xml
----------------------------------------------------------------------
diff --git a/client/console/pom.xml b/client/console/pom.xml
index 16bdc3e..ff75615 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Client Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/client/enduser/pom.xml
----------------------------------------------------------------------
diff --git a/client/enduser/pom.xml b/client/enduser/pom.xml
index 48f4f04..10da00d 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
     
   <name>Apache Syncope Client Enduser</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/client/lib/pom.xml
----------------------------------------------------------------------
diff --git a/client/lib/pom.xml b/client/lib/pom.xml
index 7306d25..bdae59a 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Client Lib</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 113e76b..9c8e88b 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Client</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/common/lib/pom.xml
----------------------------------------------------------------------
diff --git a/common/lib/pom.xml b/common/lib/pom.xml
index f00f07d..28aa542 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Common Lib</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 8d773ea..6c372c7 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Common</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/common/rest-api/pom.xml
----------------------------------------------------------------------
diff --git a/common/rest-api/pom.xml b/common/rest-api/pom.xml
index 8873e25..d169a52 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Common REST API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/logic/pom.xml
----------------------------------------------------------------------
diff --git a/core/logic/pom.xml b/core/logic/pom.xml
index 4762a71..355acf4 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core Logic</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/migration/pom.xml
----------------------------------------------------------------------
diff --git a/core/migration/pom.xml b/core/migration/pom.xml
index db38d1c..00f5a62 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core Migration</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/persistence-api/pom.xml
----------------------------------------------------------------------
diff --git a/core/persistence-api/pom.xml b/core/persistence-api/pom.xml
index 933c5eb..2543033 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core Persistence API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/persistence-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/core/persistence-jpa/pom.xml b/core/persistence-jpa/pom.xml
index 5914c8d..02c7530 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core Persistence JPA</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 4de422a..a252a28 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/provisioning-api/pom.xml
----------------------------------------------------------------------
diff --git a/core/provisioning-api/pom.xml b/core/provisioning-api/pom.xml
index a66d956..1c85f06 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core Provisioning API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/provisioning-java/pom.xml
----------------------------------------------------------------------
diff --git a/core/provisioning-java/pom.xml b/core/provisioning-java/pom.xml
index 7e4db39..542a0ad 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core Provisioning Java</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/rest-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/core/rest-cxf/pom.xml b/core/rest-cxf/pom.xml
index a530a53..2afea73 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core REST CXF</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/spring/pom.xml
----------------------------------------------------------------------
diff --git a/core/spring/pom.xml b/core/spring/pom.xml
index f07ba6d..dff3f6e 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core Spring</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/workflow-activiti/pom.xml
----------------------------------------------------------------------
diff --git a/core/workflow-activiti/pom.xml b/core/workflow-activiti/pom.xml
index c52d616..52ba44d 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core Workflow Activiti</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/workflow-api/pom.xml
----------------------------------------------------------------------
diff --git a/core/workflow-api/pom.xml b/core/workflow-api/pom.xml
index 70f103c..57d75f1 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core Workflow API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/workflow-flowable/pom.xml
----------------------------------------------------------------------
diff --git a/core/workflow-flowable/pom.xml b/core/workflow-flowable/pom.xml
index a68b8c2..bc695b2 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core Workflow Flowable</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/core/workflow-java/pom.xml
----------------------------------------------------------------------
diff --git a/core/workflow-java/pom.xml b/core/workflow-java/pom.xml
index a8e61a0..b5f4a2e 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Core Workflow Java</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/deb/console/pom.xml
----------------------------------------------------------------------
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index 0495dd3..f2bcdc6 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Deb Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/deb/core/pom.xml
----------------------------------------------------------------------
diff --git a/deb/core/pom.xml b/deb/core/pom.xml
index e52b286..b064927 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Deb Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/deb/enduser/pom.xml
----------------------------------------------------------------------
diff --git a/deb/enduser/pom.xml b/deb/enduser/pom.xml
index 770c894..dcd889f 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Deb Enduser</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/deb/pom.xml
----------------------------------------------------------------------
diff --git a/deb/pom.xml b/deb/pom.xml
index dc3b677..a40a90b 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Deb</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/camel/client-console/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/client-console/pom.xml b/ext/camel/client-console/pom.xml
index 5285ea3..269f493 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Client Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/camel/common-lib/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/common-lib/pom.xml b/ext/camel/common-lib/pom.xml
index e67a97f..6dcaa61 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Common Lib</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/camel/logic/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/logic/pom.xml b/ext/camel/logic/pom.xml
index d408e35..2420f2f 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Logic</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/camel/persistence-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/persistence-api/pom.xml 
b/ext/camel/persistence-api/pom.xml
index 3af0c58..0bd4929 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Persistence API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/camel/persistence-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/persistence-jpa/pom.xml 
b/ext/camel/persistence-jpa/pom.xml
index f3fa3d7..8ac8d60 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Persistence JPA</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/camel/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/pom.xml b/ext/camel/pom.xml
index 29d237f..a713352 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/camel/provisioning-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/provisioning-api/pom.xml 
b/ext/camel/provisioning-api/pom.xml
index c23a8ba..90957c9 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Provisioning API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/camel/provisioning-camel/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/provisioning-camel/pom.xml 
b/ext/camel/provisioning-camel/pom.xml
index dd8cb29..4755628 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel Provisioning</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/camel/rest-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/rest-api/pom.xml b/ext/camel/rest-api/pom.xml
index 84528cf..c3c993f 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel REST API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/camel/rest-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/ext/camel/rest-cxf/pom.xml b/ext/camel/rest-cxf/pom.xml
index bd20e00..52a73a2 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: Camel REST CXF</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/pom.xml
----------------------------------------------------------------------
diff --git a/ext/pom.xml b/ext/pom.xml
index 9bda1d7..10297d7 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/agent/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/agent/pom.xml b/ext/saml2sp/agent/pom.xml
index 6bccccc..606be20 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Agent</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/client-console/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/client-console/pom.xml 
b/ext/saml2sp/client-console/pom.xml
index a9e2934..b801d43 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Client Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/client-enduser/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/client-enduser/pom.xml 
b/ext/saml2sp/client-enduser/pom.xml
index 24cfc0b..c0c1cb0 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Client Enduser</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/common-lib/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/common-lib/pom.xml b/ext/saml2sp/common-lib/pom.xml
index 9aa8409..7039f5c 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Common Lib</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/logic/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/logic/pom.xml b/ext/saml2sp/logic/pom.xml
index ecc229b..b82be74 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Logic</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/persistence-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/persistence-api/pom.xml 
b/ext/saml2sp/persistence-api/pom.xml
index 057d79f..108681e 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Persistence API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/persistence-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/persistence-jpa/pom.xml 
b/ext/saml2sp/persistence-jpa/pom.xml
index 8f9bd67..2aac44a 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Persistence JPA</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/pom.xml b/ext/saml2sp/pom.xml
index 7976a32..c0457fc 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/provisioning-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/provisioning-api/pom.xml 
b/ext/saml2sp/provisioning-api/pom.xml
index 0c89b3d..9a8e2fa 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Provisioning API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/provisioning-java/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/provisioning-java/pom.xml 
b/ext/saml2sp/provisioning-java/pom.xml
index cd10e55..752f155 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP Provisioning Java</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/rest-api/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/rest-api/pom.xml b/ext/saml2sp/rest-api/pom.xml
index 9035ff4..287ed8f 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP REST API</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/saml2sp/rest-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/rest-cxf/pom.xml b/ext/saml2sp/rest-cxf/pom.xml
index 3f70e0b..f6700fe 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: SAML2 SP REST CXF</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ext/swagger-ui/pom.xml
----------------------------------------------------------------------
diff --git a/ext/swagger-ui/pom.xml b/ext/swagger-ui/pom.xml
index d7f0999..d75cbab 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Ext: Swagger UI</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/fit/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml
index 3e8a5c5..18e052b 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope FIT Build Tools</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/fit/console-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index b5ae489..6746e57 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope FIT Console Reference</name>
@@ -155,19 +155,10 @@ under the License.
                 <copy todir="${activiti-modeler.directory}/editor-app">
                   <fileset 
dir="${project.build.directory}/activiti-webapp-explorer2/editor-app" />        
          
                 </copy>
-                <replaceregexp 
file="${activiti-modeler.directory}/editor-app/editor/oryx.debug.js"
-                               match="ORYX.CONFIG.ROOT_PATH 
=.*&quot;editor/&quot;; //TODO: Remove last slash!!"
-                               replace="BASE_PATH = 
window.location.toString().substr(0, 
window.location.toString().indexOf('/wicket')); ORYX.CONFIG.ROOT_PATH = 
BASE_PATH + &quot;/activiti-modeler/editor-app/editor/&quot;;"
-                               byline="true" />
-                <replace 
file="${activiti-modeler.directory}/editor-app/editor/oryx.debug.js"
-                         token="new Ajax.Request(ACTIVITI.CONFIG.contextRoot + 
'/editor/stencilset?version=' + Date.now(), {"
-                         value="new 
Ajax.Request(window.location.toString().substr(0, 
window.location.toString().indexOf('/activiti-modeler')) + 
&quot;/activiti-modeler/stencilset.json&quot;, {" />
-                <replace 
file="${activiti-modeler.directory}/editor-app/editor/oryx.debug.js"
-                         token="ORYX.Editor.createByUrl = function(modelUrl){"
-                         value="modelUrl = BASE_PATH + 
&quot;/workflowDefGET?modelId=&quot; + modelId; ORYX.Editor.createByUrl = 
function(modelUrl){" />                
-                <replace 
file="${activiti-modeler.directory}/editor-app/configuration/toolbar-default-actions.js"
-                         token="window.location.href = &quot;./&quot;;"
-                         value="window.close();" />
+                <replaceregexp 
file="${activiti-modeler.directory}/editor-app/editor/oryx.debug.js" 
match="ORYX.CONFIG.ROOT_PATH =.*&quot;editor/&quot;; //TODO: Remove last 
slash!!" replace="BASE_PATH = window.location.toString().substr(0, 
window.location.toString().indexOf('/wicket')); ORYX.CONFIG.ROOT_PATH = 
BASE_PATH + &quot;/activiti-modeler/editor-app/editor/&quot;;" byline="true" />
+                <replace 
file="${activiti-modeler.directory}/editor-app/editor/oryx.debug.js" token="new 
Ajax.Request(ACTIVITI.CONFIG.contextRoot + '/editor/stencilset?version=' + 
Date.now(), {" value="new Ajax.Request(window.location.toString().substr(0, 
window.location.toString().indexOf('/activiti-modeler')) + 
&quot;/activiti-modeler/stencilset.json&quot;, {" />
+                <replace 
file="${activiti-modeler.directory}/editor-app/editor/oryx.debug.js" 
token="ORYX.Editor.createByUrl = function(modelUrl){" value="modelUrl = 
BASE_PATH + &quot;/workflowDefGET?modelId=&quot; + modelId; 
ORYX.Editor.createByUrl = function(modelUrl){" />                
+                <replace 
file="${activiti-modeler.directory}/editor-app/configuration/toolbar-default-actions.js"
 token="window.location.href = &quot;./&quot;;" value="window.close();" />
                                                
                 <copy file="${basedir}/src/main/resources/url-config.js" 
todir="${activiti-modeler.directory}/editor-app/configuration" overwrite="true" 
/>
                 <copy file="${basedir}/src/main/resources/save-model.html" 
todir="${activiti-modeler.directory}/editor-app/popups" overwrite="true" />

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 2ea5e3a..1004590 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope FIT Core Reference</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/fit/enduser-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 958e9f0..1e5bcce 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope FIT Enduser Reference</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/fit/pom.xml
----------------------------------------------------------------------
diff --git a/fit/pom.xml b/fit/pom.xml
index f33bef9..26ef182 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope FIT</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/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 ed153aa..a05e349 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
     <relativePath>../../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ide/eclipse/pom.xml
----------------------------------------------------------------------
diff --git a/ide/eclipse/pom.xml b/ide/eclipse/pom.xml
index 42e5530..9032e61 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope IDE Eclipse</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/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 4682e96..3913397 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
     <relativePath>../../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/ide/pom.xml
----------------------------------------------------------------------
diff --git a/ide/pom.xml b/ide/pom.xml
index c14a1e6..f16d5e8 100644
--- a/ide/pom.xml
+++ b/ide/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope IDE</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/installer/pom.xml
----------------------------------------------------------------------
diff --git a/installer/pom.xml b/installer/pom.xml
index de4b778..2ed15e8 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Installer</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9b63a5f..be4aee8 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.3-SNAPSHOT</version>
+  <version>2.0.3</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.3</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/syncope/blob/db1c5718/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 93af0f3..097fd57 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <name>Apache Syncope Standalone Distribution</name>
@@ -142,8 +142,7 @@ under the License.
                 <copy 
todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope/WEB-INF/classes"
 overwrite="true">
                   <fileset dir="${project.build.outputDirectory}/core" />
                 </copy>
-                <copy file="../fit/core-reference/target/test-classes/keystore"
-                      
todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope/WEB-INF/classes"
 overwrite="true"/>
+                <copy 
file="../fit/core-reference/target/test-classes/keystore" 
todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope/WEB-INF/classes"
 overwrite="true" />
 
                 <!-- Syncope console -->
                 <copy 
todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-console">

Reply via email to