Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Start 1.0.3-SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
druchniewicz committed Apr 26, 2024
1 parent 867f8de commit f9a4679
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>multiproject</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

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

<artifactId>multiproject-omod</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>multiproject-api</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</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>multiproject</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Multi-project Module</name>
<description>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:https://github.com/johnsonandjohnson/openmrs-module-multiproject.git</connection>
<developerConnection>scm:git:https://github.com/johnsonandjohnson/openmrs-module-multiproject.git</developerConnection>
<url>https://github.com/johnsonandjohnson/openmrs-module-multiproject.git</url>
<tag>1.0.2</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit f9a4679

Please sign in to comment.