Skip to content

Commit 78f1ae7

Browse files
committed
[maven-release-plugin] prepare release 2.17.0
1 parent 20f93ec commit 78f1ae7

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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>appframework</artifactId>
7-
<version>2.17.0-SNAPSHOT</version>
7+
<version>2.17.0</version>
88
</parent>
99

1010
<artifactId>appframework-api</artifactId>

appsfortesting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>appframework</artifactId>
7-
<version>2.17.0-SNAPSHOT</version>
7+
<version>2.17.0</version>
88
</parent>
99

1010
<artifactId>appframework-appsfortesting</artifactId>

omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>appframework</artifactId>
7-
<version>2.17.0-SNAPSHOT</version>
7+
<version>2.17.0</version>
88
</parent>
99

1010
<artifactId>appframework-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>appframework</artifactId>
7-
<version>2.17.0-SNAPSHOT</version>
7+
<version>2.17.0</version>
88
<packaging>pom</packaging>
99
<name>App Framework Module</name>
1010
<description>Framework supporting the idea of self-contained apps that you can see on your homepage.</description>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:git@github.com:openmrs/openmrs-module-appframework.git</connection>
2626
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-appframework.git</developerConnection>
2727
<url>https://github.com/openmrs/openmrs-module-appframework</url>
28-
<tag>HEAD</tag>
28+
<tag>2.17.0</tag>
2929
</scm>
3030

3131
<modules>

0 commit comments

Comments
 (0)