Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed May 22, 2024
1 parent fa77a53 commit f810631
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ozonehis</groupId>
<artifactId>eip-odoo-openmrs</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<name>EIP Odoo OpenMRS</name>
Expand Down Expand Up @@ -39,8 +39,8 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<lombok.version>1.18.30</lombok.version>
<eip.client.version>2.0.0-SNAPSHOT</eip.client.version>
<openmrs.watcher.version>4.0.0-SNAPSHOT</openmrs.watcher.version>
<eip.client.version>2.0.0</eip.client.version>
<openmrs.watcher.version>4.0.0</openmrs.watcher.version>
<camel.version>4.1.0</camel.version>
<spring-boot.version>3.1.4</spring-boot.version>
<xmlRpcClientVersion>3.1.3</xmlRpcClientVersion>
Expand Down Expand Up @@ -314,7 +314,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

0 comments on commit f810631

Please sign in to comment.