From 9f96eb5073e51a41af732a4c4fa4c8a8e025da21 Mon Sep 17 00:00:00 2001 From: Boris Stanojevic Date: Tue, 27 Feb 2024 17:17:38 +0100 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- boot/ipf-atna-spring-boot-starter/pom.xml | 2 +- boot/ipf-fhir-r4-spring-boot-starter/pom.xml | 2 +- boot/ipf-fhir-stu3-spring-boot-starter/pom.xml | 2 +- boot/ipf-hl7-spring-boot-starter/pom.xml | 2 +- boot/ipf-hl7v3-spring-boot-starter/pom.xml | 2 +- boot/ipf-hpd-spring-boot-starter/pom.xml | 2 +- boot/ipf-spring-boot-starter/pom.xml | 2 +- boot/ipf-xacml20-spring-boot-starter/pom.xml | 2 +- boot/ipf-xds-spring-boot-starter/pom.xml | 2 +- boot/pom.xml | 2 +- commons/audit/pom.xml | 2 +- commons/core/pom.xml | 2 +- commons/ihe/core/pom.xml | 2 +- commons/ihe/fhir/core/pom.xml | 2 +- commons/ihe/fhir/pom.xml | 2 +- commons/ihe/fhir/r4/audit/pom.xml | 2 +- commons/ihe/fhir/r4/chppqm/pom.xml | 2 +- commons/ihe/fhir/r4/core/pom.xml | 2 +- commons/ihe/fhir/r4/mhd/pom.xml | 2 +- commons/ihe/fhir/r4/pixpdq/pom.xml | 2 +- commons/ihe/fhir/r4/pom.xml | 2 +- commons/ihe/fhir/r4/qedm/pom.xml | 2 +- commons/ihe/fhir/stu3/audit/pom.xml | 2 +- commons/ihe/fhir/stu3/core/pom.xml | 2 +- commons/ihe/fhir/stu3/mhd/pom.xml | 2 +- commons/ihe/fhir/stu3/pixpdq/pom.xml | 2 +- commons/ihe/fhir/stu3/pom.xml | 2 +- commons/ihe/fhir/stu3/qedm/pom.xml | 2 +- commons/ihe/hl7v2/pom.xml | 2 +- commons/ihe/hl7v2ws/pom.xml | 2 +- commons/ihe/hl7v3/pom.xml | 2 +- commons/ihe/hpd/pom.xml | 2 +- commons/ihe/pom.xml | 2 +- commons/ihe/ws/pom.xml | 2 +- commons/ihe/xacml20/impl/pom.xml | 2 +- commons/ihe/xacml20/model/pom.xml | 2 +- commons/ihe/xacml20/pom.xml | 2 +- commons/ihe/xds/pom.xml | 2 +- commons/ihe/xua/pom.xml | 2 +- commons/map/pom.xml | 2 +- commons/pom.xml | 2 +- commons/spring/pom.xml | 2 +- commons/xml/pom.xml | 2 +- dependencies/pom.xml | 4 ++-- modules/cda/core/pom.xml | 2 +- modules/cda/mdht/pom.xml | 2 +- modules/cda/pom.xml | 2 +- modules/hl7-kotlin/pom.xml | 2 +- modules/hl7/pom.xml | 2 +- modules/pom.xml | 2 +- platform-camel/cda/pom.xml | 2 +- platform-camel/core/pom.xml | 2 +- platform-camel/hl7/pom.xml | 2 +- platform-camel/ihe/atna/pom.xml | 2 +- platform-camel/ihe/continua/pom.xml | 2 +- platform-camel/ihe/core/pom.xml | 2 +- platform-camel/ihe/fhir/core/pom.xml | 2 +- platform-camel/ihe/fhir/pom.xml | 2 +- platform-camel/ihe/fhir/r4/audit/pom.xml | 2 +- platform-camel/ihe/fhir/r4/chppqm/pom.xml | 2 +- platform-camel/ihe/fhir/r4/mhd/pom.xml | 2 +- platform-camel/ihe/fhir/r4/pixpdq/pom.xml | 2 +- platform-camel/ihe/fhir/r4/pom.xml | 2 +- platform-camel/ihe/fhir/r4/qedm/pom.xml | 2 +- platform-camel/ihe/fhir/r4/test/pom.xml | 2 +- platform-camel/ihe/fhir/stu3/audit/pom.xml | 2 +- platform-camel/ihe/fhir/stu3/mhd/pom.xml | 2 +- platform-camel/ihe/fhir/stu3/pixpdq/pom.xml | 2 +- platform-camel/ihe/fhir/stu3/pom.xml | 2 +- platform-camel/ihe/fhir/stu3/qedm/pom.xml | 2 +- platform-camel/ihe/fhir/stu3/test/pom.xml | 2 +- platform-camel/ihe/hl7v2/pom.xml | 2 +- platform-camel/ihe/hl7v2ws/pom.xml | 2 +- platform-camel/ihe/hl7v3/pom.xml | 2 +- platform-camel/ihe/hpd/pom.xml | 2 +- platform-camel/ihe/mllp/pom.xml | 2 +- platform-camel/ihe/pom.xml | 2 +- platform-camel/ihe/ws/pom.xml | 2 +- platform-camel/ihe/xacml20/pom.xml | 2 +- platform-camel/ihe/xds/pom.xml | 2 +- platform-camel/mdht/pom.xml | 2 +- platform-camel/pom.xml | 2 +- pom.xml | 4 ++-- tutorials/basic/pom.xml | 2 +- tutorials/config/pom.xml | 2 +- tutorials/fhir/pom.xml | 2 +- tutorials/hl7/pom.xml | 2 +- tutorials/iheclient/pom.xml | 2 +- tutorials/pom.xml | 2 +- tutorials/xds/pom.xml | 2 +- 90 files changed, 92 insertions(+), 92 deletions(-) diff --git a/boot/ipf-atna-spring-boot-starter/pom.xml b/boot/ipf-atna-spring-boot-starter/pom.xml index 8fb44bafd9..51009ad4dd 100644 --- a/boot/ipf-atna-spring-boot-starter/pom.xml +++ b/boot/ipf-atna-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ org.openehealth.ipf.boot ipf-spring-boot - 4.8-m8 + 4.8-SNAPSHOT ipf-atna-spring-boot-starter diff --git a/boot/ipf-fhir-r4-spring-boot-starter/pom.xml b/boot/ipf-fhir-r4-spring-boot-starter/pom.xml index 0e67b36730..c8b436f763 100644 --- a/boot/ipf-fhir-r4-spring-boot-starter/pom.xml +++ b/boot/ipf-fhir-r4-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ org.openehealth.ipf.boot ipf-spring-boot - 4.8-m8 + 4.8-SNAPSHOT ipf-fhir-r4-spring-boot-starter diff --git a/boot/ipf-fhir-stu3-spring-boot-starter/pom.xml b/boot/ipf-fhir-stu3-spring-boot-starter/pom.xml index 1043bbbd4c..fa4d1f7b81 100644 --- a/boot/ipf-fhir-stu3-spring-boot-starter/pom.xml +++ b/boot/ipf-fhir-stu3-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ org.openehealth.ipf.boot ipf-spring-boot - 4.8-m8 + 4.8-SNAPSHOT ipf-fhir-stu3-spring-boot-starter diff --git a/boot/ipf-hl7-spring-boot-starter/pom.xml b/boot/ipf-hl7-spring-boot-starter/pom.xml index 98db21ecb5..a0c5029ef3 100644 --- a/boot/ipf-hl7-spring-boot-starter/pom.xml +++ b/boot/ipf-hl7-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ org.openehealth.ipf.boot ipf-spring-boot - 4.8-m8 + 4.8-SNAPSHOT ipf-hl7-spring-boot-starter diff --git a/boot/ipf-hl7v3-spring-boot-starter/pom.xml b/boot/ipf-hl7v3-spring-boot-starter/pom.xml index 5b6cb9938c..0a0b46ec58 100644 --- a/boot/ipf-hl7v3-spring-boot-starter/pom.xml +++ b/boot/ipf-hl7v3-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ org.openehealth.ipf.boot ipf-spring-boot - 4.8-m8 + 4.8-SNAPSHOT ipf-hl7v3-spring-boot-starter diff --git a/boot/ipf-hpd-spring-boot-starter/pom.xml b/boot/ipf-hpd-spring-boot-starter/pom.xml index e54b4ab18e..f1f152522f 100644 --- a/boot/ipf-hpd-spring-boot-starter/pom.xml +++ b/boot/ipf-hpd-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ org.openehealth.ipf.boot ipf-spring-boot - 4.8-m8 + 4.8-SNAPSHOT ipf-hpd-spring-boot-starter diff --git a/boot/ipf-spring-boot-starter/pom.xml b/boot/ipf-spring-boot-starter/pom.xml index 076e1a8a9b..58638c48a1 100644 --- a/boot/ipf-spring-boot-starter/pom.xml +++ b/boot/ipf-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ org.openehealth.ipf.boot ipf-spring-boot - 4.8-m8 + 4.8-SNAPSHOT ipf-spring-boot-starter diff --git a/boot/ipf-xacml20-spring-boot-starter/pom.xml b/boot/ipf-xacml20-spring-boot-starter/pom.xml index 7c4cf4710e..676c0f294c 100644 --- a/boot/ipf-xacml20-spring-boot-starter/pom.xml +++ b/boot/ipf-xacml20-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ org.openehealth.ipf.boot ipf-spring-boot - 4.8-m8 + 4.8-SNAPSHOT ipf-xacml20-spring-boot-starter diff --git a/boot/ipf-xds-spring-boot-starter/pom.xml b/boot/ipf-xds-spring-boot-starter/pom.xml index 6b0116b309..ec4c11baa2 100644 --- a/boot/ipf-xds-spring-boot-starter/pom.xml +++ b/boot/ipf-xds-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ org.openehealth.ipf.boot ipf-spring-boot - 4.8-m8 + 4.8-SNAPSHOT ipf-xds-spring-boot-starter diff --git a/boot/pom.xml b/boot/pom.xml index 130be3430b..d45769d5ab 100644 --- a/boot/pom.xml +++ b/boot/pom.xml @@ -5,7 +5,7 @@ org.openehealth.ipf ipf - 4.8-m8 + 4.8-SNAPSHOT org.openehealth.ipf.boot diff --git a/commons/audit/pom.xml b/commons/audit/pom.xml index c2d7363431..1cfeaa8106 100644 --- a/commons/audit/pom.xml +++ b/commons/audit/pom.xml @@ -8,7 +8,7 @@ org.openehealth.ipf.commons ipf-commons - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/core/pom.xml b/commons/core/pom.xml index e2100082ec..bfca807c46 100644 --- a/commons/core/pom.xml +++ b/commons/core/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/core/pom.xml b/commons/ihe/core/pom.xml index 6ced3bc2f5..371eb33460 100644 --- a/commons/ihe/core/pom.xml +++ b/commons/ihe/core/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/fhir/core/pom.xml b/commons/ihe/fhir/core/pom.xml index 81e3931a7e..99b4bd3057 100644 --- a/commons/ihe/fhir/core/pom.xml +++ b/commons/ihe/fhir/core/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/fhir/pom.xml b/commons/ihe/fhir/pom.xml index b4e443e114..5e2bd0c782 100644 --- a/commons/ihe/fhir/pom.xml +++ b/commons/ihe/fhir/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 pom diff --git a/commons/ihe/fhir/r4/audit/pom.xml b/commons/ihe/fhir/r4/audit/pom.xml index f2a971eaec..088ff151b2 100644 --- a/commons/ihe/fhir/r4/audit/pom.xml +++ b/commons/ihe/fhir/r4/audit/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir-r4 org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/fhir/r4/chppqm/pom.xml b/commons/ihe/fhir/r4/chppqm/pom.xml index 88ffdaa7c2..3b146043be 100644 --- a/commons/ihe/fhir/r4/chppqm/pom.xml +++ b/commons/ihe/fhir/r4/chppqm/pom.xml @@ -19,7 +19,7 @@ ipf-commons-ihe-fhir-r4 org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/fhir/r4/core/pom.xml b/commons/ihe/fhir/r4/core/pom.xml index fd79c85567..2df851b434 100644 --- a/commons/ihe/fhir/r4/core/pom.xml +++ b/commons/ihe/fhir/r4/core/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir-r4 org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/fhir/r4/mhd/pom.xml b/commons/ihe/fhir/r4/mhd/pom.xml index 485c91d4c4..34c1f15830 100644 --- a/commons/ihe/fhir/r4/mhd/pom.xml +++ b/commons/ihe/fhir/r4/mhd/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir-r4 org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/fhir/r4/pixpdq/pom.xml b/commons/ihe/fhir/r4/pixpdq/pom.xml index e3075a706f..56c6994724 100644 --- a/commons/ihe/fhir/r4/pixpdq/pom.xml +++ b/commons/ihe/fhir/r4/pixpdq/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir-r4 org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/fhir/r4/pom.xml b/commons/ihe/fhir/r4/pom.xml index 6f7d7622bf..844f658691 100644 --- a/commons/ihe/fhir/r4/pom.xml +++ b/commons/ihe/fhir/r4/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 pom diff --git a/commons/ihe/fhir/r4/qedm/pom.xml b/commons/ihe/fhir/r4/qedm/pom.xml index 63fa7676f2..24653555f3 100644 --- a/commons/ihe/fhir/r4/qedm/pom.xml +++ b/commons/ihe/fhir/r4/qedm/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir-r4 org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/fhir/stu3/audit/pom.xml b/commons/ihe/fhir/stu3/audit/pom.xml index 7b98f19901..286be7f1cb 100644 --- a/commons/ihe/fhir/stu3/audit/pom.xml +++ b/commons/ihe/fhir/stu3/audit/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir-stu3 org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/fhir/stu3/core/pom.xml b/commons/ihe/fhir/stu3/core/pom.xml index 9ae6e10a3c..7d9aa49a7b 100644 --- a/commons/ihe/fhir/stu3/core/pom.xml +++ b/commons/ihe/fhir/stu3/core/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir-stu3 org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/fhir/stu3/mhd/pom.xml b/commons/ihe/fhir/stu3/mhd/pom.xml index f2336af0c5..cd0b4fcb44 100644 --- a/commons/ihe/fhir/stu3/mhd/pom.xml +++ b/commons/ihe/fhir/stu3/mhd/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir-stu3 org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/fhir/stu3/pixpdq/pom.xml b/commons/ihe/fhir/stu3/pixpdq/pom.xml index b1dc6a7166..7931106e2f 100644 --- a/commons/ihe/fhir/stu3/pixpdq/pom.xml +++ b/commons/ihe/fhir/stu3/pixpdq/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir-stu3 org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/fhir/stu3/pom.xml b/commons/ihe/fhir/stu3/pom.xml index 8ef188a820..833767f1c9 100644 --- a/commons/ihe/fhir/stu3/pom.xml +++ b/commons/ihe/fhir/stu3/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 pom diff --git a/commons/ihe/fhir/stu3/qedm/pom.xml b/commons/ihe/fhir/stu3/qedm/pom.xml index 35df2e78f1..a150e45aab 100644 --- a/commons/ihe/fhir/stu3/qedm/pom.xml +++ b/commons/ihe/fhir/stu3/qedm/pom.xml @@ -3,7 +3,7 @@ ipf-commons-ihe-fhir-stu3 org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/ihe/hl7v2/pom.xml b/commons/ihe/hl7v2/pom.xml index eeb18d2c3a..960b4675bc 100644 --- a/commons/ihe/hl7v2/pom.xml +++ b/commons/ihe/hl7v2/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/hl7v2ws/pom.xml b/commons/ihe/hl7v2ws/pom.xml index 8b791879b1..bcce08edb3 100644 --- a/commons/ihe/hl7v2ws/pom.xml +++ b/commons/ihe/hl7v2ws/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/hl7v3/pom.xml b/commons/ihe/hl7v3/pom.xml index d09fc14b92..b7dc32484a 100644 --- a/commons/ihe/hl7v3/pom.xml +++ b/commons/ihe/hl7v3/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/hpd/pom.xml b/commons/ihe/hpd/pom.xml index a4c6a43838..28d1b84331 100644 --- a/commons/ihe/hpd/pom.xml +++ b/commons/ihe/hpd/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/pom.xml b/commons/ihe/pom.xml index c906d52218..60351e33f5 100644 --- a/commons/ihe/pom.xml +++ b/commons/ihe/pom.xml @@ -10,7 +10,7 @@ org.openehealth.ipf.commons ipf-commons - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/ws/pom.xml b/commons/ihe/ws/pom.xml index 93f9d3df9e..ea4f811c8d 100644 --- a/commons/ihe/ws/pom.xml +++ b/commons/ihe/ws/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/xacml20/impl/pom.xml b/commons/ihe/xacml20/impl/pom.xml index 931e4122d6..dd9337c7af 100644 --- a/commons/ihe/xacml20/impl/pom.xml +++ b/commons/ihe/xacml20/impl/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons-ihe-xacml20 - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/xacml20/model/pom.xml b/commons/ihe/xacml20/model/pom.xml index b411de8237..7f15cf928c 100644 --- a/commons/ihe/xacml20/model/pom.xml +++ b/commons/ihe/xacml20/model/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons-ihe-xacml20 - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/xacml20/pom.xml b/commons/ihe/xacml20/pom.xml index b4c6529ba5..7bd6150c3d 100644 --- a/commons/ihe/xacml20/pom.xml +++ b/commons/ihe/xacml20/pom.xml @@ -10,7 +10,7 @@ org.openehealth.ipf.commons ipf-commons-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/xds/pom.xml b/commons/ihe/xds/pom.xml index 5b1a790254..0986c04a4c 100644 --- a/commons/ihe/xds/pom.xml +++ b/commons/ihe/xds/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/ihe/xua/pom.xml b/commons/ihe/xua/pom.xml index 940bb0feb0..46ad081083 100644 --- a/commons/ihe/xua/pom.xml +++ b/commons/ihe/xua/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/map/pom.xml b/commons/map/pom.xml index ed8004be0c..9607e6f05c 100644 --- a/commons/map/pom.xml +++ b/commons/map/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/pom.xml b/commons/pom.xml index 7796f990a1..e59dd6155d 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -11,7 +11,7 @@ org.openehealth.ipf ipf - 4.8-m8 + 4.8-SNAPSHOT diff --git a/commons/spring/pom.xml b/commons/spring/pom.xml index c2f4843d9c..37a2a08beb 100644 --- a/commons/spring/pom.xml +++ b/commons/spring/pom.xml @@ -3,7 +3,7 @@ ipf-commons org.openehealth.ipf.commons - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/commons/xml/pom.xml b/commons/xml/pom.xml index 1f95eafcb2..4bbc6451da 100644 --- a/commons/xml/pom.xml +++ b/commons/xml/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.commons ipf-commons - 4.8-m8 + 4.8-SNAPSHOT diff --git a/dependencies/pom.xml b/dependencies/pom.xml index e59854d12e..e053778255 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.openehealth.ipf ipf-dependencies - 4.8-m8 + 4.8-SNAPSHOT ipf-dependencies pom @@ -1045,7 +1045,7 @@ scm:git:git@github.com:oehf/ipf.git scm:git:git@github.com:oehf/ipf.git - ipf-4.8-m8 + HEAD diff --git a/modules/cda/core/pom.xml b/modules/cda/core/pom.xml index a8d7d7edce..e04626e07c 100644 --- a/modules/cda/core/pom.xml +++ b/modules/cda/core/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.modules ipf-modules-cda - 4.8-m8 + 4.8-SNAPSHOT diff --git a/modules/cda/mdht/pom.xml b/modules/cda/mdht/pom.xml index 3b6b4d3222..e315ce47f7 100644 --- a/modules/cda/mdht/pom.xml +++ b/modules/cda/mdht/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.modules ipf-modules-cda - 4.8-m8 + 4.8-SNAPSHOT diff --git a/modules/cda/pom.xml b/modules/cda/pom.xml index b9585fe497..ea454f3e96 100644 --- a/modules/cda/pom.xml +++ b/modules/cda/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.modules ipf-modules - 4.8-m8 + 4.8-SNAPSHOT diff --git a/modules/hl7-kotlin/pom.xml b/modules/hl7-kotlin/pom.xml index 6689f78ea8..e67d3ae926 100644 --- a/modules/hl7-kotlin/pom.xml +++ b/modules/hl7-kotlin/pom.xml @@ -25,7 +25,7 @@ org.openehealth.ipf.modules ipf-modules - 4.8-m8 + 4.8-SNAPSHOT diff --git a/modules/hl7/pom.xml b/modules/hl7/pom.xml index 8f5cdab0eb..6473e9670d 100644 --- a/modules/hl7/pom.xml +++ b/modules/hl7/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.modules ipf-modules - 4.8-m8 + 4.8-SNAPSHOT diff --git a/modules/pom.xml b/modules/pom.xml index 8384050905..50877367e7 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -11,7 +11,7 @@ org.openehealth.ipf ipf - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/cda/pom.xml b/platform-camel/cda/pom.xml index d7b2055eed..8ac9324586 100644 --- a/platform-camel/cda/pom.xml +++ b/platform-camel/cda/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/core/pom.xml b/platform-camel/core/pom.xml index a0765b3a0e..ac03e36ba8 100644 --- a/platform-camel/core/pom.xml +++ b/platform-camel/core/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/hl7/pom.xml b/platform-camel/hl7/pom.xml index b36c6872a8..e24d11d3b2 100644 --- a/platform-camel/hl7/pom.xml +++ b/platform-camel/hl7/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/ihe/atna/pom.xml b/platform-camel/ihe/atna/pom.xml index 5ca331d3ee..a77e083c17 100644 --- a/platform-camel/ihe/atna/pom.xml +++ b/platform-camel/ihe/atna/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/ihe/continua/pom.xml b/platform-camel/ihe/continua/pom.xml index 7c42db0a41..ee447af00d 100644 --- a/platform-camel/ihe/continua/pom.xml +++ b/platform-camel/ihe/continua/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/ihe/core/pom.xml b/platform-camel/ihe/core/pom.xml index c39eecee6f..93d7377445 100644 --- a/platform-camel/ihe/core/pom.xml +++ b/platform-camel/ihe/core/pom.xml @@ -19,7 +19,7 @@ ipf-platform-camel-ihe org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/core/pom.xml b/platform-camel/ihe/fhir/core/pom.xml index a33a732fe5..bc7568e1a8 100644 --- a/platform-camel/ihe/fhir/core/pom.xml +++ b/platform-camel/ihe/fhir/core/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/pom.xml b/platform-camel/ihe/fhir/pom.xml index 9a40da0ccc..a04f6373b5 100644 --- a/platform-camel/ihe/fhir/pom.xml +++ b/platform-camel/ihe/fhir/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 pom diff --git a/platform-camel/ihe/fhir/r4/audit/pom.xml b/platform-camel/ihe/fhir/r4/audit/pom.xml index 646e8a7a7c..d8dc372337 100644 --- a/platform-camel/ihe/fhir/r4/audit/pom.xml +++ b/platform-camel/ihe/fhir/r4/audit/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir-r4 org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/r4/chppqm/pom.xml b/platform-camel/ihe/fhir/r4/chppqm/pom.xml index a71c375c85..aa2c9ec04b 100644 --- a/platform-camel/ihe/fhir/r4/chppqm/pom.xml +++ b/platform-camel/ihe/fhir/r4/chppqm/pom.xml @@ -19,7 +19,7 @@ ipf-platform-camel-ihe-fhir-r4 org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/r4/mhd/pom.xml b/platform-camel/ihe/fhir/r4/mhd/pom.xml index 32a83d253a..10c33c0d73 100644 --- a/platform-camel/ihe/fhir/r4/mhd/pom.xml +++ b/platform-camel/ihe/fhir/r4/mhd/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir-r4 org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/r4/pixpdq/pom.xml b/platform-camel/ihe/fhir/r4/pixpdq/pom.xml index 763ab07243..f501538acb 100644 --- a/platform-camel/ihe/fhir/r4/pixpdq/pom.xml +++ b/platform-camel/ihe/fhir/r4/pixpdq/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir-r4 org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/r4/pom.xml b/platform-camel/ihe/fhir/r4/pom.xml index 8ed7f50295..fcce714109 100644 --- a/platform-camel/ihe/fhir/r4/pom.xml +++ b/platform-camel/ihe/fhir/r4/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 pom diff --git a/platform-camel/ihe/fhir/r4/qedm/pom.xml b/platform-camel/ihe/fhir/r4/qedm/pom.xml index 882e9fcc57..7b3ceef0af 100644 --- a/platform-camel/ihe/fhir/r4/qedm/pom.xml +++ b/platform-camel/ihe/fhir/r4/qedm/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir-r4 org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/r4/test/pom.xml b/platform-camel/ihe/fhir/r4/test/pom.xml index e53f1f69fb..cf27e7a740 100644 --- a/platform-camel/ihe/fhir/r4/test/pom.xml +++ b/platform-camel/ihe/fhir/r4/test/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir-r4 org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/stu3/audit/pom.xml b/platform-camel/ihe/fhir/stu3/audit/pom.xml index 0b1ba6e3a3..06f87c35a3 100644 --- a/platform-camel/ihe/fhir/stu3/audit/pom.xml +++ b/platform-camel/ihe/fhir/stu3/audit/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir-stu3 org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/stu3/mhd/pom.xml b/platform-camel/ihe/fhir/stu3/mhd/pom.xml index e6ee362ad6..d326ff7190 100644 --- a/platform-camel/ihe/fhir/stu3/mhd/pom.xml +++ b/platform-camel/ihe/fhir/stu3/mhd/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir-stu3 org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/stu3/pixpdq/pom.xml b/platform-camel/ihe/fhir/stu3/pixpdq/pom.xml index f60eba184e..9ddeb98d51 100644 --- a/platform-camel/ihe/fhir/stu3/pixpdq/pom.xml +++ b/platform-camel/ihe/fhir/stu3/pixpdq/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir-stu3 org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/stu3/pom.xml b/platform-camel/ihe/fhir/stu3/pom.xml index 4e32d54db8..f6208ea346 100644 --- a/platform-camel/ihe/fhir/stu3/pom.xml +++ b/platform-camel/ihe/fhir/stu3/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 pom diff --git a/platform-camel/ihe/fhir/stu3/qedm/pom.xml b/platform-camel/ihe/fhir/stu3/qedm/pom.xml index bcad8818c5..c9cb0562e3 100644 --- a/platform-camel/ihe/fhir/stu3/qedm/pom.xml +++ b/platform-camel/ihe/fhir/stu3/qedm/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir-stu3 org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/fhir/stu3/test/pom.xml b/platform-camel/ihe/fhir/stu3/test/pom.xml index 3040115aef..ad7fbf3ce0 100644 --- a/platform-camel/ihe/fhir/stu3/test/pom.xml +++ b/platform-camel/ihe/fhir/stu3/test/pom.xml @@ -3,7 +3,7 @@ ipf-platform-camel-ihe-fhir-stu3 org.openehealth.ipf.platform-camel - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/platform-camel/ihe/hl7v2/pom.xml b/platform-camel/ihe/hl7v2/pom.xml index 3847ba712f..ed85a21432 100644 --- a/platform-camel/ihe/hl7v2/pom.xml +++ b/platform-camel/ihe/hl7v2/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/ihe/hl7v2ws/pom.xml b/platform-camel/ihe/hl7v2ws/pom.xml index bc8c27ada1..fd4e391ee4 100644 --- a/platform-camel/ihe/hl7v2ws/pom.xml +++ b/platform-camel/ihe/hl7v2ws/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/ihe/hl7v3/pom.xml b/platform-camel/ihe/hl7v3/pom.xml index 92eea7a5df..39f7bee1df 100644 --- a/platform-camel/ihe/hl7v3/pom.xml +++ b/platform-camel/ihe/hl7v3/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/ihe/hpd/pom.xml b/platform-camel/ihe/hpd/pom.xml index 84224d11dc..daaa49e125 100644 --- a/platform-camel/ihe/hpd/pom.xml +++ b/platform-camel/ihe/hpd/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/ihe/mllp/pom.xml b/platform-camel/ihe/mllp/pom.xml index 0d785fcfba..22036e9937 100644 --- a/platform-camel/ihe/mllp/pom.xml +++ b/platform-camel/ihe/mllp/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/ihe/pom.xml b/platform-camel/ihe/pom.xml index 5104704797..f4a7c4b0e9 100644 --- a/platform-camel/ihe/pom.xml +++ b/platform-camel/ihe/pom.xml @@ -10,7 +10,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/ihe/ws/pom.xml b/platform-camel/ihe/ws/pom.xml index 7f6d3d38dc..cc54bf5b06 100644 --- a/platform-camel/ihe/ws/pom.xml +++ b/platform-camel/ihe/ws/pom.xml @@ -10,7 +10,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/ihe/xacml20/pom.xml b/platform-camel/ihe/xacml20/pom.xml index 9b23a58ad4..5666134101 100644 --- a/platform-camel/ihe/xacml20/pom.xml +++ b/platform-camel/ihe/xacml20/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/ihe/xds/pom.xml b/platform-camel/ihe/xds/pom.xml index 6acd5e00c3..ee6b8e812d 100644 --- a/platform-camel/ihe/xds/pom.xml +++ b/platform-camel/ihe/xds/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel-ihe - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/mdht/pom.xml b/platform-camel/mdht/pom.xml index d53f3ce5c6..c65098d9e3 100644 --- a/platform-camel/mdht/pom.xml +++ b/platform-camel/mdht/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.platform-camel ipf-platform-camel - 4.8-m8 + 4.8-SNAPSHOT diff --git a/platform-camel/pom.xml b/platform-camel/pom.xml index fefe3d5f3f..ac94482c6b 100644 --- a/platform-camel/pom.xml +++ b/platform-camel/pom.xml @@ -11,7 +11,7 @@ org.openehealth.ipf ipf - 4.8-m8 + 4.8-SNAPSHOT diff --git a/pom.xml b/pom.xml index c37e5abd8d..96e335263f 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.openehealth.ipf ipf-dependencies - 4.8-m8 + 4.8-SNAPSHOT dependencies @@ -67,7 +67,7 @@ scm:git:git@github.com:oehf/ipf.git - ipf-4.8-m8 + HEAD diff --git a/tutorials/basic/pom.xml b/tutorials/basic/pom.xml index 48bebad3d3..05e5173fd4 100644 --- a/tutorials/basic/pom.xml +++ b/tutorials/basic/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.tutorials ipf-tutorials - 4.8-m8 + 4.8-SNAPSHOT diff --git a/tutorials/config/pom.xml b/tutorials/config/pom.xml index 9cdda99c67..1538638f2a 100644 --- a/tutorials/config/pom.xml +++ b/tutorials/config/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.tutorials ipf-tutorials - 4.8-m8 + 4.8-SNAPSHOT diff --git a/tutorials/fhir/pom.xml b/tutorials/fhir/pom.xml index 5c2ae233e0..cdfa710b43 100644 --- a/tutorials/fhir/pom.xml +++ b/tutorials/fhir/pom.xml @@ -19,7 +19,7 @@ ipf-tutorials org.openehealth.ipf.tutorials - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/tutorials/hl7/pom.xml b/tutorials/hl7/pom.xml index 1b8d4a3f27..6686b9e1c6 100644 --- a/tutorials/hl7/pom.xml +++ b/tutorials/hl7/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.tutorials ipf-tutorials - 4.8-m8 + 4.8-SNAPSHOT diff --git a/tutorials/iheclient/pom.xml b/tutorials/iheclient/pom.xml index 46c5b2ae23..e838d872d5 100644 --- a/tutorials/iheclient/pom.xml +++ b/tutorials/iheclient/pom.xml @@ -3,7 +3,7 @@ ipf-tutorials org.openehealth.ipf.tutorials - 4.8-m8 + 4.8-SNAPSHOT 4.0.0 diff --git a/tutorials/pom.xml b/tutorials/pom.xml index 39aec77a90..e6d5a3fd24 100644 --- a/tutorials/pom.xml +++ b/tutorials/pom.xml @@ -11,7 +11,7 @@ org.openehealth.ipf ipf - 4.8-m8 + 4.8-SNAPSHOT diff --git a/tutorials/xds/pom.xml b/tutorials/xds/pom.xml index 07145d7e7a..c6df4e15b9 100644 --- a/tutorials/xds/pom.xml +++ b/tutorials/xds/pom.xml @@ -9,7 +9,7 @@ org.openehealth.ipf.tutorials ipf-tutorials - 4.8-m8 + 4.8-SNAPSHOT