Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nthfloor committed Sep 20, 2019
1 parent ebf7931 commit 275f3ee
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>eptsreports</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>eptsreports-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>eptsreports</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>eptsreports-omod</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>eptsreports-api</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.openmrs.web</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>eptsreports</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>pom</packaging>
<name>EPTS reports</name>
<description>PEPFAR reports for EPTS project in Mozambique</description>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:https://github.com/esaude/openmrs-module-eptsreports</connection>
<developerConnection>scm:git:https://github.com/esaude/openmrs-module-eptsreports</developerConnection>
<url>https://github.com/esaude/openmrs-module-eptsreports/</url>
<tag>HEAD</tag>
<tag>1.6.0</tag>
</scm>

<modules>
Expand Down

0 comments on commit 275f3ee

Please sign in to comment.