Skip to content

Commit 52f1fae

Browse files
committed
[maven-release-plugin] prepare release 1.10.0
1 parent e769c4b commit 52f1fae

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

api-1.11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>metadatasharing</artifactId>
8-
<version>1.10.0-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
</parent>
1010

1111
<artifactId>metadatasharing-api-1.11</artifactId>

api-1.9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>metadatasharing</artifactId>
8-
<version>1.10.0-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
</parent>
1010

1111
<artifactId>metadatasharing-api-1.9</artifactId>

api-2.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>metadatasharing</artifactId>
8-
<version>1.10.0-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
</parent>
1010

1111
<artifactId>metadatasharing-api-2.0</artifactId>

api-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>metadatasharing</artifactId>
8-
<version>1.10.0-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
</parent>
1010

1111
<artifactId>metadatasharing-api-common</artifactId>

api-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>metadatasharing</artifactId>
8-
<version>1.10.0-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
</parent>
1010

1111
<artifactId>metadatasharing-api-test</artifactId>

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>metadatasharing</artifactId>
8-
<version>1.10.0-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
</parent>
1010

1111
<artifactId>metadatasharing-api</artifactId>

integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>metadatasharing</artifactId>
8-
<version>1.10.0-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
</parent>
1010

1111
<artifactId>metadatasharing-integration-test</artifactId>

omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>metadatasharing</artifactId>
8-
<version>1.10.0-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
</parent>
1010

1111
<artifactId>metadatasharing-omod</artifactId>

pom.xml

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

55
<groupId>org.openmrs.module</groupId>
66
<artifactId>metadatasharing</artifactId>
7-
<version>1.10.0-SNAPSHOT</version>
7+
<version>1.10.0</version>
88
<packaging>pom</packaging>
99
<name>Metadata Sharing Module</name>
1010
<description>Allows all kinds of metadata (concepts, locations, roles, etc.) to be exchanged between different OpenMRS installations.</description>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:git@github.com:openmrs/openmrs-module-metadatasharing</connection>
2828
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-metadatasharing</developerConnection>
2929
<url>https://github.com/openmrs/openmrs-module-metadatasharing</url>
30-
<tag>1.1.8-SNAPSHOT</tag>
30+
<tag>1.10.0</tag>
3131
</scm>
3232

3333
<distributionManagement>

0 commit comments

Comments
 (0)