This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 5ed78e336cf893db3613b99d42f55618913a9f19 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Sep 11 10:22:50 2020 +0200 prepare for next development iteration --- 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 +- docker/console/pom.xml | 2 +- docker/core/pom.xml | 2 +- docker/enduser/pom.xml | 2 +- docker/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/oidcclient/agent/pom.xml | 2 +- ext/oidcclient/client-console/pom.xml | 2 +- ext/oidcclient/client-enduser/pom.xml | 2 +- ext/oidcclient/common-lib/pom.xml | 2 +- ext/oidcclient/logic/pom.xml | 2 +- ext/oidcclient/persistence-api/pom.xml | 2 +- ext/oidcclient/persistence-jpa/pom.xml | 2 +- ext/oidcclient/pom.xml | 2 +- ext/oidcclient/provisioning-api/pom.xml | 2 +- ext/oidcclient/provisioning-java/pom.xml | 2 +- ext/oidcclient/rest-api/pom.xml | 2 +- ext/oidcclient/rest-cxf/pom.xml | 2 +- ext/pom.xml | 2 +- ext/saml2sp/agent/pom.xml | 2 +- ext/saml2sp/client-console/pom.xml | 2 +- ext/saml2sp/client-enduser/pom.xml | 2 +- ext/saml2sp/common-lib/pom.xml | 2 +- ext/saml2sp/logic/pom.xml | 2 +- ext/saml2sp/persistence-api/pom.xml | 2 +- ext/saml2sp/persistence-jpa/pom.xml | 2 +- ext/saml2sp/pom.xml | 2 +- ext/saml2sp/provisioning-api/pom.xml | 2 +- ext/saml2sp/provisioning-java/pom.xml | 2 +- ext/saml2sp/rest-api/pom.xml | 2 +- ext/saml2sp/rest-cxf/pom.xml | 2 +- ext/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 +- .../org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF | 2 +- ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml | 2 +- .../bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF | 2 +- ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml | 2 +- ide/eclipse/pom.xml | 2 +- ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.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 +- 95 files changed, 96 insertions(+), 96 deletions(-) diff --git a/archetype/pom.xml b/archetype/pom.xml index b7f2f1d..2c109c2 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Archetype</name> diff --git a/client/cli/pom.xml b/client/cli/pom.xml index 28dd7db..b53631e 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Client CLI</name> diff --git a/client/console/pom.xml b/client/console/pom.xml index 39c5587..405c981 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Client Console</name> diff --git a/client/enduser/pom.xml b/client/enduser/pom.xml index 3a91805..12c83d7 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Client Enduser</name> diff --git a/client/lib/pom.xml b/client/lib/pom.xml index 9f5324a..36b1d2a 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Client Lib</name> diff --git a/client/pom.xml b/client/pom.xml index 0656fde..a4e04aa 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Client</name> diff --git a/common/lib/pom.xml b/common/lib/pom.xml index 08113c8..e2b886f 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Common Lib</name> diff --git a/common/pom.xml b/common/pom.xml index a3ed19b..b241d05 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Common</name> diff --git a/common/rest-api/pom.xml b/common/rest-api/pom.xml index 3a70fee..c339cf5 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Common REST API</name> diff --git a/core/logic/pom.xml b/core/logic/pom.xml index 4c866fd..c4f954b 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core Logic</name> diff --git a/core/migration/pom.xml b/core/migration/pom.xml index 5c62d4c..e5bc8a4 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core Migration</name> diff --git a/core/persistence-api/pom.xml b/core/persistence-api/pom.xml index f1bcb47..6e46455 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core Persistence API</name> diff --git a/core/persistence-jpa/pom.xml b/core/persistence-jpa/pom.xml index 8587ebc..21c6ef6 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core Persistence JPA</name> diff --git a/core/pom.xml b/core/pom.xml index e5031e1..81af0ee 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core</name> diff --git a/core/provisioning-api/pom.xml b/core/provisioning-api/pom.xml index c335382..41e987f 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core Provisioning API</name> diff --git a/core/provisioning-java/pom.xml b/core/provisioning-java/pom.xml index e46652c..a93b680 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core Provisioning Java</name> diff --git a/core/rest-cxf/pom.xml b/core/rest-cxf/pom.xml index de160c1..14f95e2 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core REST CXF</name> diff --git a/core/spring/pom.xml b/core/spring/pom.xml index cbe15f4..626a739 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core Spring</name> diff --git a/core/workflow-activiti/pom.xml b/core/workflow-activiti/pom.xml index 6c0fa47..1018c7d 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core Workflow Activiti</name> diff --git a/core/workflow-api/pom.xml b/core/workflow-api/pom.xml index 24bbd48..f151da0 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core Workflow API</name> diff --git a/core/workflow-flowable/pom.xml b/core/workflow-flowable/pom.xml index 3f08238..8470bd7 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core Workflow Flowable</name> diff --git a/core/workflow-java/pom.xml b/core/workflow-java/pom.xml index 40a5bf1..3397f55 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Core Workflow Java</name> diff --git a/deb/console/pom.xml b/deb/console/pom.xml index 4edbc56..6a39329 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Console</name> diff --git a/deb/core/pom.xml b/deb/core/pom.xml index 2c55372..96212c1 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Core</name> diff --git a/deb/enduser/pom.xml b/deb/enduser/pom.xml index 97b91b9..3e73479 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Enduser</name> diff --git a/deb/pom.xml b/deb/pom.xml index 2e6660a..ab3ed08 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Deb</name> diff --git a/docker/console/pom.xml b/docker/console/pom.xml index 7f2002e..f29eceb 100644 --- a/docker/console/pom.xml +++ b/docker/console/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope-docker</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Docker Console</name> diff --git a/docker/core/pom.xml b/docker/core/pom.xml index 4948b8c..ca636b9 100644 --- a/docker/core/pom.xml +++ b/docker/core/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope-docker</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Docker Core</name> diff --git a/docker/enduser/pom.xml b/docker/enduser/pom.xml index a47ff3f..7b9edda 100644 --- a/docker/enduser/pom.xml +++ b/docker/enduser/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope-docker</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Docker Enduser</name> diff --git a/docker/pom.xml b/docker/pom.xml index 374dda7..7ca1c51 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Docker</name> diff --git a/ext/camel/client-console/pom.xml b/ext/camel/client-console/pom.xml index baaf74c..85ffab2 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Client Console</name> diff --git a/ext/camel/common-lib/pom.xml b/ext/camel/common-lib/pom.xml index bb93a8d..dc08489 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Common Lib</name> diff --git a/ext/camel/logic/pom.xml b/ext/camel/logic/pom.xml index b42ac42..5dbb41c 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Logic</name> diff --git a/ext/camel/persistence-api/pom.xml b/ext/camel/persistence-api/pom.xml index b0e44d0..93d2f66 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Persistence API</name> diff --git a/ext/camel/persistence-jpa/pom.xml b/ext/camel/persistence-jpa/pom.xml index 45ff831..bf2b5cf 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Persistence JPA</name> diff --git a/ext/camel/pom.xml b/ext/camel/pom.xml index d90f4c2..9b16a94 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel</name> diff --git a/ext/camel/provisioning-api/pom.xml b/ext/camel/provisioning-api/pom.xml index 4c4c61c..ceba4de 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Provisioning API</name> diff --git a/ext/camel/provisioning-camel/pom.xml b/ext/camel/provisioning-camel/pom.xml index eff9e96..76e1909 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel Provisioning</name> diff --git a/ext/camel/rest-api/pom.xml b/ext/camel/rest-api/pom.xml index d6b211c..15f9aed 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel REST API</name> diff --git a/ext/camel/rest-cxf/pom.xml b/ext/camel/rest-cxf/pom.xml index 1ad4a79..ae741fa 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Camel REST CXF</name> diff --git a/ext/elasticsearch/client-elasticsearch/pom.xml b/ext/elasticsearch/client-elasticsearch/pom.xml index 3ff4264..eaa6042 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Elasticsearch Client</name> diff --git a/ext/elasticsearch/persistence-jpa/pom.xml b/ext/elasticsearch/persistence-jpa/pom.xml index ebad3ac..904d7dc 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Elasticsearch Persistence JPA</name> diff --git a/ext/elasticsearch/pom.xml b/ext/elasticsearch/pom.xml index 87ae732..1b475ec 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Elasticsearch</name> diff --git a/ext/elasticsearch/provisioning-java/pom.xml b/ext/elasticsearch/provisioning-java/pom.xml index 0ebf602..35ddca6 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Elasticsearch Provisioning Java</name> diff --git a/ext/oidcclient/agent/pom.xml b/ext/oidcclient/agent/pom.xml index 657d7f8..6d0d3b8 100644 --- a/ext/oidcclient/agent/pom.xml +++ b/ext/oidcclient/agent/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-oidcclient</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client Agent</name> diff --git a/ext/oidcclient/client-console/pom.xml b/ext/oidcclient/client-console/pom.xml index 3b9939a..86359c3 100644 --- a/ext/oidcclient/client-console/pom.xml +++ b/ext/oidcclient/client-console/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-oidcclient</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client Console</name> diff --git a/ext/oidcclient/client-enduser/pom.xml b/ext/oidcclient/client-enduser/pom.xml index 704da70..9e422cc 100644 --- a/ext/oidcclient/client-enduser/pom.xml +++ b/ext/oidcclient/client-enduser/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-oidcclient</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client Enduser</name> diff --git a/ext/oidcclient/common-lib/pom.xml b/ext/oidcclient/common-lib/pom.xml index ae04e82..8631830 100644 --- a/ext/oidcclient/common-lib/pom.xml +++ b/ext/oidcclient/common-lib/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-oidcclient</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client Common Lib</name> diff --git a/ext/oidcclient/logic/pom.xml b/ext/oidcclient/logic/pom.xml index 3ae1985..b0e8af5 100644 --- a/ext/oidcclient/logic/pom.xml +++ b/ext/oidcclient/logic/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-oidcclient</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client Logic</name> diff --git a/ext/oidcclient/persistence-api/pom.xml b/ext/oidcclient/persistence-api/pom.xml index a63c954..22e77fe 100644 --- a/ext/oidcclient/persistence-api/pom.xml +++ b/ext/oidcclient/persistence-api/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-oidcclient</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client Persistence API</name> diff --git a/ext/oidcclient/persistence-jpa/pom.xml b/ext/oidcclient/persistence-jpa/pom.xml index c9f7689..73fb584 100644 --- a/ext/oidcclient/persistence-jpa/pom.xml +++ b/ext/oidcclient/persistence-jpa/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-oidcclient</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client Persistence JPA</name> diff --git a/ext/oidcclient/pom.xml b/ext/oidcclient/pom.xml index e094aa4..d8379ac 100644 --- a/ext/oidcclient/pom.xml +++ b/ext/oidcclient/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope-ext</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client</name> diff --git a/ext/oidcclient/provisioning-api/pom.xml b/ext/oidcclient/provisioning-api/pom.xml index 972f787..d73cfbb 100644 --- a/ext/oidcclient/provisioning-api/pom.xml +++ b/ext/oidcclient/provisioning-api/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-oidcclient</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client Provisioning API</name> diff --git a/ext/oidcclient/provisioning-java/pom.xml b/ext/oidcclient/provisioning-java/pom.xml index 9ebd30d..ab7dba3 100644 --- a/ext/oidcclient/provisioning-java/pom.xml +++ b/ext/oidcclient/provisioning-java/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-oidcclient</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client Provisioning Java</name> diff --git a/ext/oidcclient/rest-api/pom.xml b/ext/oidcclient/rest-api/pom.xml index 5106df3..e8ce057 100644 --- a/ext/oidcclient/rest-api/pom.xml +++ b/ext/oidcclient/rest-api/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-oidcclient</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client REST API</name> diff --git a/ext/oidcclient/rest-cxf/pom.xml b/ext/oidcclient/rest-cxf/pom.xml index 6d2975e..0e7075f 100644 --- a/ext/oidcclient/rest-cxf/pom.xml +++ b/ext/oidcclient/rest-cxf/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-oidcclient</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: OIDC Client REST CXF</name> diff --git a/ext/pom.xml b/ext/pom.xml index d387411..e7efd23 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext</name> diff --git a/ext/saml2sp/agent/pom.xml b/ext/saml2sp/agent/pom.xml index 590103d..923063b 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Agent</name> diff --git a/ext/saml2sp/client-console/pom.xml b/ext/saml2sp/client-console/pom.xml index 444b558..599e2cd 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Client Console</name> diff --git a/ext/saml2sp/client-enduser/pom.xml b/ext/saml2sp/client-enduser/pom.xml index ce4f388..686ea27 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Client Enduser</name> diff --git a/ext/saml2sp/common-lib/pom.xml b/ext/saml2sp/common-lib/pom.xml index baef025..eed21dc 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Common Lib</name> diff --git a/ext/saml2sp/logic/pom.xml b/ext/saml2sp/logic/pom.xml index 55a1cb4..ceb7148 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Logic</name> diff --git a/ext/saml2sp/persistence-api/pom.xml b/ext/saml2sp/persistence-api/pom.xml index bbbe9d0..477197e 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Persistence API</name> diff --git a/ext/saml2sp/persistence-jpa/pom.xml b/ext/saml2sp/persistence-jpa/pom.xml index 11c9a5d..82256e8 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Persistence JPA</name> diff --git a/ext/saml2sp/pom.xml b/ext/saml2sp/pom.xml index 0f62e4d..a233bd7 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP</name> diff --git a/ext/saml2sp/provisioning-api/pom.xml b/ext/saml2sp/provisioning-api/pom.xml index 83db070..2822029 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Provisioning API</name> diff --git a/ext/saml2sp/provisioning-java/pom.xml b/ext/saml2sp/provisioning-java/pom.xml index d06469c..b1515f5 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP Provisioning Java</name> diff --git a/ext/saml2sp/rest-api/pom.xml b/ext/saml2sp/rest-api/pom.xml index 58ad785..e4ddb36 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP REST API</name> diff --git a/ext/saml2sp/rest-cxf/pom.xml b/ext/saml2sp/rest-cxf/pom.xml index af41288..090e384 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SAML2 SP REST CXF</name> diff --git a/ext/scimv2/client-console/pom.xml b/ext/scimv2/client-console/pom.xml index d073399..a4fdb25 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 Client Console</name> diff --git a/ext/scimv2/common-lib/pom.xml b/ext/scimv2/common-lib/pom.xml index 6f3fa5e..93993e5 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 Common Lib</name> diff --git a/ext/scimv2/logic/pom.xml b/ext/scimv2/logic/pom.xml index 9b98572..90bcd54 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 Logic</name> diff --git a/ext/scimv2/pom.xml b/ext/scimv2/pom.xml index 9b571b5..4bd4837 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2</name> diff --git a/ext/scimv2/rest-api/pom.xml b/ext/scimv2/rest-api/pom.xml index 8f64bda..2840990 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 REST API</name> diff --git a/ext/scimv2/rest-cxf/pom.xml b/ext/scimv2/rest-cxf/pom.xml index cae599e..caa8e6f 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 REST CXF</name> diff --git a/ext/scimv2/scim-rest-api/pom.xml b/ext/scimv2/scim-rest-api/pom.xml index 2fd8046..16d2c39 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 SCIM REST API</name> diff --git a/ext/scimv2/scim-rest-cxf/pom.xml b/ext/scimv2/scim-rest-cxf/pom.xml index 95397ee..9cadc1f 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: SCIMv2 SCIM REST CXF</name> diff --git a/ext/swagger-ui/pom.xml b/ext/swagger-ui/pom.xml index 746bad0..10dfc98 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Ext: Swagger UI</name> diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml index d86bc62..78fbd40 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Build Tools</name> diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml index 2ebd112..ce67c77 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Console Reference</name> diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml index d2dde6a..908f567 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Core Reference</name> diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml index b3bf015..bdb61b9 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope FIT Enduser Reference</name> diff --git a/fit/pom.xml b/fit/pom.xml index df92ca7..ea2aef9 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope FIT</name> diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF index e4efa82..503b165 100644 --- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF +++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Apache Syncope Eclipse Plugin Bundle-SymbolicName: org.apache.syncope.ide.eclipse.plugin;singleton:=true -Bundle-Version: 2.0.16 +Bundle-Version: 2.0.17.qualifier Bundle-Activator: org.apache.syncope.ide.eclipse.plugin.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, 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 66118b0..184eb6d 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.16</version> + <version>2.0.17-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF index cb93eaa..397e1c3 100644 --- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF +++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: org.apache.syncope.ide.eclipse.tests Bundle-SymbolicName: org.apache.syncope.ide.eclipse.tests;singleton:=true -Bundle-Version: 2.0.16 +Bundle-Version: 2.0.17.qualifier Bundle-ActivationPolicy: lazy Bundle-Vendor: Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml index 01d2757..4374537 100644 --- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml +++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope.ide</groupId> <artifactId>syncope-ide-eclipse</artifactId> - <version>2.0.16</version> + <version>2.0.17-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/ide/eclipse/pom.xml b/ide/eclipse/pom.xml index 91393d5..6a3d0f0 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope IDE Eclipse</name> diff --git a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml index ed863bf..72f7366 100644 --- a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml +++ b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml @@ -18,7 +18,7 @@ specific language governing permissions and limitations under the License. --> <site> - <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.0.16"> + <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.0.17.qualifier"> <category name="apachesyncope"/> </bundle> <category-def name="apachesyncope" label="Apache Syncope"> 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 2a0bcf0..30ff92c 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.16</version> + <version>2.0.17-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/ide/netbeans/pom.xml b/ide/netbeans/pom.xml index fac978d..39e19ec 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope IDE Netbeans Plugin</name> diff --git a/ide/pom.xml b/ide/pom.xml index 8963658..0cfc120 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope IDE</name> diff --git a/installer/pom.xml b/installer/pom.xml index 76547a9..f2aa0cb 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Installer</name> diff --git a/pom.xml b/pom.xml index 8237185..d99a2d3 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.16</version> + <version>2.0.17-SNAPSHOT</version> <packaging>pom</packaging> <parent> @@ -52,7 +52,7 @@ under the License. <connection>scm:git:https://gitbox.apache.org/repos/asf/syncope.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/syncope.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=syncope.git</url> - <tag>syncope-2.0.16</tag> + <tag>HEAD</tag> </scm> <issueManagement> diff --git a/standalone/pom.xml b/standalone/pom.xml index 11c54d3..1ebb791 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.16</version> + <version>2.0.17-SNAPSHOT</version> </parent> <name>Apache Syncope Standalone Distribution</name>
