Skip to content

Commit

Permalink
Bumped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton committed Aug 6, 2015
1 parent a0543f6 commit e2884b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>shr-cdahandler</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>shr-cdahandler-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>shr-cdahandler</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>shr-cdahandler-omod</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>shr-cdahandler</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>SHR CDA Handler Module</name>
<description>Provides content handling for CDA documents</description>
Expand Down Expand Up @@ -121,6 +121,11 @@
<artifactId>maven-dependency-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit e2884b1

Please sign in to comment.