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 Jun 27, 2018
1 parent 0ca151b commit 5c6df6e
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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>referenceapplication</artifactId>
<version>2.8.0</version>
<version>2.9.0-SNAPSHOT</version>
</parent>

<artifactId>referenceapplication-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omod/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>referenceapplication</artifactId>
<version>2.8.0</version>
<version>2.9.0-SNAPSHOT</version>
</parent>

<artifactId>referenceapplication-omod</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>referenceapplication</artifactId>
<version>2.8.0</version>
<version>2.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Reference Application Module</name>
<description>Provides basic web features</description>
Expand All @@ -24,7 +24,7 @@
<connection>scm:git:git@github.com:openmrs/openmrs-module-referenceapplication.git</connection>
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-referenceapplication.git</developerConnection>
<url>https://github.com/openmrs/openmrs-module-referenceapplication</url>
<tag>referenceapplication-2.8.0</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit 5c6df6e

Please sign in to comment.