Skip to content

Commit

Permalink
Merge pull request #21 from IsantePlus/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
pmanko committed Dec 17, 2020
2 parents 8b01797 + 2f2c15e commit fc5ea41
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/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>registrationapp</artifactId>
<version>1.10.1</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>registrationapp-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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>registrationapp</artifactId>
<version>1.10.1</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>registrationapp-omod</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>registrationapp</artifactId>
<version>1.10.1</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Registration App Module</name>
<description>Registration App for the Reference Application</description>
Expand Down Expand Up @@ -44,7 +44,7 @@
<emrapiVersion>1.18</emrapiVersion>
<calculationVersion>1.2</calculationVersion>
<providerManagementVersion>2.5.0</providerManagementVersion>
<registrationcoreVersion>1.7.2</registrationcoreVersion>
<registrationcoreVersion>2.0.0-SNAPSHOT</registrationcoreVersion>
<reportingModuleVersion>0.10.4</reportingModuleVersion>
<addresshierarchyVersion>2.9</addresshierarchyVersion>
<htmlformentryVersion>3.3.0</htmlformentryVersion>
Expand All @@ -55,7 +55,7 @@
<groovyVersion>1.8.7</groovyVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<m2SysVersion>1.0.1</m2SysVersion>
<xds-senderVersion>1.0.0</xds-senderVersion>
<xds-senderVersion>2.0.0-SNAPSHOT</xds-senderVersion>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion web-1.9/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>registrationapp</artifactId>
<version>1.10.1</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>registrationapp-web-1.9</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web-2.0/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>registrationapp</artifactId>
<version>1.10.1</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>registrationapp-web-2.0</artifactId>
Expand Down

0 comments on commit fc5ea41

Please sign in to comment.