Skip to content

Commit a70c9a2

Browse files
committed
[maven-release-plugin] prepare release queue-2.9.0
1 parent 31d34ff commit a70c9a2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openmrs.module</groupId>
55
<artifactId>queue</artifactId>
6-
<version>2.9.0-SNAPSHOT</version>
6+
<version>2.9.0</version>
77
</parent>
88

99
<artifactId>queue-api</artifactId>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openmrs.module</groupId>
55
<artifactId>queue</artifactId>
6-
<version>2.9.0-SNAPSHOT</version>
6+
<version>2.9.0</version>
77
</parent>
88

99
<artifactId>queue-integration-tests</artifactId>

omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openmrs.module</groupId>
55
<artifactId>queue</artifactId>
6-
<version>2.9.0-SNAPSHOT</version>
6+
<version>2.9.0</version>
77
</parent>
88

99
<artifactId>queue-omod</artifactId>

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>queue</artifactId>
6-
<version>2.9.0-SNAPSHOT</version>
6+
<version>2.9.0</version>
77
<packaging>pom</packaging>
88
<name>Queue</name>
99
<description>Patient Queues</description>
@@ -14,7 +14,7 @@
1414
<connection>scm:git:[email protected]:openmrs/openmrs-module-queue.git</connection>
1515
<developerConnection>scm:git:[email protected]:openmrs/openmrs-module-queue.git</developerConnection>
1616
<url>https://github.com/openmrs/openmrs-module-queue/</url>
17-
<tag>HEAD</tag>
17+
<tag>queue-2.9.0</tag>
1818
</scm>
1919

2020
<modules>

0 commit comments

Comments
 (0)