Skip to content

Commit

Permalink
Releasing 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
travis@localhost committed Aug 3, 2016
1 parent 281007f commit 3087361
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions archetype-module-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.openmrs.maven.archetypes</groupId>
<artifactId>openmrs-sdk-archetype-module-platform</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1</version>
<packaging>maven-archetype</packaging>

<name>OpenMRS Platform Module Maven Archetype</name>
Expand Down
4 changes: 2 additions & 2 deletions archetype-module-refapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.openmrs.maven.archetypes</groupId>
<artifactId>openmrs-sdk-archetype-module-refapp</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1</version>
<packaging>maven-archetype</packaging>

<name>OpenMRS Reference Application Module Maven Archetype</name>
Expand Down
2 changes: 1 addition & 1 deletion docker-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>openmrs-sdk</artifactId>
<groupId>org.openmrs.maven</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk-integration-tests</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1</version>

<name>OpenMRS SDK Integration Tests</name>
<description>Set of integration tests for OpenMRS SDK Maven Plugin</description>
Expand Down
4 changes: 2 additions & 2 deletions maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.openmrs.maven.plugins</groupId>
<artifactId>openmrs-sdk-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1</version>

<name>OpenMRS SDK Maven Plugin</name>
<description>OpenMRS SDK allows for rapid development of OpenMRS modules.</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk</artifactId>
<packaging>pom</packaging>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1</version>

<name>OpenMRS SDK</name>
<description>OpenMRS SDK allows for rapid development of OpenMRS modules.</description>
Expand Down

0 comments on commit 3087361

Please sign in to comment.