Repository: syncope Updated Branches: refs/heads/2_0_X 7a012b5de -> 9823f29e6
[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/9823f29e Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9823f29e Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9823f29e Branch: refs/heads/2_0_X Commit: 9823f29e648715840a7a9088b70fa26449e00729 Parents: 7a012b5 Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Mar 13 15:52:42 2018 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Mar 13 15:52:42 2018 +0100 ---------------------------------------------------------------------- archetype/pom.xml | 2 +- client/cli/pom.xml | 2 +- client/console/pom.xml | 2 +- client/enduser/pom.xml | 2 +- client/lib/pom.xml | 2 +- client/pom.xml | 2 +- common/lib/pom.xml | 2 +- common/pom.xml | 2 +- common/rest-api/pom.xml | 2 +- core/logic/pom.xml | 2 +- core/migration/pom.xml | 2 +- core/persistence-api/pom.xml | 2 +- core/persistence-jpa/pom.xml | 2 +- core/pom.xml | 2 +- core/provisioning-api/pom.xml | 2 +- core/provisioning-java/pom.xml | 2 +- core/rest-cxf/pom.xml | 2 +- core/spring/pom.xml | 2 +- core/workflow-activiti/pom.xml | 2 +- core/workflow-api/pom.xml | 2 +- core/workflow-flowable/pom.xml | 2 +- core/workflow-java/pom.xml | 2 +- deb/console/pom.xml | 2 +- deb/core/pom.xml | 2 +- deb/enduser/pom.xml | 2 +- deb/pom.xml | 2 +- ext/camel/client-console/pom.xml | 2 +- ext/camel/common-lib/pom.xml | 2 +- ext/camel/logic/pom.xml | 2 +- ext/camel/persistence-api/pom.xml | 2 +- ext/camel/persistence-jpa/pom.xml | 2 +- ext/camel/pom.xml | 2 +- ext/camel/provisioning-api/pom.xml | 2 +- ext/camel/provisioning-camel/pom.xml | 2 +- ext/camel/rest-api/pom.xml | 2 +- ext/camel/rest-cxf/pom.xml | 2 +- ext/elasticsearch/client-elasticsearch/pom.xml | 2 +- ext/elasticsearch/persistence-jpa/pom.xml | 2 +- ext/elasticsearch/pom.xml | 2 +- ext/elasticsearch/provisioning-java/pom.xml | 2 +- ext/pom.xml | 2 +- ext/saml2sp/agent/pom.xml | 2 +- ext/saml2sp/client-console/pom.xml | 2 +- ext/saml2sp/client-enduser/pom.xml | 2 +- ext/saml2sp/common-lib/pom.xml | 2 +- ext/saml2sp/logic/pom.xml | 2 +- ext/saml2sp/persistence-api/pom.xml | 2 +- ext/saml2sp/persistence-jpa/pom.xml | 2 +- ext/saml2sp/pom.xml | 2 +- ext/saml2sp/provisioning-api/pom.xml | 2 +- ext/saml2sp/provisioning-java/pom.xml | 2 +- ext/saml2sp/rest-api/pom.xml | 2 +- ext/saml2sp/rest-cxf/pom.xml | 2 +- ext/scimv2/client-console/pom.xml | 2 +- ext/scimv2/common-lib/pom.xml | 2 +- ext/scimv2/logic/pom.xml | 2 +- ext/scimv2/pom.xml | 2 +- ext/scimv2/rest-api/pom.xml | 2 +- ext/scimv2/rest-cxf/pom.xml | 2 +- ext/scimv2/scim-rest-api/pom.xml | 2 +- ext/scimv2/scim-rest-cxf/pom.xml | 2 +- ext/swagger-ui/pom.xml | 2 +- fit/build-tools/pom.xml | 2 +- fit/console-reference/pom.xml | 2 +- fit/core-reference/pom.xml | 2 +- fit/enduser-reference/pom.xml | 2 +- fit/pom.xml | 2 +- .../bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml | 2 +- ide/eclipse/pom.xml | 2 +- ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/pom.xml | 2 +- ide/netbeans/pom.xml | 2 +- ide/pom.xml | 2 +- installer/pom.xml | 2 +- pom.xml | 4 ++-- standalone/pom.xml | 2 +- 75 files changed, 76 insertions(+), 76 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/archetype/pom.xml ---------------------------------------------------------------------- diff --git a/archetype/pom.xml b/archetype/pom.xml index f3e2b99..baf1272 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Archetype</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/client/cli/pom.xml ---------------------------------------------------------------------- diff --git a/client/cli/pom.xml b/client/cli/pom.xml index 8463d3a..f8f5834 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Client CLI</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/client/console/pom.xml ---------------------------------------------------------------------- diff --git a/client/console/pom.xml b/client/console/pom.xml index f2899ad..6ef5367 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Client Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/client/enduser/pom.xml ---------------------------------------------------------------------- diff --git a/client/enduser/pom.xml b/client/enduser/pom.xml index 0663af4..f1b3a16 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Client Enduser</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/client/lib/pom.xml ---------------------------------------------------------------------- diff --git a/client/lib/pom.xml b/client/lib/pom.xml index 9e989db..193c55c 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Client Lib</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 0ae2b4f..b97f1fc 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Client</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/common/lib/pom.xml ---------------------------------------------------------------------- diff --git a/common/lib/pom.xml b/common/lib/pom.xml index 48219de..cba5ccf 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Common Lib</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 697af07..4d63f72 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Common</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/common/rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/common/rest-api/pom.xml b/common/rest-api/pom.xml index 3d098d1..435029b 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Common REST API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/logic/pom.xml ---------------------------------------------------------------------- diff --git a/core/logic/pom.xml b/core/logic/pom.xml index 92d8e97..653f8af 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core Logic</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/migration/pom.xml ---------------------------------------------------------------------- diff --git a/core/migration/pom.xml b/core/migration/pom.xml index b5bdcda..88f3528 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core Migration</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/persistence-api/pom.xml ---------------------------------------------------------------------- diff --git a/core/persistence-api/pom.xml b/core/persistence-api/pom.xml index 53bd9be..107f186 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core Persistence API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/persistence-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/core/persistence-jpa/pom.xml b/core/persistence-jpa/pom.xml index dbf6975..889d066 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core Persistence JPA</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 0a60f6f..c873961 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/provisioning-api/pom.xml ---------------------------------------------------------------------- diff --git a/core/provisioning-api/pom.xml b/core/provisioning-api/pom.xml index 9f8d121..8eff776 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core Provisioning API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/provisioning-java/pom.xml ---------------------------------------------------------------------- diff --git a/core/provisioning-java/pom.xml b/core/provisioning-java/pom.xml index c6525c2..9d898a7 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core Provisioning Java</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/core/rest-cxf/pom.xml b/core/rest-cxf/pom.xml index 6d7618e..9b40030 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core REST CXF</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/spring/pom.xml ---------------------------------------------------------------------- diff --git a/core/spring/pom.xml b/core/spring/pom.xml index 7c9f1d9..e3fa411 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core Spring</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/workflow-activiti/pom.xml ---------------------------------------------------------------------- diff --git a/core/workflow-activiti/pom.xml b/core/workflow-activiti/pom.xml index 7c813ba..5a74d73 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core Workflow Activiti</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/workflow-api/pom.xml ---------------------------------------------------------------------- diff --git a/core/workflow-api/pom.xml b/core/workflow-api/pom.xml index b1b99a2..c8b9a06 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core Workflow API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/workflow-flowable/pom.xml ---------------------------------------------------------------------- diff --git a/core/workflow-flowable/pom.xml b/core/workflow-flowable/pom.xml index 61330fc..86fc1de 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core Workflow Flowable</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/core/workflow-java/pom.xml ---------------------------------------------------------------------- diff --git a/core/workflow-java/pom.xml b/core/workflow-java/pom.xml index 9833747..db57ae2 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Core Workflow Java</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/deb/console/pom.xml ---------------------------------------------------------------------- diff --git a/deb/console/pom.xml b/deb/console/pom.xml index cc9d6d2..9688af6 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/deb/core/pom.xml ---------------------------------------------------------------------- diff --git a/deb/core/pom.xml b/deb/core/pom.xml index 823c4a4..257082b 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Core</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/deb/enduser/pom.xml ---------------------------------------------------------------------- diff --git a/deb/enduser/pom.xml b/deb/enduser/pom.xml index ea7b079..fc2ce00 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Enduser</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/deb/pom.xml ---------------------------------------------------------------------- diff --git a/deb/pom.xml b/deb/pom.xml index e423c58..da1d4c8 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Deb</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/camel/client-console/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/client-console/pom.xml b/ext/camel/client-console/pom.xml index 8efcc76..b982356 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Client Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/camel/common-lib/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/common-lib/pom.xml b/ext/camel/common-lib/pom.xml index c759713..b3374f1 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Common Lib</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/camel/logic/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/logic/pom.xml b/ext/camel/logic/pom.xml index fd51ad7..342b4c8 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Logic</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/camel/persistence-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/persistence-api/pom.xml b/ext/camel/persistence-api/pom.xml index cf9ef95..6ca0c28 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Persistence API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/camel/persistence-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/persistence-jpa/pom.xml b/ext/camel/persistence-jpa/pom.xml index 71dd130..d11eef0 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Persistence JPA</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/camel/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/pom.xml b/ext/camel/pom.xml index 158c243..7a01d46 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/camel/provisioning-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/provisioning-api/pom.xml b/ext/camel/provisioning-api/pom.xml index 55c4e50..86b073a 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Provisioning API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/camel/provisioning-camel/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/provisioning-camel/pom.xml b/ext/camel/provisioning-camel/pom.xml index a1ed5e9..a0700d2 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Provisioning</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/camel/rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/rest-api/pom.xml b/ext/camel/rest-api/pom.xml index 7e3e40e..a4818d5 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel REST API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/camel/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/ext/camel/rest-cxf/pom.xml b/ext/camel/rest-cxf/pom.xml index f56a4e3..a78eb38 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel REST CXF</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/elasticsearch/client-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/ext/elasticsearch/client-elasticsearch/pom.xml b/ext/elasticsearch/client-elasticsearch/pom.xml index 8a8b83e..f28f05c 100644 --- a/ext/elasticsearch/client-elasticsearch/pom.xml +++ b/ext/elasticsearch/client-elasticsearch/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-elasticsearch</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Elasticsearch Client</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/elasticsearch/persistence-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/ext/elasticsearch/persistence-jpa/pom.xml b/ext/elasticsearch/persistence-jpa/pom.xml index 7694c9a..f160898 100644 --- a/ext/elasticsearch/persistence-jpa/pom.xml +++ b/ext/elasticsearch/persistence-jpa/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-elasticsearch</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Elasticsearch Persistence JPA</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/ext/elasticsearch/pom.xml b/ext/elasticsearch/pom.xml index 2d60ce0..2040dc3 100644 --- a/ext/elasticsearch/pom.xml +++ b/ext/elasticsearch/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope-ext</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Elasticsearch</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/elasticsearch/provisioning-java/pom.xml ---------------------------------------------------------------------- diff --git a/ext/elasticsearch/provisioning-java/pom.xml b/ext/elasticsearch/provisioning-java/pom.xml index 8cf8459..acad66f 100644 --- a/ext/elasticsearch/provisioning-java/pom.xml +++ b/ext/elasticsearch/provisioning-java/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-elasticsearch</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Elasticsearch Provisioning Java</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/pom.xml ---------------------------------------------------------------------- diff --git a/ext/pom.xml b/ext/pom.xml index 98011c4..73a5585 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/agent/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/agent/pom.xml b/ext/saml2sp/agent/pom.xml index dbdc8cf..77d21f4 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Agent</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/client-console/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/pom.xml b/ext/saml2sp/client-console/pom.xml index 2b409da..93442dd 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Client Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/client-enduser/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-enduser/pom.xml b/ext/saml2sp/client-enduser/pom.xml index 9a9b9ac..f4d30fc 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Client Enduser</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/common-lib/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/common-lib/pom.xml b/ext/saml2sp/common-lib/pom.xml index 596ca58..16d7ed8 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Common Lib</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/logic/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/logic/pom.xml b/ext/saml2sp/logic/pom.xml index a2fc4b9..f3964b2 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Logic</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/persistence-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/persistence-api/pom.xml b/ext/saml2sp/persistence-api/pom.xml index 28686a9..13edba3 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Persistence API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/persistence-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/persistence-jpa/pom.xml b/ext/saml2sp/persistence-jpa/pom.xml index 87568b6..7a75cb2 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Persistence JPA</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/pom.xml b/ext/saml2sp/pom.xml index 753b375..97774e3 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/provisioning-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/provisioning-api/pom.xml b/ext/saml2sp/provisioning-api/pom.xml index 0e052ed..db87ae9 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Provisioning API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/provisioning-java/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/provisioning-java/pom.xml b/ext/saml2sp/provisioning-java/pom.xml index 169a8c7..d24ef26 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Provisioning Java</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/rest-api/pom.xml b/ext/saml2sp/rest-api/pom.xml index 0cd9626..d7e570c 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP REST API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/saml2sp/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/rest-cxf/pom.xml b/ext/saml2sp/rest-cxf/pom.xml index c549fa9..a616504 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP REST CXF</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/scimv2/client-console/pom.xml ---------------------------------------------------------------------- diff --git a/ext/scimv2/client-console/pom.xml b/ext/scimv2/client-console/pom.xml index bd8a297..226964e 100644 --- a/ext/scimv2/client-console/pom.xml +++ b/ext/scimv2/client-console/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-scimv2</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 Client Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/scimv2/common-lib/pom.xml ---------------------------------------------------------------------- diff --git a/ext/scimv2/common-lib/pom.xml b/ext/scimv2/common-lib/pom.xml index 15e804e..6c7f56a 100644 --- a/ext/scimv2/common-lib/pom.xml +++ b/ext/scimv2/common-lib/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-scimv2</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 Common Lib</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/scimv2/logic/pom.xml ---------------------------------------------------------------------- diff --git a/ext/scimv2/logic/pom.xml b/ext/scimv2/logic/pom.xml index fce72cd..a51aea3 100644 --- a/ext/scimv2/logic/pom.xml +++ b/ext/scimv2/logic/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-scimv2</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 Logic</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/scimv2/pom.xml ---------------------------------------------------------------------- diff --git a/ext/scimv2/pom.xml b/ext/scimv2/pom.xml index 16c4f40..27aede4 100644 --- a/ext/scimv2/pom.xml +++ b/ext/scimv2/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope-ext</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/scimv2/rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/scimv2/rest-api/pom.xml b/ext/scimv2/rest-api/pom.xml index 942f785..31e9de2 100644 --- a/ext/scimv2/rest-api/pom.xml +++ b/ext/scimv2/rest-api/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-scimv2</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 REST API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/scimv2/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/ext/scimv2/rest-cxf/pom.xml b/ext/scimv2/rest-cxf/pom.xml index 23e37de..26ba691 100644 --- a/ext/scimv2/rest-cxf/pom.xml +++ b/ext/scimv2/rest-cxf/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-scimv2</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 REST CXF</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/scimv2/scim-rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/scimv2/scim-rest-api/pom.xml b/ext/scimv2/scim-rest-api/pom.xml index 9c9a412..8415967 100644 --- a/ext/scimv2/scim-rest-api/pom.xml +++ b/ext/scimv2/scim-rest-api/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-scimv2</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 SCIM REST API</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/scimv2/scim-rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/ext/scimv2/scim-rest-cxf/pom.xml b/ext/scimv2/scim-rest-cxf/pom.xml index 51cf81c..65fe800 100644 --- a/ext/scimv2/scim-rest-cxf/pom.xml +++ b/ext/scimv2/scim-rest-cxf/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-scimv2</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 SCIM REST CXF</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ext/swagger-ui/pom.xml ---------------------------------------------------------------------- diff --git a/ext/swagger-ui/pom.xml b/ext/swagger-ui/pom.xml index ad167d0..1525224 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Swagger UI</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/fit/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml index cf2930d..7eaa7d4 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Build Tools</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/fit/console-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml index ea11d29..c3fca77 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Console Reference</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/fit/core-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml index a64336f..7b883ac 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Core Reference</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/fit/enduser-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml index 192da75..305e0a7 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Enduser Reference</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/fit/pom.xml ---------------------------------------------------------------------- diff --git a/fit/pom.xml b/fit/pom.xml index a3cdbe2..e912f0a 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope FIT</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/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 859d4c1..2b05d4a 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.8</version> + <version>2.0.9-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ide/eclipse/pom.xml ---------------------------------------------------------------------- diff --git a/ide/eclipse/pom.xml b/ide/eclipse/pom.xml index 5ecf471..33e7572 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope IDE Eclipse</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/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 ef736b5..9d90848 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.8</version> + <version>2.0.9-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ide/netbeans/pom.xml ---------------------------------------------------------------------- diff --git a/ide/netbeans/pom.xml b/ide/netbeans/pom.xml index 652a8ae..34ec953 100644 --- a/ide/netbeans/pom.xml +++ b/ide/netbeans/pom.xml @@ -20,7 +20,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope-ide</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope IDE Netbeans Plugin</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/ide/pom.xml ---------------------------------------------------------------------- diff --git a/ide/pom.xml b/ide/pom.xml index b8f3e26..5ac184b 100644 --- a/ide/pom.xml +++ b/ide/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>2.0.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope IDE</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/installer/pom.xml ---------------------------------------------------------------------- diff --git a/installer/pom.xml b/installer/pom.xml index 7dff673..77a9ad9 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Installer</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7562ff0..3118bca 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.8</version> + <version>2.0.9-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.8</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/syncope/blob/9823f29e/standalone/pom.xml ---------------------------------------------------------------------- diff --git a/standalone/pom.xml b/standalone/pom.xml index f7ecf9c..81b0920 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.8</version> + <version>2.0.9-SNAPSHOT</version> </parent> <name>Apache Syncope Standalone Distribution</name>
