Skip to content

Commit 5d5afb7

Browse files
committedSep 17, 2013
[maven-release-plugin] rollback the release of 1.9.4
1 parent 7388d92 commit 5d5afb7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed
 

‎api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.openmrs</groupId>
44
<artifactId>openmrs</artifactId>
5-
<version>1.9.4</version>
5+
<version>1.9.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.openmrs.api</groupId>

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.openmrs</groupId>
55
<artifactId>openmrs</artifactId>
6-
<version>1.9.4</version>
6+
<version>1.9.4-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>OpenMRS</name>
99
<description>Master project for the modules of OpenMRS</description>
@@ -1018,6 +1018,6 @@
10181018
<openmrs.version.shortnumericonly>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${revisionNumber}</openmrs.version.shortnumericonly>
10191019

10201020
<springVersion>3.0.5.RELEASE</springVersion>
1021-
<customArgLineForTesting />
1021+
<customArgLineForTesting></customArgLineForTesting>
10221022
</properties>
10231023
</project>

‎test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.openmrs</groupId>
44
<artifactId>openmrs</artifactId>
5-
<version>1.9.4</version>
5+
<version>1.9.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.openmrs.test</groupId>

‎tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.openmrs</groupId>
44
<artifactId>openmrs</artifactId>
5-
<version>1.9.4</version>
5+
<version>1.9.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.openmrs.tools</groupId>

‎web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.openmrs</groupId>
44
<artifactId>openmrs</artifactId>
5-
<version>1.9.4</version>
5+
<version>1.9.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.openmrs.web</groupId>

‎webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.openmrs</groupId>
44
<artifactId>openmrs</artifactId>
5-
<version>1.9.4</version>
5+
<version>1.9.4-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.openmrs.web</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.