Skip to content

Commit

Permalink
Re-edited version to 1.4-SNAPSHOT to branch off 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
k-joseph committed Aug 12, 2015
1 parent b2b722b commit 15832e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>chartsearch</artifactId>
<version>1.4</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>chartsearch-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omod/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>chartsearch</artifactId>
<version>1.4</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>chartsearch-omod</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>chartsearch</artifactId>
<version>1.4</version>
<version>1.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Chart Search Module</name>
<description>Chart Search Module for the OpenMRS Reference Application</description>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>chartsearch</artifactId>
<version>1.4</version>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>chartsearch-server</artifactId>
Expand Down

0 comments on commit 15832e2

Please sign in to comment.