Skip to content

Commit

Permalink
Merge pull request #4 from samuelmale/chore/configure-ci
Browse files Browse the repository at this point in the history
Use SNAPSHOT version to fix release
  • Loading branch information
samuelmale authored Oct 31, 2023
2 parents 81bb3c3 + c1699ed commit 72b6bc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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>ptme</artifactId>
<version>1.1</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>ptme-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>ptme</artifactId>
<version>1.1</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>ptme-omod</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openmrs.module</groupId>
<artifactId>ptme</artifactId>
<version>1.1</version>
<version>1.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Prevent Transmission Module</name>
<description>This Module is used to store data concerning the Prevention of Mother to Child Transmission. It will deal with the mother from the pregnancy to the birth of the Child and from the child birth to its final test conclusion.</description>
Expand Down

0 comments on commit 72b6bc3

Please sign in to comment.