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
openmrs-bot committed Dec 5, 2022
1 parent b5ac4ab commit b458aa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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>reportingcompatibility</artifactId>
<version>2.0.9</version>
<version>2.10.0-SNAPSHOT</version>
</parent>
<artifactId>reportingcompatibility-api</artifactId>
<packaging>jar</packaging>
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>reportingcompatibility</artifactId>
<version>2.0.9</version>
<version>2.10.0-SNAPSHOT</version>
</parent>
<artifactId>reportingcompatibility-omod</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>reportingcompatibility</artifactId>
<version>2.0.9</version>
<version>2.10.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Reporting Compatibility</name>
<description>Parent project for Reporting Compatibility</description>
Expand All @@ -15,7 +15,7 @@
<connection>scm:git:https://github.com/openmrs/openmrs-module-reportingcompatibility.git</connection>
<developerConnection>scm:git:[email protected]:openmrs/openmrs-module-reportingcompatibility.git</developerConnection>
<url>https://github.com/openmrs/openmrs-module-reportingcompatibility</url>
<tag>2.0.9</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit b458aa3

Please sign in to comment.