Repository: syncope Updated Branches: refs/heads/2_0_X 931b28aea -> dd0af57f9
[maven-release-plugin] prepare release syncope-2.0.1 Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/dd0af57f Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/dd0af57f Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/dd0af57f Branch: refs/heads/2_0_X Commit: dd0af57f98167158a8aef0dc08a9b60dcd1f1951 Parents: 931b28a Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Oct 21 09:53:31 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Oct 21 09:53:31 2016 +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-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/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/pom.xml | 2 +- installer/pom.xml | 2 +- pom.xml | 4 ++-- standalone/pom.xml | 2 +- 49 files changed, 50 insertions(+), 50 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/archetype/pom.xml ---------------------------------------------------------------------- diff --git a/archetype/pom.xml b/archetype/pom.xml index f02f7f8..2786129 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Archetype</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/client/cli/pom.xml ---------------------------------------------------------------------- diff --git a/client/cli/pom.xml b/client/cli/pom.xml index c87aac2..b573540 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Client CLI</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/client/console/pom.xml ---------------------------------------------------------------------- diff --git a/client/console/pom.xml b/client/console/pom.xml index 812070f..3189aab 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Client Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/client/enduser/pom.xml ---------------------------------------------------------------------- diff --git a/client/enduser/pom.xml b/client/enduser/pom.xml index 6af95bd..164b3d1 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Client Enduser</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/client/lib/pom.xml ---------------------------------------------------------------------- diff --git a/client/lib/pom.xml b/client/lib/pom.xml index 17e6bc6..b278457 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Client Lib</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index fc447bb..f09bfb8 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Client</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/common/lib/pom.xml ---------------------------------------------------------------------- diff --git a/common/lib/pom.xml b/common/lib/pom.xml index 6744ebb..c592ea3 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Common Lib</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index dadf7a0..cb79046 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Common</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/common/rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/common/rest-api/pom.xml b/common/rest-api/pom.xml index d6d25ac..f578d7a 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Common REST API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/logic/pom.xml ---------------------------------------------------------------------- diff --git a/core/logic/pom.xml b/core/logic/pom.xml index f6fde87..6ae72e0 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core Logic</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/migration/pom.xml ---------------------------------------------------------------------- diff --git a/core/migration/pom.xml b/core/migration/pom.xml index 7f106b2..29f5369 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core Migration</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/persistence-api/pom.xml ---------------------------------------------------------------------- diff --git a/core/persistence-api/pom.xml b/core/persistence-api/pom.xml index 948a535..e685881 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core Persistence API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/persistence-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/core/persistence-jpa/pom.xml b/core/persistence-jpa/pom.xml index 88fa2bc..c6c1441 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core Persistence JPA</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 0da40dc..f65d884 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/provisioning-api/pom.xml ---------------------------------------------------------------------- diff --git a/core/provisioning-api/pom.xml b/core/provisioning-api/pom.xml index b3d71b6..7a2dffc 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core Provisioning API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/provisioning-java/pom.xml ---------------------------------------------------------------------- diff --git a/core/provisioning-java/pom.xml b/core/provisioning-java/pom.xml index cd6436e..47f856f 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core Provisioning Java</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/core/rest-cxf/pom.xml b/core/rest-cxf/pom.xml index 8af667b..4fe1849 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core REST CXF</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/spring/pom.xml ---------------------------------------------------------------------- diff --git a/core/spring/pom.xml b/core/spring/pom.xml index 9944f25..9d89e3c 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core Spring</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/workflow-activiti/pom.xml ---------------------------------------------------------------------- diff --git a/core/workflow-activiti/pom.xml b/core/workflow-activiti/pom.xml index 117ad2a..a4dd889 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core Workflow Activiti</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/workflow-api/pom.xml ---------------------------------------------------------------------- diff --git a/core/workflow-api/pom.xml b/core/workflow-api/pom.xml index 957afbe..c355dec 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core Workflow API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/core/workflow-java/pom.xml ---------------------------------------------------------------------- diff --git a/core/workflow-java/pom.xml b/core/workflow-java/pom.xml index bd2703e..fcfe6c7 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Core Workflow Java</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/deb/console/pom.xml ---------------------------------------------------------------------- diff --git a/deb/console/pom.xml b/deb/console/pom.xml index 6cc067d..961ae1d 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Deb Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/deb/core/pom.xml ---------------------------------------------------------------------- diff --git a/deb/core/pom.xml b/deb/core/pom.xml index fd8e7bc..9467fa2 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Deb Core</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/deb/enduser/pom.xml ---------------------------------------------------------------------- diff --git a/deb/enduser/pom.xml b/deb/enduser/pom.xml index 4c52b9b..b140068 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Deb Enduser</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/deb/pom.xml ---------------------------------------------------------------------- diff --git a/deb/pom.xml b/deb/pom.xml index 647325d..a279a71 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Deb</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/camel/client-console/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/client-console/pom.xml b/ext/camel/client-console/pom.xml index 22bde46..eb2eb9a 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions: Camel Client Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/camel/common-lib/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/common-lib/pom.xml b/ext/camel/common-lib/pom.xml index 0a31e95..ba20c5d 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions: Camel Common Lib</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/camel/logic/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/logic/pom.xml b/ext/camel/logic/pom.xml index ed16964..fc2889e 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions: Camel Logic</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/camel/persistence-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/persistence-api/pom.xml b/ext/camel/persistence-api/pom.xml index 568f70a..8e610e2 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions: Camel Persistence API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/camel/persistence-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/persistence-jpa/pom.xml b/ext/camel/persistence-jpa/pom.xml index 29c5144..61307db 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions: Camel Persistence JPA</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/camel/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/pom.xml b/ext/camel/pom.xml index f22e72c..571259e 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions: Camel</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/camel/provisioning-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/provisioning-api/pom.xml b/ext/camel/provisioning-api/pom.xml index 75ef09a..7a56ace 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions: Camel Provisioning API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/camel/provisioning-camel/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/provisioning-camel/pom.xml b/ext/camel/provisioning-camel/pom.xml index 02b83db..33ed288 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions: Camel Provisioning</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/camel/rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/rest-api/pom.xml b/ext/camel/rest-api/pom.xml index 11f3f71..c3034bc 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions: Camel REST API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/camel/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/rest-cxf/pom.xml b/ext/camel/rest-cxf/pom.xml index 1d03e45..e4833a3 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions: Camel REST CXF</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/pom.xml ---------------------------------------------------------------------- diff --git a/ext/pom.xml b/ext/pom.xml index e90bc8a..f532de8 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ext/swagger-ui/pom.xml ---------------------------------------------------------------------- diff --git a/ext/swagger-ui/pom.xml b/ext/swagger-ui/pom.xml index 08f9240..90ba4bd 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Extensions: Swagger UI</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/fit/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml index 690f179..061bdda 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope FIT Build Tools</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/fit/console-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml index d62d3c9..a4cada4 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope FIT Console Reference</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/fit/core-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml index c818825..9beea42 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope FIT Core Reference</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/fit/enduser-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml index d970fe7..4960fea 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope FIT Enduser Reference</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/fit/pom.xml ---------------------------------------------------------------------- diff --git a/fit/pom.xml b/fit/pom.xml index 7041e69..2819085 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope FIT</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/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 a45a415..f415bc5 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.1-SNAPSHOT</version> + <version>2.0.1</version> <relativePath>../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ide/eclipse/pom.xml ---------------------------------------------------------------------- diff --git a/ide/eclipse/pom.xml b/ide/eclipse/pom.xml index 98291f5..3b5b2fd 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope IDE Eclipse</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/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 0111fb7..e1e8e82 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.1-SNAPSHOT</version> + <version>2.0.1</version> <relativePath>../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/ide/pom.xml ---------------------------------------------------------------------- diff --git a/ide/pom.xml b/ide/pom.xml index 5d1ff8c..c7e87a4 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope IDE</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/installer/pom.xml ---------------------------------------------------------------------- diff --git a/installer/pom.xml b/installer/pom.xml index e52569a..e98e025 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Installer</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4b611f9..ed683ab 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.1-SNAPSHOT</version> + <version>2.0.1</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.1</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/syncope/blob/dd0af57f/standalone/pom.xml ---------------------------------------------------------------------- diff --git a/standalone/pom.xml b/standalone/pom.xml index ac97c02..0fae096 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <name>Apache Syncope Standalone Distribution</name>
