-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
1 parent
e17044a
commit 0caf264
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.openmrs.module</groupId> | ||
<artifactId>emrapi</artifactId> | ||
<version>2.0.0</version> | ||
<version>2.1.0-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>EMR API Module</name> | ||
<description>Higher-level APIs to support building EMR functionality in OpenMRS, to supplement the data-level APIs | ||
|
@@ -26,7 +26,7 @@ | |
<connection>scm:git:[email protected]:openmrs/openmrs-module-emrapi.git</connection> | ||
<developerConnection>scm:git:[email protected]:openmrs/openmrs-module-emrapi.git</developerConnection> | ||
<url>https://github.com/openmrs/openmrs-module-emrapi.git</url> | ||
<tag>2.0.0</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<modules> | ||
|