Skip to content

Commit cf3a985

Browse files
committed
[maven-release-plugin] prepare release 2.1.0
1 parent 7eee80c commit cf3a985

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

api/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.openmrs.module</groupId>
@@ -146,4 +145,8 @@
146145
</build>
147146

148147

148+
149+
<scm>
150+
<tag>2.1.0</tag>
151+
</scm>
149152
</project>

omod/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -106,6 +105,10 @@
106105
<version>20160810</version>
107106
<scope>provided</scope>
108107
</dependency>
108+
<dependency>
109+
<groupId>org.openmrs.module</groupId>
110+
<artifactId>reportingcompatibility-api</artifactId>
111+
</dependency>
109112

110113
</dependencies>
111114

@@ -178,4 +181,8 @@
178181

179182
</build>
180183

184+
185+
<scm>
186+
<tag>2.1.0</tag>
187+
</scm>
181188
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.openmrs.module</groupId>
55
<artifactId>ugandaemrreports</artifactId>
6-
<version> 2.0.38-SNAPSHOT</version>
6+
<version> 2.1.0</version>
77
<packaging>pom</packaging>
88
<name>UgandaEMR Reports Module</name>
99
<description>Reports for the UgandaEMR distribution</description>
@@ -25,7 +25,7 @@
2525
<developerConnection>scm:git:git@github.com:METS-Programme/openmrs-module-ugandaemr-reports.git
2626
</developerConnection>
2727
<url>scm:git:https://github.com/METS-Programme/openmrs-module-ugandaemr-reports</url>
28-
<tag>2.0.36-SNAPSHOT</tag>
28+
<tag>2.1.0</tag>
2929
</scm>
3030

3131
<modules>

0 commit comments

Comments
 (0)