Repository: syncope Updated Branches: refs/heads/master cb6926d3a -> 172471cab
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/172471ca Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/172471ca Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/172471ca Branch: refs/heads/master Commit: 172471cab6aec0245ff376c8f39aa780a57ec94e Parents: cb6926d Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Sep 9 09:50:35 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Sep 9 09:50:35 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 | 4 ++-- 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, 51 insertions(+), 51 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/archetype/pom.xml ---------------------------------------------------------------------- diff --git a/archetype/pom.xml b/archetype/pom.xml index 71af3d0..f02f7f8 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Archetype</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/client/cli/pom.xml ---------------------------------------------------------------------- diff --git a/client/cli/pom.xml b/client/cli/pom.xml index fb09e7a..c87aac2 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Client CLI</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/client/console/pom.xml ---------------------------------------------------------------------- diff --git a/client/console/pom.xml b/client/console/pom.xml index 40fd6ab..812070f 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Client Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/client/enduser/pom.xml ---------------------------------------------------------------------- diff --git a/client/enduser/pom.xml b/client/enduser/pom.xml index da98ecb..6af95bd 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Client Enduser</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/client/lib/pom.xml ---------------------------------------------------------------------- diff --git a/client/lib/pom.xml b/client/lib/pom.xml index 4343b69..e8dc061 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Client Lib</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index df4c509..fc447bb 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Client</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/common/lib/pom.xml ---------------------------------------------------------------------- diff --git a/common/lib/pom.xml b/common/lib/pom.xml index caa873c..d9b88bb 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Common Lib</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index b4bede4..dadf7a0 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Common</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/common/rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/common/rest-api/pom.xml b/common/rest-api/pom.xml index f9b2e43..de49287 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Common REST API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/logic/pom.xml ---------------------------------------------------------------------- diff --git a/core/logic/pom.xml b/core/logic/pom.xml index 97e52b3..f6fde87 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core Logic</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/migration/pom.xml ---------------------------------------------------------------------- diff --git a/core/migration/pom.xml b/core/migration/pom.xml index 2a244f5..7f106b2 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core Migration</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/persistence-api/pom.xml ---------------------------------------------------------------------- diff --git a/core/persistence-api/pom.xml b/core/persistence-api/pom.xml index 2b2d20b..948a535 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core Persistence API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/persistence-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/core/persistence-jpa/pom.xml b/core/persistence-jpa/pom.xml index 4bf64ed..88fa2bc 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core Persistence JPA</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 6c6730d..0da40dc 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/provisioning-api/pom.xml ---------------------------------------------------------------------- diff --git a/core/provisioning-api/pom.xml b/core/provisioning-api/pom.xml index fa470e7..b3d71b6 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core Provisioning API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/provisioning-java/pom.xml ---------------------------------------------------------------------- diff --git a/core/provisioning-java/pom.xml b/core/provisioning-java/pom.xml index ee60415..cd6436e 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core Provisioning Java</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/core/rest-cxf/pom.xml b/core/rest-cxf/pom.xml index c8371ef..218a9b6 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core REST CXF</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/spring/pom.xml ---------------------------------------------------------------------- diff --git a/core/spring/pom.xml b/core/spring/pom.xml index 7666063..9944f25 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core Spring</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/workflow-activiti/pom.xml ---------------------------------------------------------------------- diff --git a/core/workflow-activiti/pom.xml b/core/workflow-activiti/pom.xml index a71227e..117ad2a 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core Workflow Activiti</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/workflow-api/pom.xml ---------------------------------------------------------------------- diff --git a/core/workflow-api/pom.xml b/core/workflow-api/pom.xml index 10e42ef..957afbe 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core Workflow API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/core/workflow-java/pom.xml ---------------------------------------------------------------------- diff --git a/core/workflow-java/pom.xml b/core/workflow-java/pom.xml index 128d023..bd2703e 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core Workflow Java</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/deb/console/pom.xml ---------------------------------------------------------------------- diff --git a/deb/console/pom.xml b/deb/console/pom.xml index c57c8ed..6cc067d 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/deb/core/pom.xml ---------------------------------------------------------------------- diff --git a/deb/core/pom.xml b/deb/core/pom.xml index f6dc648..fd8e7bc 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Core</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/deb/enduser/pom.xml ---------------------------------------------------------------------- diff --git a/deb/enduser/pom.xml b/deb/enduser/pom.xml index 37032b7..4c52b9b 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Enduser</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/deb/pom.xml ---------------------------------------------------------------------- diff --git a/deb/pom.xml b/deb/pom.xml index cf75865..647325d 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Deb</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/camel/client-console/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/client-console/pom.xml b/ext/camel/client-console/pom.xml index 52c026f..22bde46 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions: Camel Client Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/camel/common-lib/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/common-lib/pom.xml b/ext/camel/common-lib/pom.xml index cc665c0..0a31e95 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions: Camel Common Lib</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/camel/logic/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/logic/pom.xml b/ext/camel/logic/pom.xml index 5cd6982..ed16964 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions: Camel Logic</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/camel/persistence-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/persistence-api/pom.xml b/ext/camel/persistence-api/pom.xml index 6c8d77f..568f70a 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions: Camel Persistence API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/camel/persistence-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/persistence-jpa/pom.xml b/ext/camel/persistence-jpa/pom.xml index 0ec5cd0..29c5144 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions: Camel Persistence JPA</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/camel/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/pom.xml b/ext/camel/pom.xml index cc8850f..f22e72c 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions: Camel</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/camel/provisioning-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/provisioning-api/pom.xml b/ext/camel/provisioning-api/pom.xml index 4774c0f..75ef09a 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions: Camel Provisioning API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/camel/provisioning-camel/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/provisioning-camel/pom.xml b/ext/camel/provisioning-camel/pom.xml index c654d47..02b83db 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions: Camel Provisioning</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/camel/rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/rest-api/pom.xml b/ext/camel/rest-api/pom.xml index d403d0e..11f3f71 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions: Camel REST API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/camel/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/rest-cxf/pom.xml b/ext/camel/rest-cxf/pom.xml index edc3044..1d03e45 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions: Camel REST CXF</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/pom.xml ---------------------------------------------------------------------- diff --git a/ext/pom.xml b/ext/pom.xml index 3769c76..e90bc8a 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ext/swagger-ui/pom.xml ---------------------------------------------------------------------- diff --git a/ext/swagger-ui/pom.xml b/ext/swagger-ui/pom.xml index 54fda57..08f9240 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Extensions: Swagger UI</name> @@ -124,7 +124,7 @@ under the License. </goals> <configuration> <target> - <replace file="${project.build.directory}/swagger-ui/META-INF/resources/webjars/swagger-ui/${swagger-ui.version}/swagger-ui.js" token="return url + requestUrl + querystring;" value="
var matrixstring = '';
 for (var i = 0; i < this.parameters.length; i++) {
 var param = this.parameters[i];
 
 if (param.in === 'matrix') {
 matrixstring += ';' + this.encodeQueryParam(param.name) + '=' + this.encodeQueryParam(args[param.name]);
 }
 }
 
 var url = this.scheme + '://' + this.host;
 
 if (this.basePath !== '/') {
 url += this.basePath;
 }
 return url + requestUrl + matrixstring + querystring;" /> + <replace file="${project.build.directory}/swagger-ui/META-INF/resources/webjars/swagger-ui/${swagger-ui.version}/swagger-ui.js" token="return url + requestUrl + querystring;" value="
var matrixstring = '';
 for (var i = 0; i < this.parameters.length; i++) {
 var param = this.parameters[i];
 
 if (param.in === 'matrix') {
 matrixstring += ';' + this.encodeQueryParam(param.name) + '=' + this.encodeQueryParam(args[param.name]);
 }
 }
 
 var url = this.scheme + '://' + this.host;
 
 if (this.basePath !== '/') {
 url += this.basePath;
 }
 return url + requestUrl + matrixstring + querystring;" /> </target> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/fit/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml index 9bf8a9f..690f179 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Build Tools</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/fit/console-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml index f8fb76b..85049de 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Console Reference</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/fit/core-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml index 42618e7..8a1df76 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Core Reference</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/fit/enduser-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml index e114e58..bf41ff6 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Enduser Reference</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/fit/pom.xml ---------------------------------------------------------------------- diff --git a/fit/pom.xml b/fit/pom.xml index 667a3cb..7041e69 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope FIT</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/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 bc6a528..a45a415 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.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ide/eclipse/pom.xml ---------------------------------------------------------------------- diff --git a/ide/eclipse/pom.xml b/ide/eclipse/pom.xml index a4296b4..98291f5 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope IDE Eclipse</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/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 db2d56d..0111fb7 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.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/ide/pom.xml ---------------------------------------------------------------------- diff --git a/ide/pom.xml b/ide/pom.xml index 0f368c1..5d1ff8c 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope IDE</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/installer/pom.xml ---------------------------------------------------------------------- diff --git a/installer/pom.xml b/installer/pom.xml index d3a1178..e52569a 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Installer</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c8b6c4c..6e0a8e3 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.0</version> + <version>2.0.1-SNAPSHOT</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>syncope-2.0.0</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/syncope/blob/172471ca/standalone/pom.xml ---------------------------------------------------------------------- diff --git a/standalone/pom.xml b/standalone/pom.xml index 73e9519..ac97c02 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.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <name>Apache Syncope Standalone Distribution</name>
