Skip to content

Commit

Permalink
Increasing development version to 3.12.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Dec 18, 2017
1 parent 6777d9f commit 2fdad90
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.12.3</version>
<version>3.12.4-SNAPSHOT</version>
</parent>

<groupId>org.openmrs.maven.archetypes</groupId>
<artifactId>openmrs-sdk-archetype-module-platform</artifactId>
<version>3.12.3</version>
<version>3.12.4-SNAPSHOT</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.12.3</version>
<version>3.12.4-SNAPSHOT</version>
</parent>

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

<name>OpenMRS Reference Application Module Maven Archetype</name>
Expand Down
4 changes: 2 additions & 2 deletions archetype-submodule-owa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>openmrs-sdk</artifactId>
<groupId>org.openmrs.maven</groupId>
<version>3.12.3</version>
<version>3.12.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.openmrs.maven.archetypes</groupId>
<artifactId>openmrs-sdk-archetype-submodule-owa</artifactId>
<version>3.12.3</version>
<version>3.12.4-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

<name>OpenMRS OWA Submodule Maven Archetype</name>
Expand Down
4 changes: 2 additions & 2 deletions docker-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>openmrs-sdk</artifactId>
<groupId>org.openmrs.maven</groupId>
<version>3.12.3</version>
<version>3.12.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>openmrs-sdk-docker-maven-plugin</artifactId>
<groupId>org.openmrs.maven.plugins</groupId>
<version>3.12.3</version>
<version>3.12.4-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>OpenMRS SDK Docker Maven Plugin</name>
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.12.3</version>
<version>3.12.4-SNAPSHOT</version>
</parent>

<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk-integration-tests</artifactId>
<version>3.12.3</version>
<version>3.12.4-SNAPSHOT</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.12.3</version>
<version>3.12.4-SNAPSHOT</version>
</parent>

<groupId>org.openmrs.maven.plugins</groupId>
<artifactId>openmrs-sdk-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>3.12.3</version>
<version>3.12.4-SNAPSHOT</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.12.3</version>
<version>3.12.4-SNAPSHOT</version>

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

0 comments on commit 2fdad90

Please sign in to comment.