Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed May 21, 2024
1 parent bd37efb commit 6880867
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion erpnext-fhir-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>eip-erpnext-openmrs-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>erpnext-fhir-mapper</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions erpnext-openmrs/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>eip-erpnext-openmrs-parent</artifactId>
<groupId>com.ozonehis</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>eip-erpnext-openmrs</artifactId>
Expand Down Expand Up @@ -61,7 +61,7 @@
<plugin>
<groupId>net.mekomsolutions.maven.plugin</groupId>
<artifactId>dependency-tracker-maven-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<executions>
<execution>
<id>Compile dependency report</id>
Expand Down Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>com.ozonehis</groupId>
<artifactId>eip-commons-test</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -197,8 +197,8 @@
<maven.compiler.source>17</maven.compiler.source>
<dependencyReportClassifier>dependencies</dependencyReportClassifier>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<camel.openmrs.fhir.version>4.0.0-SNAPSHOT</camel.openmrs.fhir.version>
<camel.frappe.version>1.0.0-SNAPSHOT</camel.frappe.version>
<camel.openmrs.fhir.version>4.0.0</camel.openmrs.fhir.version>
<camel.frappe.version>1.0.0</camel.frappe.version>
<camel.version>4.0.1</camel.version>
</properties>
</project>
8 changes: 4 additions & 4 deletions erpnext-openmrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>eip-erpnext-openmrs-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>eip-erpnext-openmrs</artifactId>
Expand All @@ -25,9 +25,9 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<camel.frappe.version>1.0.0-SNAPSHOT</camel.frappe.version>
<camel.frappe.version>1.0.0</camel.frappe.version>
<camel.version>4.0.1</camel.version>
<camel.openmrs.fhir.version>4.0.0-SNAPSHOT</camel.openmrs.fhir.version>
<camel.openmrs.fhir.version>4.0.0</camel.openmrs.fhir.version>

<!-- Classifier for the dependency report artifact -->
<dependencyReportClassifier>dependencies</dependencyReportClassifier>
Expand Down Expand Up @@ -104,7 +104,7 @@
<plugin>
<groupId>net.mekomsolutions.maven.plugin</groupId>
<artifactId>dependency-tracker-maven-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<executions>
<execution>
<id>Compile dependency report</id>
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>eip-erpnext-openmrs-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>erpnext-openmrs-integration-tests</artifactId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.ozonehis</groupId>
<artifactId>eip-erpnext-openmrs</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.ozonehis.camel</groupId>
<artifactId>camel-frappe</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.ozonehis</groupId>
<artifactId>eip-erpnext-openmrs-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>EIP ERPNext OpenMRS Parent</name>
Expand Down Expand Up @@ -56,7 +56,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<eip.client.version>2.0.0-SNAPSHOT</eip.client.version>
<eip.client.version>2.0.0</eip.client.version>
<camel.version>4.0.1</camel.version>
<fhir-stu4.version>7.0.0</fhir-stu4.version>
<spotless.version>2.30.0</spotless.version>
Expand Down
2 changes: 1 addition & 1 deletion test-infra-erpnext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>eip-erpnext-openmrs-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>com.ozonehis.camel</groupId>
Expand Down

0 comments on commit 6880867

Please sign in to comment.