Skip to content

Commit

Permalink
Merge pull request #125 from tmccarthy/master
Browse files Browse the repository at this point in the history
Change version to 1.0.1
  • Loading branch information
gavia committed Feb 4, 2015
2 parents 4faf5c9 + fd81850 commit fcffc3c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ allprojects {
targetCompatibility = 1.6
ext.openMrsVersion = '1.9.2'

version = '1.0.0'
version = '1.0.1'

configurations {

Expand Down
2 changes: 1 addition & 1 deletion conceptpropose/omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<id>conceptpropose</id>
<name>Concept Proposal Module</name>
<version>1.0-SNAPSHOT</version>
<version>1.0.1</version>
<package>org.openmrs.module.conceptpropose</package>
<author>OpenMRS Australia</author>
<description>
Expand Down
4 changes: 2 additions & 2 deletions conceptreview/omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<id>conceptreview</id>
<name>Concept Review Module</name>
<version>1.0-SNAPSHOT</version>
<version>1.0.1</version>
<package>org.openmrs.module.conceptreview</package>
<author>OpenMRS Australia</author>
<description>
Expand All @@ -14,7 +14,7 @@
<require_version>1.9.2</require_version>

<require_modules>
<require_module version="1.0-SNAPSHOT">org.openmrs.module.conceptpropose</require_module>
<require_module version="1.0.1">org.openmrs.module.conceptpropose</require_module>
</require_modules>


Expand Down
2 changes: 1 addition & 1 deletion functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>cpm</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>cpm-functional-tests</artifactId>
Expand Down

0 comments on commit fcffc3c

Please sign in to comment.