From c61674297479593980330173b0fcc6e128e4279c Mon Sep 17 00:00:00 2001 From: Radovan Semancik Date: Fri, 9 Nov 2018 13:17:42 +0100 Subject: [PATCH] Release 3.9 (Galileo) --- 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 +- .../main/resources/xml/ns/public/types-3.xsd | 2 +- infra/schema-pure-jaxb/pom.xml | 4 +- infra/schema/pom.xml | 12 ++-- .../xml/ns/public/common/common-3.xsd | 2 +- 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 | 4 +- 79 files changed, 759 insertions(+), 759 deletions(-) diff --git a/build-system/pom.xml b/build-system/pom.xml index e4eb3e67797..47641e620ea 100644 --- a/build-system/pom.xml +++ b/build-system/pom.xml @@ -25,7 +25,7 @@ com.evolveum.midpoint midpoint - 3.9-SNAPSHOT + 3.9 diff --git a/custom/pom.xml b/custom/pom.xml index 1cca125309f..3bd3f3fe6c0 100644 --- a/custom/pom.xml +++ b/custom/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../build-system/pom.xml diff --git a/dist/midpoint-api/pom.xml b/dist/midpoint-api/pom.xml index 6491818c696..c7a9a9c9993 100644 --- a/dist/midpoint-api/pom.xml +++ b/dist/midpoint-api/pom.xml @@ -24,7 +24,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../../build-system/pom.xml @@ -51,31 +51,31 @@ com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 compile com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 compile com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 compile com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 compile com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 compile diff --git a/dist/pom.xml b/dist/pom.xml index 066b2adbfa8..42cba61395e 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -24,7 +24,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../build-system/pom.xml @@ -51,14 +51,14 @@ com.evolveum.midpoint.gui admin-gui - 3.9-SNAPSHOT + 3.9 war executable com.evolveum.midpoint.tools ninja - 3.9-SNAPSHOT + 3.9 org.testng @@ -72,7 +72,7 @@ com.evolveum.midpoint.tools schema-dist-maven-plugin - 3.9-SNAPSHOT + 3.9 schemadist-prism diff --git a/gui/admin-gui/pom.xml b/gui/admin-gui/pom.xml index dd18030aa77..afa32010599 100644 --- a/gui/admin-gui/pom.xml +++ b/gui/admin-gui/pom.xml @@ -24,7 +24,7 @@ gui com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -313,22 +313,22 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 jaxb-impl @@ -347,63 +347,63 @@ com.evolveum.midpoint.repo repo-common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model report-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-enforcer-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model workflow-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model certification-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo audit-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 runtime @@ -423,7 +423,7 @@ com.evolveum.midpoint.repo repo-cache - 3.9-SNAPSHOT + 3.9 jaxb-impl @@ -442,31 +442,31 @@ com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo security-enforcer-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.model model-impl - 3.9-SNAPSHOT + 3.9 runtime @@ -478,31 +478,31 @@ com.evolveum.midpoint.model certification-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.model workflow-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.model notifications-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.provisioning provisioning-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.model report-impl - 3.9-SNAPSHOT + 3.9 runtime @@ -519,7 +519,7 @@ com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 xml-apis @@ -735,31 +735,31 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test com.evolveum.icf dummy-resource - 3.9-SNAPSHOT + 3.9 test @@ -890,7 +890,7 @@ com.evolveum.midpoint.model model-test - 3.9-SNAPSHOT + 3.9 test diff --git a/gui/pom.xml b/gui/pom.xml index eb5568f883f..5ad4c3ea710 100644 --- a/gui/pom.xml +++ b/gui/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../build-system/pom.xml diff --git a/icf-connectors/dummy-connector-fake/pom.xml b/icf-connectors/dummy-connector-fake/pom.xml index 9c4cce34da2..b86074ef1a8 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git diff --git a/icf-connectors/dummy-connector/pom.xml b/icf-connectors/dummy-connector/pom.xml index 7f477db882c..55292aff21f 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -40,7 +40,7 @@ com.evolveum.icf dummy-resource - 3.9-SNAPSHOT + 3.9 commons-lang diff --git a/icf-connectors/dummy-resource/pom.xml b/icf-connectors/dummy-resource/pom.xml index da5903b3f4e..ce59ab4fd3f 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -36,7 +36,7 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 commons-lang diff --git a/icf-connectors/pom.xml b/icf-connectors/pom.xml index 1f9719a940d..36bfd267a6f 100644 --- a/icf-connectors/pom.xml +++ b/icf-connectors/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../build-system/pom.xml @@ -55,7 +55,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/infra/common/pom.xml b/infra/common/pom.xml index ccf4c351d62..d70c8cb2712 100644 --- a/infra/common/pom.xml +++ b/infra/common/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,17 +35,17 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 org.jetbrains @@ -106,13 +106,13 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/infra/pom.xml b/infra/pom.xml index 9d9dc8226e8..a25fa6c568c 100644 --- a/infra/pom.xml +++ b/infra/pom.xml @@ -22,7 +22,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../build-system/pom.xml diff --git a/infra/prism-maven-plugin/pom.xml b/infra/prism-maven-plugin/pom.xml index 7d0219baa90..a601d117380 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -37,12 +37,12 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 org.apache.maven diff --git a/infra/prism/pom.xml b/infra/prism/pom.xml index 3f846e94005..ac959ae8c30 100644 --- a/infra/prism/pom.xml +++ b/infra/prism/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,7 +35,7 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 @@ -188,7 +188,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/infra/prism/src/main/resources/xml/ns/public/types-3.xsd b/infra/prism/src/main/resources/xml/ns/public/types-3.xsd index 9c8bbfd35aa..bf624c0a00f 100644 --- a/infra/prism/src/main/resources/xml/ns/public/types-3.xsd +++ b/infra/prism/src/main/resources/xml/ns/public/types-3.xsd @@ -30,7 +30,7 @@ Basic Prism types. - Version: 3.7-SNAPSHOT + Version: 3.9 Recommended namespace prefix: t diff --git a/infra/schema-pure-jaxb/pom.xml b/infra/schema-pure-jaxb/pom.xml index a19bda1cfb1..d62b199ebac 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -70,7 +70,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/infra/schema/pom.xml b/infra/schema/pom.xml index 9b01e988a34..d4974042bc6 100644 --- a/infra/schema/pom.xml +++ b/infra/schema/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,12 +35,12 @@ com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 org.springframework @@ -126,7 +126,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -266,7 +266,7 @@ com.evolveum.midpoint.tools xjc-plugin - 3.9-SNAPSHOT + 3.9 com.sun.xml.bind @@ -278,7 +278,7 @@ com.evolveum.midpoint.infra prism-maven-plugin - 3.9-SNAPSHOT + 3.9 src/main/resources/xml/ns/public/common/common-3.xsd diff --git a/infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd b/infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd index e6db5b651d7..f70b6eefae7 100644 --- a/infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd +++ b/infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd @@ -46,7 +46,7 @@ https://wiki.evolveum.com/display/midPoint/Data+Model for more details. -

Version: 3.9-SNAPSHOT

+

Version: 3.9

Recommended namespace prefix: (default), c

diff --git a/infra/test-util/pom.xml b/infra/test-util/pom.xml index 9c1436bb732..67457c420cc 100644 --- a/infra/test-util/pom.xml +++ b/infra/test-util/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -43,17 +43,17 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 commons-lang @@ -122,7 +122,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 diff --git a/infra/util/pom.xml b/infra/util/pom.xml index f920b49270e..0c4743197ba 100644 --- a/infra/util/pom.xml +++ b/infra/util/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git diff --git a/infra/ws-util/pom.xml b/infra/ws-util/pom.xml index ef58adfb7f3..92cd1504b3a 100644 --- a/infra/ws-util/pom.xml +++ b/infra/ws-util/pom.xml @@ -24,7 +24,7 @@ infra com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -81,7 +81,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/model/certification-api/pom.xml b/model/certification-api/pom.xml index 5e34ecbdd46..19c9d2f22e7 100644 --- a/model/certification-api/pom.xml +++ b/model/certification-api/pom.xml @@ -21,7 +21,7 @@ model com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 4.0.0 midPoint Access Certification - api @@ -37,22 +37,22 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 org.jetbrains @@ -65,7 +65,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/model/certification-impl/pom.xml b/model/certification-impl/pom.xml index 6275ea1943b..af8c5389fdd 100644 --- a/model/certification-impl/pom.xml +++ b/model/certification-impl/pom.xml @@ -24,7 +24,7 @@ model com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,72 +35,72 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model certification-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-impl - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-enforcer-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model workflow-api - 3.9-SNAPSHOT + 3.9 @@ -136,62 +136,62 @@ com.evolveum.midpoint.model notifications-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-impl - 3.9-SNAPSHOT + 3.9 test-jar test com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model notifications-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model workflow-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model report-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model report-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.icf dummy-resource - 3.9-SNAPSHOT + 3.9 test @@ -202,7 +202,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -228,43 +228,43 @@ com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-enforcer-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.provisioning provisioning-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-test - 3.9-SNAPSHOT + 3.9 test diff --git a/model/model-api/pom.xml b/model/model-api/pom.xml index ad4b5c26232..8387d66a924 100644 --- a/model/model-api/pom.xml +++ b/model/model-api/pom.xml @@ -24,7 +24,7 @@ model com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 Evolveum @@ -50,47 +50,47 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-enforcer-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo audit-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/model/model-client/pom.xml b/model/model-client/pom.xml index b70e5e6d1d3..a989e5986ca 100644 --- a/model/model-client/pom.xml +++ b/model/model-client/pom.xml @@ -24,7 +24,7 @@ model com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -115,7 +115,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -214,7 +214,7 @@ com.evolveum.midpoint.tools xjc-plugin - 3.9-SNAPSHOT + 3.9
diff --git a/model/model-common/pom.xml b/model/model-common/pom.xml index 1aa46d810c6..e5477b0e519 100644 --- a/model/model-common/pom.xml +++ b/model/model-common/pom.xml @@ -24,7 +24,7 @@ model com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 Evolveum @@ -50,52 +50,52 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo audit-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 diff --git a/model/workflow-api/pom.xml b/model/workflow-api/pom.xml index 0000b448d2f..3b241774f3b 100644 --- a/model/workflow-api/pom.xml +++ b/model/workflow-api/pom.xml @@ -21,7 +21,7 @@ model com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 4.0.0 midPoint Workflow - api @@ -37,43 +37,43 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 diff --git a/model/workflow-impl/pom.xml b/model/workflow-impl/pom.xml index e524aee948d..4f28ce28c4c 100644 --- a/model/workflow-impl/pom.xml +++ b/model/workflow-impl/pom.xml @@ -24,7 +24,7 @@ model com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,82 +35,82 @@ com.evolveum.midpoint.model workflow-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-impl - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning provisioning-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo audit-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-enforcer-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 @@ -130,7 +130,7 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 provided @@ -186,44 +186,44 @@ com.evolveum.midpoint.model notifications-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-impl - 3.9-SNAPSHOT + 3.9 test-jar test com.evolveum.midpoint.model notifications-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model report-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model report-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test @@ -234,7 +234,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -260,43 +260,43 @@ com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-enforcer-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.provisioning provisioning-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-test - 3.9-SNAPSHOT + 3.9 test diff --git a/pom.xml b/pom.xml index ccee02a8f03..de4cd248f6d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ midPoint Project com.evolveum.midpoint midpoint - 3.9-SNAPSHOT + 3.9 pom Utility module to compile all of the maven based midPoint projects. diff --git a/provisioning/pom.xml b/provisioning/pom.xml index 74ad575efba..b63f89655d1 100644 --- a/provisioning/pom.xml +++ b/provisioning/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../build-system/pom.xml diff --git a/provisioning/provisioning-api/pom.xml b/provisioning/provisioning-api/pom.xml index b38342ddf1c..4381e994026 100644 --- a/provisioning/provisioning-api/pom.xml +++ b/provisioning/provisioning-api/pom.xml @@ -25,7 +25,7 @@ provisioning com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -36,32 +36,32 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/provisioning/provisioning-impl/pom.xml b/provisioning/provisioning-impl/pom.xml index 72b8a0fc57c..117cb55e578 100644 --- a/provisioning/provisioning-impl/pom.xml +++ b/provisioning/provisioning-impl/pom.xml @@ -24,7 +24,7 @@ provisioning com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,70 +35,70 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning provisioning-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning ucf-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-cache - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning ucf-impl-connid - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.provisioning ucf-impl-builtin - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo repo-common - 3.9-SNAPSHOT + 3.9 commons-lang @@ -126,19 +126,19 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test @@ -149,19 +149,19 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 test @@ -172,13 +172,13 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test @@ -221,13 +221,13 @@ com.evolveum.icf dummy-connector - 3.9-SNAPSHOT + 3.9 test com.evolveum.icf dummy-resource - 3.9-SNAPSHOT + 3.9 test diff --git a/provisioning/ucf-api/pom.xml b/provisioning/ucf-api/pom.xml index f9b9b34b179..fd5783daab5 100644 --- a/provisioning/ucf-api/pom.xml +++ b/provisioning/ucf-api/pom.xml @@ -25,7 +25,7 @@ provisioning com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -36,22 +36,22 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 commons-lang @@ -64,7 +64,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/provisioning/ucf-impl-builtin/pom.xml b/provisioning/ucf-impl-builtin/pom.xml index 567fd13c4bb..540a5b92508 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-SNAPSHOT + 3.9 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-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning ucf-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 commons-lang @@ -94,19 +94,19 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test @@ -117,19 +117,19 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 test @@ -140,13 +140,13 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test @@ -162,7 +162,7 @@ com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test diff --git a/provisioning/ucf-impl-connid/pom.xml b/provisioning/ucf-impl-connid/pom.xml index ef452370774..e05e8d28d8f 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,32 +35,32 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning ucf-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 @@ -107,19 +107,19 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test @@ -130,19 +130,19 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 test @@ -153,13 +153,13 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test @@ -202,13 +202,13 @@ com.evolveum.icf dummy-connector - 3.9-SNAPSHOT + 3.9 test com.evolveum.icf dummy-resource - 3.9-SNAPSHOT + 3.9 test @@ -229,7 +229,7 @@ com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/audit-api/pom.xml b/repo/audit-api/pom.xml index b592522e3ba..6ff0ebaa2fd 100644 --- a/repo/audit-api/pom.xml +++ b/repo/audit-api/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,17 +35,17 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 commons-configuration @@ -55,13 +55,13 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 org.jetbrains diff --git a/repo/audit-impl/pom.xml b/repo/audit-impl/pom.xml index f839fc5caa1..b27fcaba793 100644 --- a/repo/audit-impl/pom.xml +++ b/repo/audit-impl/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,32 +35,32 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo audit-api - 3.9-SNAPSHOT + 3.9 commons-configuration @@ -84,7 +84,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -100,13 +100,13 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test @@ -117,7 +117,7 @@ com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/pom.xml b/repo/pom.xml index 0bf3995455c..38857747ea2 100644 --- a/repo/pom.xml +++ b/repo/pom.xml @@ -22,7 +22,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../build-system/pom.xml diff --git a/repo/repo-api/pom.xml b/repo/repo-api/pom.xml index 50d49cd5b91..22b01e938c9 100644 --- a/repo/repo-api/pom.xml +++ b/repo/repo-api/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,17 +35,17 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 commons-lang @@ -62,7 +62,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/repo-cache/pom.xml b/repo/repo-cache/pom.xml index cecb8aa7643..c016dcf20cb 100644 --- a/repo/repo-cache/pom.xml +++ b/repo/repo-cache/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,27 +35,27 @@ com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 commons-lang @@ -89,7 +89,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/repo-common/pom.xml b/repo/repo-common/pom.xml index d4b8edd5daa..39583e188c3 100644 --- a/repo/repo-common/pom.xml +++ b/repo/repo-common/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 Evolveum @@ -50,42 +50,42 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-cache - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 org.jetbrains @@ -132,49 +132,49 @@ com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/repo-sql-impl-test/pom.xml b/repo/repo-sql-impl-test/pom.xml index b79aec36732..573b78998d0 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -36,37 +36,37 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo audit-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 @@ -143,13 +143,13 @@ com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test @@ -188,7 +188,7 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/repo-sql-impl/pom.xml b/repo/repo-sql-impl/pom.xml index 68f3f5611f3..b5f791a0aa6 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -64,12 +64,12 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 commons-beanutils @@ -80,32 +80,32 @@ com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo audit-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 @@ -217,7 +217,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/repo-test-util/pom.xml b/repo/repo-test-util/pom.xml index 457c689e559..a543f2332cb 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -34,47 +34,47 @@ com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-cache - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo audit-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 @@ -113,7 +113,7 @@ com.evolveum.icf dummy-resource - 3.9-SNAPSHOT + 3.9 org.forgerock.opendj @@ -122,7 +122,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 org.slf4j diff --git a/repo/security-api/pom.xml b/repo/security-api/pom.xml index d3d57f7efbd..61b7767c1cb 100644 --- a/repo/security-api/pom.xml +++ b/repo/security-api/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,17 +35,17 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 @@ -79,7 +79,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/security-enforcer-api/pom.xml b/repo/security-enforcer-api/pom.xml index 66f154d192a..729ac56e671 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,27 +35,27 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 @@ -74,7 +74,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/security-enforcer-impl/pom.xml b/repo/security-enforcer-impl/pom.xml index 979558788d7..cb6b027f75d 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,42 +35,42 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-enforcer-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 @@ -98,7 +98,7 @@ com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 test @@ -109,7 +109,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -120,31 +120,31 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/security-impl/pom.xml b/repo/security-impl/pom.xml index 6baafee9ea3..617787588c1 100644 --- a/repo/security-impl/pom.xml +++ b/repo/security-impl/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,33 +35,33 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 test @@ -94,7 +94,7 @@ com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 test @@ -105,7 +105,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -116,31 +116,31 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/system-init/pom.xml b/repo/system-init/pom.xml index 685bd90edba..957c0a50955 100644 --- a/repo/system-init/pom.xml +++ b/repo/system-init/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -43,42 +43,42 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo audit-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 commons-lang @@ -134,13 +134,13 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/task-api/pom.xml b/repo/task-api/pom.xml index bd5584d07a2..8f026e75c23 100644 --- a/repo/task-api/pom.xml +++ b/repo/task-api/pom.xml @@ -24,7 +24,7 @@ repo com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,22 +35,22 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 stax @@ -64,7 +64,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/repo/task-quartz-impl/pom.xml b/repo/task-quartz-impl/pom.xml index e4e1cfa3202..26fa69d096a 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -35,37 +35,37 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 commons-lang @@ -131,7 +131,7 @@ com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 provided @@ -144,19 +144,19 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 test @@ -172,7 +172,7 @@ com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 test @@ -189,7 +189,7 @@ com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test @@ -200,13 +200,13 @@ com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test diff --git a/samples/model-client-sample/pom.xml b/samples/model-client-sample/pom.xml index 7296fc3f7f2..5a5aa639792 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-SNAPSHOT + 3.9 1.8 3.1.6 @@ -180,7 +180,7 @@ com.evolveum.midpoint.model model-client - 3.9-SNAPSHOT + 3.9 org.apache.cxf diff --git a/samples/pom.xml b/samples/pom.xml index fabf89e5eba..2fa599c3147 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../build-system/pom.xml diff --git a/samples/samples-test/pom.xml b/samples/samples-test/pom.xml index 3ba4f199c61..e3af560be51 100644 --- a/samples/samples-test/pom.xml +++ b/samples/samples-test/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../../build-system/pom.xml @@ -72,49 +72,49 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-test - 3.9-SNAPSHOT + 3.9 test @@ -125,7 +125,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -152,61 +152,61 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.provisioning provisioning-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-enforcer-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test @@ -217,7 +217,7 @@ com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test diff --git a/testing/conntest/pom.xml b/testing/conntest/pom.xml index 1ccf5325dc5..2cd5179f986 100644 --- a/testing/conntest/pom.xml +++ b/testing/conntest/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../../build-system/pom.xml @@ -60,94 +60,94 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning provisioning-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.model model-test - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning provisioning-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo security-enforcer-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo repo-common - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 org.apache.directory.api @@ -172,7 +172,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -195,19 +195,19 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test @@ -223,7 +223,7 @@ com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test diff --git a/testing/longtest/pom.xml b/testing/longtest/pom.xml index 8759ca1fd36..13ec42ec2c8 100644 --- a/testing/longtest/pom.xml +++ b/testing/longtest/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../../build-system/pom.xml @@ -60,87 +60,87 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-impl - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-test - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning provisioning-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo security-enforcer-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.icf dummy-resource - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 @@ -169,7 +169,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -192,19 +192,19 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test @@ -220,7 +220,7 @@ com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test diff --git a/testing/pom.xml b/testing/pom.xml index 25666798c94..8740c3a5c23 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -24,7 +24,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../build-system/pom.xml diff --git a/testing/rest/pom.xml b/testing/rest/pom.xml index eb78def63ea..28a99d2c60e 100644 --- a/testing/rest/pom.xml +++ b/testing/rest/pom.xml @@ -20,7 +20,7 @@ com.evolveum.midpoint parent - 3.9-SNAPSHOT + 3.9 ../../build-system/pom.xml rest @@ -43,66 +43,66 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.provisioning provisioning-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning provisioning-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 @@ -138,19 +138,19 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-enforcer-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 test @@ -172,25 +172,25 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-test - 3.9-SNAPSHOT + 3.9 test @@ -206,7 +206,7 @@ com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test diff --git a/testing/sanity/pom.xml b/testing/sanity/pom.xml index fe93c770c51..3b7cbe95bce 100644 --- a/testing/sanity/pom.xml +++ b/testing/sanity/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../../build-system/pom.xml @@ -60,115 +60,115 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model model-test - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.provisioning provisioning-api - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.provisioning provisioning-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-enforcer-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model report-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model notifications-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.model workflow-impl - 3.9-SNAPSHOT + 3.9 test @@ -209,7 +209,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -232,19 +232,19 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test @@ -255,7 +255,7 @@ com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test diff --git a/testing/schrodingertest/pom.xml b/testing/schrodingertest/pom.xml index 208897da009..ec50b22f81d 100644 --- a/testing/schrodingertest/pom.xml +++ b/testing/schrodingertest/pom.xml @@ -5,7 +5,7 @@ testing com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 4.0.0 @@ -32,7 +32,7 @@ com.evolveum.midpoint.tools schrodinger - 3.9-SNAPSHOT + 3.9 org.seleniumhq.selenium diff --git a/testing/selenidetest/pom.xml b/testing/selenidetest/pom.xml index c9347f1b63d..ff58ab4d147 100644 --- a/testing/selenidetest/pom.xml +++ b/testing/selenidetest/pom.xml @@ -11,7 +11,7 @@ testing com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -57,7 +57,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test diff --git a/testing/story/pom.xml b/testing/story/pom.xml index 6fb3926137b..b7205bf4fbc 100644 --- a/testing/story/pom.xml +++ b/testing/story/pom.xml @@ -23,7 +23,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../../build-system/pom.xml @@ -60,123 +60,123 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra schema - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.infra common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo repo-cache - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo audit-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-impl - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model model-common - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model workflow-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model workflow-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.model notifications-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.model notifications-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.model model-test - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning provisioning-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.provisioning provisioning-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo task-api - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.repo task-quartz-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo audit-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo security-impl - 3.9-SNAPSHOT + 3.9 runtime com.evolveum.midpoint.repo repo-test-util - 3.9-SNAPSHOT + 3.9 com.evolveum.icf dummy-resource - 3.9-SNAPSHOT + 3.9 @@ -213,7 +213,7 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test @@ -241,25 +241,25 @@ com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo security-enforcer-impl - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.repo repo-sql-impl-test - 3.9-SNAPSHOT + 3.9 test @@ -275,7 +275,7 @@ com.evolveum.midpoint.repo system-init - 3.9-SNAPSHOT + 3.9 test diff --git a/testing/wstest/pom.xml b/testing/wstest/pom.xml index de425d95b9b..60fa5fa6cc9 100644 --- a/testing/wstest/pom.xml +++ b/testing/wstest/pom.xml @@ -22,7 +22,7 @@ com.evolveum.midpoint parent - 3.9-SNAPSHOT + 3.9 ../../build-system/pom.xml wstest @@ -42,7 +42,7 @@ com.evolveum.midpoint.model model-client - 3.9-SNAPSHOT + 3.9 @@ -106,13 +106,13 @@ com.evolveum.midpoint.tools test-ng - 3.9-SNAPSHOT + 3.9 test com.evolveum.midpoint.infra test-util - 3.9-SNAPSHOT + 3.9 test @@ -123,7 +123,7 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 test diff --git a/tools/midpoint-war-layout/pom.xml b/tools/midpoint-war-layout/pom.xml index df558fbe8a9..be05f9a0907 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-SNAPSHOT + 3.9 4.0.0 diff --git a/tools/ninja/pom.xml b/tools/ninja/pom.xml index 1548bf4f3a0..d27ddec3e44 100644 --- a/tools/ninja/pom.xml +++ b/tools/ninja/pom.xml @@ -23,12 +23,12 @@ com.evolveum.midpoint tools - 3.9-SNAPSHOT + 3.9 com.evolveum.midpoint.tools ninja - 3.9-SNAPSHOT + 3.9 jar ninja diff --git a/tools/pom.xml b/tools/pom.xml index c6285d0abbb..18430dc1335 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -24,7 +24,7 @@ parent com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 ../build-system/pom.xml diff --git a/tools/schema-dist-maven-plugin/pom.xml b/tools/schema-dist-maven-plugin/pom.xml index 62632458187..23220b4d8ac 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-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -72,7 +72,7 @@ com.evolveum.midpoint.infra util - 3.9-SNAPSHOT + 3.9 diff --git a/tools/schrodinger/pom.xml b/tools/schrodinger/pom.xml index 52361c99566..578aa458e76 100644 --- a/tools/schrodinger/pom.xml +++ b/tools/schrodinger/pom.xml @@ -22,14 +22,14 @@ tools com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 4.0.0 com.evolveum.midpoint.tools schrodinger - 3.9-SNAPSHOT + 3.9 jar schrodinger diff --git a/tools/test-ng/pom.xml b/tools/test-ng/pom.xml index 1461258fd81..ac9ff6f58f6 100644 --- a/tools/test-ng/pom.xml +++ b/tools/test-ng/pom.xml @@ -24,7 +24,7 @@ tools com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git diff --git a/tools/xjc-plugin/pom.xml b/tools/xjc-plugin/pom.xml index d7e13af0234..2093aba510f 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-SNAPSHOT + 3.9 jar midPoint Infrastructure - xjc plugin tools com.evolveum.midpoint - 3.9-SNAPSHOT + 3.9 https://github.com/Evolveum/midpoint.git @@ -36,7 +36,7 @@ com.evolveum.midpoint.infra prism - 3.9-SNAPSHOT + 3.9 com.sun.xml.bind diff --git a/weblogic-build/pom.xml b/weblogic-build/pom.xml index 1cc5c10b4bb..0a62127c34c 100644 --- a/weblogic-build/pom.xml +++ b/weblogic-build/pom.xml @@ -20,7 +20,7 @@ com.evolveum.midpoint.dist midPoint-weblogic ear - 3.9-SNAPSHOT + 3.9 midPoint distribution for WebLogic Server https://github.com/Evolveum/midpoint.git @@ -40,7 +40,7 @@ com.evolveum.midpoint.gui admin-gui - 3.9-SNAPSHOT + 3.9 war