Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmusoke committed Aug 18, 2016
1 parent 3d9c727 commit 537ded4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
5 changes: 2 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>aijarreports</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>aijarreports-api</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions omod/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>

<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>aijarreports</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>aijarreports-omod</artifactId>
<name>Uganda EMR Reports Module OMOD</name>
<version>1.0-SNAPSHOT</version>
<version>1.0.1</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>aijarreports</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>UgandaEMR Reports Module</name>
<description>Reports for the Uganda EMR distribution</description>
Expand All @@ -25,7 +24,7 @@
<connection>scm:git:[email protected]:METS-Programme/openmrs-module-aijar-reports.git</connection>
<developerConnection>scm:git:[email protected]:METS-Programme/openmrs-module-aijar-reports.git</developerConnection>
<url>scm:git:https://github.com/METS-Programme/openmrs-module-aijar-reports</url>
<tag>HEAD</tag>
<tag>1.0.1</tag>
</scm>

<modules>
Expand Down

0 comments on commit 537ded4

Please sign in to comment.