Skip to content

Commit 684ca95

Browse files
committed
[maven-release-plugin] prepare release 7.1.0
1 parent 4911ef8 commit 684ca95

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

api-tests/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>htmlformentry</artifactId>
7-
<version>7.1.0-SNAPSHOT</version>
7+
<version>7.1.0</version>
88
</parent>
99

1010
<artifactId>htmlformentry-api-tests</artifactId>

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>htmlformentry</artifactId>
7-
<version>7.1.0-SNAPSHOT</version>
7+
<version>7.1.0</version>
88
</parent>
99

1010
<artifactId>htmlformentry-api</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>htmlformentry</artifactId>
7-
<version>7.1.0-SNAPSHOT</version>
7+
<version>7.1.0</version>
88
</parent>
99

1010
<artifactId>htmlformentry-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>htmlformentry</artifactId>
7-
<version>7.1.0-SNAPSHOT</version>
7+
<version>7.1.0</version>
88
<packaging>pom</packaging>
99
<name>HTML Form Entry</name>
1010
<description>Parent project for HTML Form Entry</description>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git@github.com:openmrs/openmrs-module-htmlformentry.git</connection>
3030
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-htmlformentry.git</developerConnection>
3131
<url>https://github.com/openmrs/openmrs-module-htmlformentry/</url>
32-
<tag>HEAD</tag>
32+
<tag>7.1.0</tag>
3333
</scm>
3434

3535
<distributionManagement>

0 commit comments

Comments
 (0)