From fa21ba9b29a0dd142218ca817664a4c0bbe41b86 Mon Sep 17 00:00:00 2001 From: openmrs-bot Date: Fri, 15 Mar 2024 16:23:09 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 1.12.0 --- api-2.5/pom.xml | 144 +++++++++--------- api-2.6/pom.xml | 2 +- api/pom.xml | 2 +- e2e-tests/pom.xml | 2 +- integration-tests-2.6/pom.xml | 2 +- integration-tests-2.7/pom.xml | 2 +- integration-tests/pom.xml | 2 +- omod/pom.xml | 276 +++++++++++++++++----------------- pom.xml | 4 +- test-data/pom.xml | 2 +- 10 files changed, 219 insertions(+), 219 deletions(-) diff --git a/api-2.5/pom.xml b/api-2.5/pom.xml index 7fd2dcd75..7a4369f72 100644 --- a/api-2.5/pom.xml +++ b/api-2.5/pom.xml @@ -1,72 +1,72 @@ - - - - fhir2 - org.openmrs.module - 2.0.0-SNAPSHOT - - 4.0.0 - - fhir2-api-2.5 - jar - FHIR2 API 2.5 - API 2.5 for FHIR2 - - - - ${project.parent.groupId} - ${project.parent.artifactId}-api - ${project.parent.version} - provided - - - org.openmrs.api - openmrs-api - - - ${project.parent.groupId} - ${project.parent.artifactId}-test-data - ${project.parent.version} - test - - - org.projectlombok - lombok - - - com.google.guava - guava - test - - - - - - - org.jacoco - jacoco-maven-plugin - - - org.commonjava.maven.plugins - directory-maven-plugin - - - com.mycila - license-maven-plugin - - - net.revelc.code.formatter - formatter-maven-plugin - - - net.revelc.code - impsort-maven-plugin - - - - - - 2.5.0 - - - + + + + fhir2 + org.openmrs.module + 1.12.0 + + 4.0.0 + + fhir2-api-2.5 + jar + FHIR2 API 2.5 + API 2.5 for FHIR2 + + + + ${project.parent.groupId} + ${project.parent.artifactId}-api + ${project.parent.version} + provided + + + org.openmrs.api + openmrs-api + + + ${project.parent.groupId} + ${project.parent.artifactId}-test-data + ${project.parent.version} + test + + + org.projectlombok + lombok + + + com.google.guava + guava + test + + + + + + + org.jacoco + jacoco-maven-plugin + + + org.commonjava.maven.plugins + directory-maven-plugin + + + com.mycila + license-maven-plugin + + + net.revelc.code.formatter + formatter-maven-plugin + + + net.revelc.code + impsort-maven-plugin + + + + + + 2.5.0 + + + diff --git a/api-2.6/pom.xml b/api-2.6/pom.xml index 84aec3c52..2d72d7fcb 100644 --- a/api-2.6/pom.xml +++ b/api-2.6/pom.xml @@ -3,7 +3,7 @@ fhir2 org.openmrs.module - 2.0.0-SNAPSHOT + 1.12.0 4.0.0 diff --git a/api/pom.xml b/api/pom.xml index e1958cd6a..fc3216f25 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -3,7 +3,7 @@ org.openmrs.module fhir2 - 2.0.0-SNAPSHOT + 1.12.0 fhir2-api diff --git a/e2e-tests/pom.xml b/e2e-tests/pom.xml index 0deca7011..e3c32a91b 100644 --- a/e2e-tests/pom.xml +++ b/e2e-tests/pom.xml @@ -3,7 +3,7 @@ fhir2 org.openmrs.module - 2.0.0-SNAPSHOT + 1.12.0 4.0.0 diff --git a/integration-tests-2.6/pom.xml b/integration-tests-2.6/pom.xml index c4a2b3c21..8776ef40c 100644 --- a/integration-tests-2.6/pom.xml +++ b/integration-tests-2.6/pom.xml @@ -3,7 +3,7 @@ fhir2 org.openmrs.module - 2.0.0-SNAPSHOT + 1.12.0 4.0.0 diff --git a/integration-tests-2.7/pom.xml b/integration-tests-2.7/pom.xml index 205706f37..bcc01bf17 100644 --- a/integration-tests-2.7/pom.xml +++ b/integration-tests-2.7/pom.xml @@ -3,7 +3,7 @@ fhir2 org.openmrs.module - 2.0.0-SNAPSHOT + 1.12.0 4.0.0 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 26ec62de9..a85d9b1ab 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -3,7 +3,7 @@ fhir2 org.openmrs.module - 2.0.0-SNAPSHOT + 1.12.0 4.0.0 diff --git a/omod/pom.xml b/omod/pom.xml index e6512ed45..07838e915 100644 --- a/omod/pom.xml +++ b/omod/pom.xml @@ -1,138 +1,138 @@ - - 4.0.0 - - org.openmrs.module - fhir2 - 2.0.0-SNAPSHOT - - - fhir2-omod - jar - FHIR2 OMOD - OMOD for FHIR2 - - - - ${project.parent.groupId} - ${project.parent.artifactId}-api - ${project.version} - - - ${project.parent.groupId} - ${project.parent.artifactId}-api - ${project.version} - test-jar - tests - test - - - ${project.parent.groupId} - ${project.parent.artifactId}-api-2.5 - ${project.parent.version} - - - ${project.parent.groupId} - ${project.parent.artifactId}-api-2.6 - ${project.parent.version} - - - ${project.parent.groupId} - ${project.parent.artifactId}-test-data - ${project.parent.version} - test - - - org.openmrs.web - openmrs-web - provided - - - servlet-api - javax.servlet - - - org.javassist - javassist - - - - - ca.uhn.hapi.fhir - hapi-fhir-base - - - ca.uhn.hapi.fhir - hapi-fhir-server - - - org.apache.commons - commons-lang3 - - - com.google.guava - guava - - - org.projectlombok - lombok - - - org.thymeleaf - thymeleaf - - - com.github.ben-manes.caffeine - caffeine - - - commons-io - commons-io - - - javax.servlet - javax.servlet-api - - - com.github.java-json-tools - json-patch - - - com.fasterxml.jackson.core - jackson-databind - - - - - ${project.parent.artifactId}-${project.parent.version} - - - org.jacoco - jacoco-maven-plugin - - - org.commonjava.maven.plugins - directory-maven-plugin - - - com.mycila - license-maven-plugin - - - net.revelc.code.formatter - formatter-maven-plugin - - - net.revelc.code - impsort-maven-plugin - - - org.openmrs.maven.plugins - maven-openmrs-plugin - - - org.apache.maven.plugins - maven-dependency-plugin - - - - + + 4.0.0 + + org.openmrs.module + fhir2 + 1.12.0 + + + fhir2-omod + jar + FHIR2 OMOD + OMOD for FHIR2 + + + + ${project.parent.groupId} + ${project.parent.artifactId}-api + ${project.version} + + + ${project.parent.groupId} + ${project.parent.artifactId}-api + ${project.version} + test-jar + tests + test + + + ${project.parent.groupId} + ${project.parent.artifactId}-api-2.5 + ${project.parent.version} + + + ${project.parent.groupId} + ${project.parent.artifactId}-api-2.6 + ${project.parent.version} + + + ${project.parent.groupId} + ${project.parent.artifactId}-test-data + ${project.parent.version} + test + + + org.openmrs.web + openmrs-web + provided + + + servlet-api + javax.servlet + + + org.javassist + javassist + + + + + ca.uhn.hapi.fhir + hapi-fhir-base + + + ca.uhn.hapi.fhir + hapi-fhir-server + + + org.apache.commons + commons-lang3 + + + com.google.guava + guava + + + org.projectlombok + lombok + + + org.thymeleaf + thymeleaf + + + com.github.ben-manes.caffeine + caffeine + + + commons-io + commons-io + + + javax.servlet + javax.servlet-api + + + com.github.java-json-tools + json-patch + + + com.fasterxml.jackson.core + jackson-databind + + + + + ${project.parent.artifactId}-${project.parent.version} + + + org.jacoco + jacoco-maven-plugin + + + org.commonjava.maven.plugins + directory-maven-plugin + + + com.mycila + license-maven-plugin + + + net.revelc.code.formatter + formatter-maven-plugin + + + net.revelc.code + impsort-maven-plugin + + + org.openmrs.maven.plugins + maven-openmrs-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/pom.xml b/pom.xml index 09fd024df..8795e954b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openmrs.module fhir2 - 2.0.0-SNAPSHOT + 1.12.0 pom FHIR2 Implementation of FHIR R4 for OpenMRS @@ -32,7 +32,7 @@ scm:git:git@github.com:openmrs/openmrs-module-fhir2.git scm:git:git@github.com:openmrs/openmrs-module-fhir2.git https://github.com/openmrs/openmrs-module-fhir2/ - HEAD + 1.12.0 diff --git a/test-data/pom.xml b/test-data/pom.xml index 952250e62..9df7d70d1 100644 --- a/test-data/pom.xml +++ b/test-data/pom.xml @@ -3,7 +3,7 @@ fhir2 org.openmrs.module - 2.0.0-SNAPSHOT + 1.12.0 4.0.0