Skip to content

Commit

Permalink
Update to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton committed Mar 3, 2015
1 parent f129b6b commit 257c7f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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-contenthandler</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>

<artifactId>shr-contenthandler-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-contenthandler</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>

<artifactId>shr-contenthandler-omod</artifactId>
Expand Down
20 changes: 10 additions & 10 deletions 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-contenthandler</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<packaging>pom</packaging>
<name>SHR Content Handler Module</name>
<description>Provides interfaces and services for dynamically linking content processors with particular content types.</description>
Expand Down Expand Up @@ -40,15 +40,15 @@
<dependencyManagement>
<dependencies>

<!--
Libraries to add as dependencies with compile or runtime scope:
Find matching dependencies in the maven central repository.
<dependency>
<groupId>org.other.library</groupId>
<artifactId>library-name</artifactId>
<version>library.version</version>
<scope>compile</scope>
</dependency>
<!--
Libraries to add as dependencies with compile or runtime scope:
Find matching dependencies in the maven central repository.
<dependency>
<groupId>org.other.library</groupId>
<artifactId>library-name</artifactId>
<version>library.version</version>
<scope>compile</scope>
</dependency>
-->


Expand Down

0 comments on commit 257c7f9

Please sign in to comment.