Skip to content

Commit 6c6f615

Browse files
committed
[maven-release-plugin] prepare release 6.0.1
1 parent 5fc82f9 commit 6c6f615

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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>6.1.0-SNAPSHOT</version>
7+
<version>6.0.1</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>6.1.0-SNAPSHOT</version>
7+
<version>6.0.1</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>6.1.0-SNAPSHOT</version>
7+
<version>6.0.1</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>6.1.0-SNAPSHOT</version>
7+
<version>6.0.1</version>
88
<packaging>pom</packaging>
99
<name>HTML Form Entry</name>
1010
<description>Parent project for HTML Form Entry</description>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:[email protected]:openmrs/openmrs-module-htmlformentry.git</connection>
3333
<developerConnection>scm:git:[email protected]:openmrs/openmrs-module-htmlformentry.git</developerConnection>
3434
<url>https://github.com/openmrs/openmrs-module-htmlformentry/</url>
35-
<tag>HEAD</tag>
35+
<tag>6.0.1</tag>
3636
</scm>
3737

3838
<distributionManagement>

0 commit comments

Comments
 (0)