Skip to content

Commit

Permalink
Small version and pom fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Dec 11, 2020
1 parent d0c43af commit 01ae317
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>labintegration</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2</version>
</parent>

<artifactId>labintegration-api</artifactId>
Expand Down
1 change: 0 additions & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>labintegration</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2</version>
</parent>

<artifactId>labintegration-omod</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>labintegration-api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.openmrs.web</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>labintegration</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2</version>
<packaging>pom</packaging>
<name>Lab Integration</name>
<description>Integration with lab systems such as OpenELIS.</description>
Expand Down

0 comments on commit 01ae317

Please sign in to comment.