Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmusoke committed Dec 19, 2016
1 parent 5b44125 commit 8b46c3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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>ugandaemrreports</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>ugandaemrreports-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 @@ -4,12 +4,12 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>ugandaemrreports</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>ugandaemrreports-omod</artifactId>
<name>UgandaEMR Reports Module OMOD</name>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<description>OMOD project for UgandaEMRReports</description>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.openmrs.module</groupId>
<artifactId>ugandaemrreports</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>
<name>UgandaEMR Reports Module</name>
<description>Reports for the UgandaEMR distribution</description>
Expand All @@ -26,7 +25,7 @@
<developerConnection>scm:git:[email protected]:METS-Programme/openmrs-module-ugandaemr-reports.git
</developerConnection>
<url>scm:git:https://github.com/METS-Programme/openmrs-module-ugandaemr-reports</url>
<tag>HEAD</tag>
<tag>1.0.3</tag>
</scm>

<modules>
Expand Down

0 comments on commit 8b46c3d

Please sign in to comment.