From 70c3e0ff80e58f4f81734be64acc5f1a00ddd1c8 Mon Sep 17 00:00:00 2001 From: Radovan Semancik Date: Fri, 9 Nov 2018 14:32:41 +0100 Subject: [PATCH] Next development version: 4.0-SNAPSHOT --- build-system/pom.xml | 2 +- custom/pom.xml | 2 +- dist/midpoint-api/pom.xml | 12 ++-- dist/pom.xml | 8 +-- gui/admin-gui/pom.xml | 70 ++++++++++----------- gui/pom.xml | 2 +- icf-connectors/dummy-connector-fake/pom.xml | 2 +- icf-connectors/dummy-connector/pom.xml | 4 +- icf-connectors/dummy-resource/pom.xml | 4 +- icf-connectors/pom.xml | 4 +- infra/common/pom.xml | 12 ++-- infra/pom.xml | 2 +- infra/prism-maven-plugin/pom.xml | 6 +- infra/prism/pom.xml | 6 +- infra/schema-pure-jaxb/pom.xml | 4 +- infra/schema/pom.xml | 12 ++-- infra/test-util/pom.xml | 10 +-- infra/util/pom.xml | 2 +- infra/ws-util/pom.xml | 4 +- model/certification-api/pom.xml | 12 ++-- model/certification-impl/pom.xml | 66 +++++++++---------- model/model-api/pom.xml | 20 +++--- model/model-client/pom.xml | 6 +- model/model-common/pom.xml | 28 ++++----- model/model-impl/pom.xml | 68 ++++++++++---------- model/model-intest/pom.xml | 68 ++++++++++---------- model/model-test/pom.xml | 54 ++++++++-------- model/notifications-api/pom.xml | 18 +++--- model/notifications-impl/pom.xml | 52 +++++++-------- model/pom.xml | 2 +- model/report-api/pom.xml | 14 ++--- model/report-impl/pom.xml | 58 ++++++++--------- model/workflow-api/pom.xml | 18 +++--- model/workflow-impl/pom.xml | 66 +++++++++---------- pom.xml | 2 +- provisioning/pom.xml | 2 +- provisioning/provisioning-api/pom.xml | 14 ++--- provisioning/provisioning-impl/pom.xml | 48 +++++++------- provisioning/ucf-api/pom.xml | 12 ++-- provisioning/ucf-impl-builtin/pom.xml | 34 +++++----- provisioning/ucf-impl-connid/pom.xml | 36 +++++------ repo/audit-api/pom.xml | 12 ++-- repo/audit-impl/pom.xml | 22 +++---- repo/pom.xml | 2 +- repo/repo-api/pom.xml | 10 +-- repo/repo-cache/pom.xml | 14 ++--- repo/repo-common/pom.xml | 34 +++++----- repo/repo-sql-impl-test/pom.xml | 22 +++---- repo/repo-sql-impl/pom.xml | 20 +++--- repo/repo-test-util/pom.xml | 24 +++---- repo/security-api/pom.xml | 10 +-- repo/security-enforcer-api/pom.xml | 14 ++--- repo/security-enforcer-impl/pom.xml | 32 +++++----- repo/security-impl/pom.xml | 28 ++++----- repo/system-init/pom.xml | 22 +++---- repo/task-api/pom.xml | 12 ++-- repo/task-quartz-impl/pom.xml | 32 +++++----- samples/model-client-sample/pom.xml | 4 +- samples/pom.xml | 2 +- samples/samples-test/pom.xml | 42 ++++++------- testing/conntest/pom.xml | 46 +++++++------- testing/longtest/pom.xml | 44 ++++++------- testing/pom.xml | 2 +- testing/rest/pom.xml | 42 ++++++------- testing/sanity/pom.xml | 50 +++++++-------- testing/schrodingertest/pom.xml | 4 +- testing/selenidetest/pom.xml | 4 +- testing/story/pom.xml | 60 +++++++++--------- testing/wstest/pom.xml | 10 +-- tools/midpoint-war-layout/pom.xml | 2 +- tools/ninja/pom.xml | 4 +- tools/pom.xml | 2 +- tools/schema-dist-maven-plugin/pom.xml | 4 +- tools/schrodinger/pom.xml | 4 +- tools/test-ng/pom.xml | 2 +- tools/xjc-plugin/pom.xml | 6 +- weblogic-build/pom.xml | 2 +- 77 files changed, 756 insertions(+), 756 deletions(-) diff --git a/build-system/pom.xml b/build-system/pom.xml index 47641e620ea..536dc527838 100644 --- a/build-system/pom.xml +++ b/build-system/pom.xml @@ -25,7 +25,7 @@ com.evolveum.midpoint midpoint - 3.9 + 4.0-SNAPSHOT diff --git a/custom/pom.xml b/custom/pom.xml index 3bd3f3fe6c0..c1e61ce4d8a 100644 --- a/custom/pom.xml +++ b/custom/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../build-system/pom.xml diff --git a/dist/midpoint-api/pom.xml b/dist/midpoint-api/pom.xml index c7a9a9c9993..69ea4509729 100644 --- a/dist/midpoint-api/pom.xml +++ b/dist/midpoint-api/pom.xml @@ -24,7 +24,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../../build-system/pom.xml @@ -51,31 +51,31 @@ com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT compile com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT compile com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT compile com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT compile com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT compile diff --git a/dist/pom.xml b/dist/pom.xml index 42cba61395e..b00ac743d9d 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -24,7 +24,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../build-system/pom.xml @@ -51,14 +51,14 @@ com.evolveum.midpoint.gui admin-gui - 3.9 + 4.0-SNAPSHOT war executable com.evolveum.midpoint.tools ninja - 3.9 + 4.0-SNAPSHOT org.testng @@ -72,7 +72,7 @@ com.evolveum.midpoint.tools schema-dist-maven-plugin - 3.9 + 4.0-SNAPSHOT schemadist-prism diff --git a/gui/admin-gui/pom.xml b/gui/admin-gui/pom.xml index afa32010599..201f750044b 100644 --- a/gui/admin-gui/pom.xml +++ b/gui/admin-gui/pom.xml @@ -24,7 +24,7 @@ gui com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -313,22 +313,22 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT jaxb-impl @@ -347,63 +347,63 @@ com.evolveum.midpoint.repo repo-common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model report-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-enforcer-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model workflow-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model certification-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo audit-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT runtime @@ -423,7 +423,7 @@ com.evolveum.midpoint.repo repo-cache - 3.9 + 4.0-SNAPSHOT jaxb-impl @@ -442,31 +442,31 @@ com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo security-enforcer-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.model model-impl - 3.9 + 4.0-SNAPSHOT runtime @@ -478,31 +478,31 @@ com.evolveum.midpoint.model certification-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.model workflow-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.model notifications-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.provisioning provisioning-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.model report-impl - 3.9 + 4.0-SNAPSHOT runtime @@ -519,7 +519,7 @@ com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT xml-apis @@ -735,31 +735,31 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test com.evolveum.icf dummy-resource - 3.9 + 4.0-SNAPSHOT test @@ -890,7 +890,7 @@ com.evolveum.midpoint.model model-test - 3.9 + 4.0-SNAPSHOT test diff --git a/gui/pom.xml b/gui/pom.xml index 5ad4c3ea710..682ed370193 100644 --- a/gui/pom.xml +++ b/gui/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../build-system/pom.xml diff --git a/icf-connectors/dummy-connector-fake/pom.xml b/icf-connectors/dummy-connector-fake/pom.xml index b86074ef1a8..66c95350d3c 100644 --- a/icf-connectors/dummy-connector-fake/pom.xml +++ b/icf-connectors/dummy-connector-fake/pom.xml @@ -25,7 +25,7 @@ icf-connectors com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git diff --git a/icf-connectors/dummy-connector/pom.xml b/icf-connectors/dummy-connector/pom.xml index 55292aff21f..07bf09b954a 100644 --- a/icf-connectors/dummy-connector/pom.xml +++ b/icf-connectors/dummy-connector/pom.xml @@ -25,7 +25,7 @@ icf-connectors com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -40,7 +40,7 @@ com.evolveum.icf dummy-resource - 3.9 + 4.0-SNAPSHOT commons-lang diff --git a/icf-connectors/dummy-resource/pom.xml b/icf-connectors/dummy-resource/pom.xml index ce59ab4fd3f..dbf1dab4aff 100644 --- a/icf-connectors/dummy-resource/pom.xml +++ b/icf-connectors/dummy-resource/pom.xml @@ -25,7 +25,7 @@ icf-connectors com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -36,7 +36,7 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT commons-lang diff --git a/icf-connectors/pom.xml b/icf-connectors/pom.xml index 36bfd267a6f..c2e4910e3fe 100644 --- a/icf-connectors/pom.xml +++ b/icf-connectors/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../build-system/pom.xml @@ -55,7 +55,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/infra/common/pom.xml b/infra/common/pom.xml index d70c8cb2712..04485e6119b 100644 --- a/infra/common/pom.xml +++ b/infra/common/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,17 +35,17 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT org.jetbrains @@ -106,13 +106,13 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/infra/pom.xml b/infra/pom.xml index a25fa6c568c..256aa89d44a 100644 --- a/infra/pom.xml +++ b/infra/pom.xml @@ -22,7 +22,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../build-system/pom.xml diff --git a/infra/prism-maven-plugin/pom.xml b/infra/prism-maven-plugin/pom.xml index a601d117380..23de506444a 100644 --- a/infra/prism-maven-plugin/pom.xml +++ b/infra/prism-maven-plugin/pom.xml @@ -26,7 +26,7 @@ infra com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -37,12 +37,12 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT org.apache.maven diff --git a/infra/prism/pom.xml b/infra/prism/pom.xml index ac959ae8c30..eb1833f738e 100644 --- a/infra/prism/pom.xml +++ b/infra/prism/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,7 +35,7 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT @@ -188,7 +188,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/infra/schema-pure-jaxb/pom.xml b/infra/schema-pure-jaxb/pom.xml index d62b199ebac..93d96376704 100644 --- a/infra/schema-pure-jaxb/pom.xml +++ b/infra/schema-pure-jaxb/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -70,7 +70,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/infra/schema/pom.xml b/infra/schema/pom.xml index d4974042bc6..993f67c98c6 100644 --- a/infra/schema/pom.xml +++ b/infra/schema/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,12 +35,12 @@ com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT org.springframework @@ -126,7 +126,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -266,7 +266,7 @@ com.evolveum.midpoint.tools xjc-plugin - 3.9 + 4.0-SNAPSHOT com.sun.xml.bind @@ -278,7 +278,7 @@ com.evolveum.midpoint.infra prism-maven-plugin - 3.9 + 4.0-SNAPSHOT src/main/resources/xml/ns/public/common/common-3.xsd diff --git a/infra/test-util/pom.xml b/infra/test-util/pom.xml index 67457c420cc..0436c5d6811 100644 --- a/infra/test-util/pom.xml +++ b/infra/test-util/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -43,17 +43,17 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT commons-lang @@ -122,7 +122,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT diff --git a/infra/util/pom.xml b/infra/util/pom.xml index 0c4743197ba..694f5a1df9d 100644 --- a/infra/util/pom.xml +++ b/infra/util/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git diff --git a/infra/ws-util/pom.xml b/infra/ws-util/pom.xml index 92cd1504b3a..0bb5f415642 100644 --- a/infra/ws-util/pom.xml +++ b/infra/ws-util/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -81,7 +81,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/model/certification-api/pom.xml b/model/certification-api/pom.xml index 19c9d2f22e7..b03343fd8ad 100644 --- a/model/certification-api/pom.xml +++ b/model/certification-api/pom.xml @@ -21,7 +21,7 @@ model com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT 4.0.0 midPoint Access Certification - api @@ -37,22 +37,22 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT org.jetbrains @@ -65,7 +65,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/model/certification-impl/pom.xml b/model/certification-impl/pom.xml index af8c5389fdd..a282502870a 100644 --- a/model/certification-impl/pom.xml +++ b/model/certification-impl/pom.xml @@ -24,7 +24,7 @@ model com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,72 +35,72 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model certification-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-impl - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-enforcer-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model workflow-api - 3.9 + 4.0-SNAPSHOT @@ -136,62 +136,62 @@ com.evolveum.midpoint.model notifications-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-impl - 3.9 + 4.0-SNAPSHOT test-jar test com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model notifications-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model workflow-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model report-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model report-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.icf dummy-resource - 3.9 + 4.0-SNAPSHOT test @@ -202,7 +202,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -228,43 +228,43 @@ com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-enforcer-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.provisioning provisioning-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-test - 3.9 + 4.0-SNAPSHOT test diff --git a/model/model-api/pom.xml b/model/model-api/pom.xml index 8387d66a924..a5179366014 100644 --- a/model/model-api/pom.xml +++ b/model/model-api/pom.xml @@ -24,7 +24,7 @@ model com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT Evolveum @@ -50,47 +50,47 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-enforcer-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo audit-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/model/model-client/pom.xml b/model/model-client/pom.xml index a989e5986ca..d4e8ebf2f42 100644 --- a/model/model-client/pom.xml +++ b/model/model-client/pom.xml @@ -24,7 +24,7 @@ model com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -115,7 +115,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -214,7 +214,7 @@ com.evolveum.midpoint.tools xjc-plugin - 3.9 + 4.0-SNAPSHOT diff --git a/model/model-common/pom.xml b/model/model-common/pom.xml index e5477b0e519..ea5804a7d02 100644 --- a/model/model-common/pom.xml +++ b/model/model-common/pom.xml @@ -24,7 +24,7 @@ model com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT Evolveum @@ -50,52 +50,52 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo audit-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT diff --git a/model/workflow-api/pom.xml b/model/workflow-api/pom.xml index 3b241774f3b..7c3ef52fd28 100644 --- a/model/workflow-api/pom.xml +++ b/model/workflow-api/pom.xml @@ -21,7 +21,7 @@ model com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT 4.0.0 midPoint Workflow - api @@ -37,43 +37,43 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT diff --git a/model/workflow-impl/pom.xml b/model/workflow-impl/pom.xml index 4f28ce28c4c..54d1dae05f9 100644 --- a/model/workflow-impl/pom.xml +++ b/model/workflow-impl/pom.xml @@ -24,7 +24,7 @@ model com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,82 +35,82 @@ com.evolveum.midpoint.model workflow-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-impl - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning provisioning-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo audit-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-enforcer-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT @@ -130,7 +130,7 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT provided @@ -186,44 +186,44 @@ com.evolveum.midpoint.model notifications-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-impl - 3.9 + 4.0-SNAPSHOT test-jar test com.evolveum.midpoint.model notifications-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model report-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model report-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test @@ -234,7 +234,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -260,43 +260,43 @@ com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-enforcer-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.provisioning provisioning-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-test - 3.9 + 4.0-SNAPSHOT test diff --git a/pom.xml b/pom.xml index de4cd248f6d..100bb22e0b6 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ midPoint Project com.evolveum.midpoint midpoint - 3.9 + 4.0-SNAPSHOT pom Utility module to compile all of the maven based midPoint projects. diff --git a/provisioning/pom.xml b/provisioning/pom.xml index b63f89655d1..d8a94b4349b 100644 --- a/provisioning/pom.xml +++ b/provisioning/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../build-system/pom.xml diff --git a/provisioning/provisioning-api/pom.xml b/provisioning/provisioning-api/pom.xml index 4381e994026..8407db38acb 100644 --- a/provisioning/provisioning-api/pom.xml +++ b/provisioning/provisioning-api/pom.xml @@ -25,7 +25,7 @@ provisioning com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -36,32 +36,32 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/provisioning/provisioning-impl/pom.xml b/provisioning/provisioning-impl/pom.xml index 117cb55e578..7c98909a1e5 100644 --- a/provisioning/provisioning-impl/pom.xml +++ b/provisioning/provisioning-impl/pom.xml @@ -24,7 +24,7 @@ provisioning com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,70 +35,70 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning provisioning-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning ucf-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-cache - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning ucf-impl-connid - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.provisioning ucf-impl-builtin - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo repo-common - 3.9 + 4.0-SNAPSHOT commons-lang @@ -126,19 +126,19 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test @@ -149,19 +149,19 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT test @@ -172,13 +172,13 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test @@ -221,13 +221,13 @@ com.evolveum.icf dummy-connector - 3.9 + 4.0-SNAPSHOT test com.evolveum.icf dummy-resource - 3.9 + 4.0-SNAPSHOT test diff --git a/provisioning/ucf-api/pom.xml b/provisioning/ucf-api/pom.xml index fd5783daab5..16dac7c3bcd 100644 --- a/provisioning/ucf-api/pom.xml +++ b/provisioning/ucf-api/pom.xml @@ -25,7 +25,7 @@ provisioning com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -36,22 +36,22 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT commons-lang @@ -64,7 +64,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/provisioning/ucf-impl-builtin/pom.xml b/provisioning/ucf-impl-builtin/pom.xml index 540a5b92508..c76f3292a71 100644 --- a/provisioning/ucf-impl-builtin/pom.xml +++ b/provisioning/ucf-impl-builtin/pom.xml @@ -24,7 +24,7 @@ provisioning com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT Implementation for the built-in midpoint connectors, such as the built-in "manaual connector" capability. @@ -36,37 +36,37 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning ucf-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT commons-lang @@ -94,19 +94,19 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test @@ -117,19 +117,19 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT test @@ -140,13 +140,13 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test @@ -162,7 +162,7 @@ com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test diff --git a/provisioning/ucf-impl-connid/pom.xml b/provisioning/ucf-impl-connid/pom.xml index e05e8d28d8f..daa70aca5ab 100644 --- a/provisioning/ucf-impl-connid/pom.xml +++ b/provisioning/ucf-impl-connid/pom.xml @@ -24,7 +24,7 @@ provisioning com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,32 +35,32 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning ucf-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT @@ -107,19 +107,19 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test @@ -130,19 +130,19 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT test @@ -153,13 +153,13 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test @@ -202,13 +202,13 @@ com.evolveum.icf dummy-connector - 3.9 + 4.0-SNAPSHOT test com.evolveum.icf dummy-resource - 3.9 + 4.0-SNAPSHOT test @@ -229,7 +229,7 @@ com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/audit-api/pom.xml b/repo/audit-api/pom.xml index 6ff0ebaa2fd..db1f34bec23 100644 --- a/repo/audit-api/pom.xml +++ b/repo/audit-api/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,17 +35,17 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT commons-configuration @@ -55,13 +55,13 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT org.jetbrains diff --git a/repo/audit-impl/pom.xml b/repo/audit-impl/pom.xml index b27fcaba793..71b3063146f 100644 --- a/repo/audit-impl/pom.xml +++ b/repo/audit-impl/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,32 +35,32 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo audit-api - 3.9 + 4.0-SNAPSHOT commons-configuration @@ -84,7 +84,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -100,13 +100,13 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test @@ -117,7 +117,7 @@ com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/pom.xml b/repo/pom.xml index 38857747ea2..c04f8360a90 100644 --- a/repo/pom.xml +++ b/repo/pom.xml @@ -22,7 +22,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../build-system/pom.xml diff --git a/repo/repo-api/pom.xml b/repo/repo-api/pom.xml index 22b01e938c9..aebad752fe6 100644 --- a/repo/repo-api/pom.xml +++ b/repo/repo-api/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,17 +35,17 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT commons-lang @@ -62,7 +62,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/repo-cache/pom.xml b/repo/repo-cache/pom.xml index c016dcf20cb..5ac1c89e400 100644 --- a/repo/repo-cache/pom.xml +++ b/repo/repo-cache/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,27 +35,27 @@ com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT commons-lang @@ -89,7 +89,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/repo-common/pom.xml b/repo/repo-common/pom.xml index 39583e188c3..ea5afaa518a 100644 --- a/repo/repo-common/pom.xml +++ b/repo/repo-common/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT Evolveum @@ -50,42 +50,42 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-cache - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT org.jetbrains @@ -132,49 +132,49 @@ com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/repo-sql-impl-test/pom.xml b/repo/repo-sql-impl-test/pom.xml index 573b78998d0..f5f415cb199 100644 --- a/repo/repo-sql-impl-test/pom.xml +++ b/repo/repo-sql-impl-test/pom.xml @@ -25,7 +25,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -36,37 +36,37 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo audit-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT @@ -143,13 +143,13 @@ com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test @@ -188,7 +188,7 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/repo-sql-impl/pom.xml b/repo/repo-sql-impl/pom.xml index b5f791a0aa6..27ed8dbc969 100644 --- a/repo/repo-sql-impl/pom.xml +++ b/repo/repo-sql-impl/pom.xml @@ -25,7 +25,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -64,12 +64,12 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT commons-beanutils @@ -80,32 +80,32 @@ com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo audit-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT @@ -217,7 +217,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/repo-test-util/pom.xml b/repo/repo-test-util/pom.xml index a543f2332cb..d606d4cdcf7 100644 --- a/repo/repo-test-util/pom.xml +++ b/repo/repo-test-util/pom.xml @@ -23,7 +23,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -34,47 +34,47 @@ com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-cache - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo audit-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT @@ -113,7 +113,7 @@ com.evolveum.icf dummy-resource - 3.9 + 4.0-SNAPSHOT org.forgerock.opendj @@ -122,7 +122,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT org.slf4j diff --git a/repo/security-api/pom.xml b/repo/security-api/pom.xml index 61b7767c1cb..3ec27b66ab5 100644 --- a/repo/security-api/pom.xml +++ b/repo/security-api/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,17 +35,17 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT @@ -79,7 +79,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/security-enforcer-api/pom.xml b/repo/security-enforcer-api/pom.xml index 729ac56e671..55c01b27834 100644 --- a/repo/security-enforcer-api/pom.xml +++ b/repo/security-enforcer-api/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,27 +35,27 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT @@ -74,7 +74,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/security-enforcer-impl/pom.xml b/repo/security-enforcer-impl/pom.xml index cb6b027f75d..eefdd33bc21 100644 --- a/repo/security-enforcer-impl/pom.xml +++ b/repo/security-enforcer-impl/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,42 +35,42 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-enforcer-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT @@ -98,7 +98,7 @@ com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT test @@ -109,7 +109,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -120,31 +120,31 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/security-impl/pom.xml b/repo/security-impl/pom.xml index 617787588c1..73d003e6a78 100644 --- a/repo/security-impl/pom.xml +++ b/repo/security-impl/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,33 +35,33 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT test @@ -94,7 +94,7 @@ com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT test @@ -105,7 +105,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -116,31 +116,31 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/system-init/pom.xml b/repo/system-init/pom.xml index 957c0a50955..2a47c364a09 100644 --- a/repo/system-init/pom.xml +++ b/repo/system-init/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -43,42 +43,42 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo audit-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT commons-lang @@ -134,13 +134,13 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/task-api/pom.xml b/repo/task-api/pom.xml index 8f026e75c23..8213b645e49 100644 --- a/repo/task-api/pom.xml +++ b/repo/task-api/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,22 +35,22 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT stax @@ -64,7 +64,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/repo/task-quartz-impl/pom.xml b/repo/task-quartz-impl/pom.xml index 26fa69d096a..67691cacaad 100644 --- a/repo/task-quartz-impl/pom.xml +++ b/repo/task-quartz-impl/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -35,37 +35,37 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT commons-lang @@ -131,7 +131,7 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT provided @@ -144,19 +144,19 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT test @@ -172,7 +172,7 @@ com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT test @@ -189,7 +189,7 @@ com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test @@ -200,13 +200,13 @@ com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test diff --git a/samples/model-client-sample/pom.xml b/samples/model-client-sample/pom.xml index 5a5aa639792..10ce6a8412a 100644 --- a/samples/model-client-sample/pom.xml +++ b/samples/model-client-sample/pom.xml @@ -21,7 +21,7 @@ com.evolveum.midpoint.samples model-client-sample - 3.9 + 4.0-SNAPSHOT 1.8 3.1.6 @@ -180,7 +180,7 @@ com.evolveum.midpoint.model model-client - 3.9 + 4.0-SNAPSHOT org.apache.cxf diff --git a/samples/pom.xml b/samples/pom.xml index 2fa599c3147..7126b5f2193 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../build-system/pom.xml diff --git a/samples/samples-test/pom.xml b/samples/samples-test/pom.xml index e3af560be51..3b469d919e1 100644 --- a/samples/samples-test/pom.xml +++ b/samples/samples-test/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../../build-system/pom.xml @@ -72,49 +72,49 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-test - 3.9 + 4.0-SNAPSHOT test @@ -125,7 +125,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -152,61 +152,61 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.provisioning provisioning-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-enforcer-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test @@ -217,7 +217,7 @@ com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test diff --git a/testing/conntest/pom.xml b/testing/conntest/pom.xml index 2cd5179f986..c4ba9b99113 100644 --- a/testing/conntest/pom.xml +++ b/testing/conntest/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../../build-system/pom.xml @@ -60,94 +60,94 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning provisioning-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.model model-test - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning provisioning-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo security-enforcer-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo repo-common - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT org.apache.directory.api @@ -172,7 +172,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -195,19 +195,19 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test @@ -223,7 +223,7 @@ com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test diff --git a/testing/longtest/pom.xml b/testing/longtest/pom.xml index 13ec42ec2c8..3e94f945d67 100644 --- a/testing/longtest/pom.xml +++ b/testing/longtest/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../../build-system/pom.xml @@ -60,87 +60,87 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-impl - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-test - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning provisioning-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo security-enforcer-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.icf dummy-resource - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT @@ -169,7 +169,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -192,19 +192,19 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test @@ -220,7 +220,7 @@ com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test diff --git a/testing/pom.xml b/testing/pom.xml index 8740c3a5c23..28f7c28ee72 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -24,7 +24,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../build-system/pom.xml diff --git a/testing/rest/pom.xml b/testing/rest/pom.xml index 28a99d2c60e..15be31b5334 100644 --- a/testing/rest/pom.xml +++ b/testing/rest/pom.xml @@ -20,7 +20,7 @@ com.evolveum.midpoint parent - 3.9 + 4.0-SNAPSHOT ../../build-system/pom.xml rest @@ -43,66 +43,66 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.provisioning provisioning-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning provisioning-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT @@ -138,19 +138,19 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-enforcer-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT test @@ -172,25 +172,25 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-test - 3.9 + 4.0-SNAPSHOT test @@ -206,7 +206,7 @@ com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test diff --git a/testing/sanity/pom.xml b/testing/sanity/pom.xml index 3b7cbe95bce..045f2103386 100644 --- a/testing/sanity/pom.xml +++ b/testing/sanity/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../../build-system/pom.xml @@ -60,115 +60,115 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model model-test - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.provisioning provisioning-api - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.provisioning provisioning-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-enforcer-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model report-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model notifications-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.model workflow-impl - 3.9 + 4.0-SNAPSHOT test @@ -209,7 +209,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -232,19 +232,19 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test @@ -255,7 +255,7 @@ com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test diff --git a/testing/schrodingertest/pom.xml b/testing/schrodingertest/pom.xml index ec50b22f81d..bda42b33858 100644 --- a/testing/schrodingertest/pom.xml +++ b/testing/schrodingertest/pom.xml @@ -5,7 +5,7 @@ testing com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT 4.0.0 @@ -32,7 +32,7 @@ com.evolveum.midpoint.tools schrodinger - 3.9 + 4.0-SNAPSHOT org.seleniumhq.selenium diff --git a/testing/selenidetest/pom.xml b/testing/selenidetest/pom.xml index ff58ab4d147..79e1084ea76 100644 --- a/testing/selenidetest/pom.xml +++ b/testing/selenidetest/pom.xml @@ -11,7 +11,7 @@ testing com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -57,7 +57,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test diff --git a/testing/story/pom.xml b/testing/story/pom.xml index b7205bf4fbc..d01f37d2bde 100644 --- a/testing/story/pom.xml +++ b/testing/story/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../../build-system/pom.xml @@ -60,123 +60,123 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra schema - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.infra common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo repo-cache - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo audit-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-impl - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model model-common - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model workflow-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model workflow-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.model notifications-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.model notifications-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.model model-test - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning provisioning-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.provisioning provisioning-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo task-api - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.repo task-quartz-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo audit-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo security-impl - 3.9 + 4.0-SNAPSHOT runtime com.evolveum.midpoint.repo repo-test-util - 3.9 + 4.0-SNAPSHOT com.evolveum.icf dummy-resource - 3.9 + 4.0-SNAPSHOT @@ -213,7 +213,7 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test @@ -241,25 +241,25 @@ com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo security-enforcer-impl - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9 + 4.0-SNAPSHOT test @@ -275,7 +275,7 @@ com.evolveum.midpoint.repo system-init - 3.9 + 4.0-SNAPSHOT test diff --git a/testing/wstest/pom.xml b/testing/wstest/pom.xml index 60fa5fa6cc9..ae5b577a971 100644 --- a/testing/wstest/pom.xml +++ b/testing/wstest/pom.xml @@ -22,7 +22,7 @@ com.evolveum.midpoint parent - 3.9 + 4.0-SNAPSHOT ../../build-system/pom.xml wstest @@ -42,7 +42,7 @@ com.evolveum.midpoint.model model-client - 3.9 + 4.0-SNAPSHOT @@ -106,13 +106,13 @@ com.evolveum.midpoint.tools test-ng - 3.9 + 4.0-SNAPSHOT test com.evolveum.midpoint.infra test-util - 3.9 + 4.0-SNAPSHOT test @@ -123,7 +123,7 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT test diff --git a/tools/midpoint-war-layout/pom.xml b/tools/midpoint-war-layout/pom.xml index be05f9a0907..9ae5479c7e2 100644 --- a/tools/midpoint-war-layout/pom.xml +++ b/tools/midpoint-war-layout/pom.xml @@ -21,7 +21,7 @@ tools com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT 4.0.0 diff --git a/tools/ninja/pom.xml b/tools/ninja/pom.xml index d27ddec3e44..52adcff9091 100644 --- a/tools/ninja/pom.xml +++ b/tools/ninja/pom.xml @@ -23,12 +23,12 @@ com.evolveum.midpoint tools - 3.9 + 4.0-SNAPSHOT com.evolveum.midpoint.tools ninja - 3.9 + 4.0-SNAPSHOT jar ninja diff --git a/tools/pom.xml b/tools/pom.xml index 18430dc1335..9caf30d3cfa 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -24,7 +24,7 @@ parent com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT ../build-system/pom.xml diff --git a/tools/schema-dist-maven-plugin/pom.xml b/tools/schema-dist-maven-plugin/pom.xml index 23220b4d8ac..179c13d27a4 100644 --- a/tools/schema-dist-maven-plugin/pom.xml +++ b/tools/schema-dist-maven-plugin/pom.xml @@ -25,7 +25,7 @@ tools com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -72,7 +72,7 @@ com.evolveum.midpoint.infra util - 3.9 + 4.0-SNAPSHOT diff --git a/tools/schrodinger/pom.xml b/tools/schrodinger/pom.xml index 578aa458e76..079c22b7c6a 100644 --- a/tools/schrodinger/pom.xml +++ b/tools/schrodinger/pom.xml @@ -22,14 +22,14 @@ tools com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT 4.0.0 com.evolveum.midpoint.tools schrodinger - 3.9 + 4.0-SNAPSHOT jar schrodinger diff --git a/tools/test-ng/pom.xml b/tools/test-ng/pom.xml index ac9ff6f58f6..ea3faba2fdb 100644 --- a/tools/test-ng/pom.xml +++ b/tools/test-ng/pom.xml @@ -24,7 +24,7 @@ tools com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git diff --git a/tools/xjc-plugin/pom.xml b/tools/xjc-plugin/pom.xml index 2093aba510f..483efe714cf 100644 --- a/tools/xjc-plugin/pom.xml +++ b/tools/xjc-plugin/pom.xml @@ -19,13 +19,13 @@ 4.0.0 com.evolveum.midpoint.tools xjc-plugin - 3.9 + 4.0-SNAPSHOT jar midPoint Infrastructure - xjc plugin tools com.evolveum.midpoint - 3.9 + 4.0-SNAPSHOT https://github.com/Evolveum/midpoint.git @@ -36,7 +36,7 @@ com.evolveum.midpoint.infra prism - 3.9 + 4.0-SNAPSHOT com.sun.xml.bind diff --git a/weblogic-build/pom.xml b/weblogic-build/pom.xml index 0a62127c34c..eb2370df2d4 100644 --- a/weblogic-build/pom.xml +++ b/weblogic-build/pom.xml @@ -20,7 +20,7 @@ com.evolveum.midpoint.dist midPoint-weblogic ear - 3.9 + 4.0-SNAPSHOT midPoint distribution for WebLogic Server https://github.com/Evolveum/midpoint.git