Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
slubwama committed Mar 5, 2024
1 parent b228e89 commit c9c9a1c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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>stockmanagement</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>stockmanagement-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>stockmanagement</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>stockmanagement-omod</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>stockmanagement-api</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openmrs.web</groupId>
Expand Down
2 changes: 1 addition & 1 deletion owa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>stockmanagement</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>stockmanagement-owa</artifactId>
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>stockmanagement</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Stock Management</name>
<description>This module supports stock management of medical supplies at health facilities with in Uganda.</description>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:[email protected]:METS-Programme/openmrs-module-ugandaemr-commodity.git</connection>
<developerConnection>scm:git:[email protected]:METS-Programme/openmrs-module-ugandaemr-commodity.git</developerConnection>
<url>scm:git:https://github.com/METS-Programme/openmrs-module-ugandaemr-commodity</url>
<tag>1.0.2</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit c9c9a1c

Please sign in to comment.