Skip to content

Commit

Permalink
Finalizing 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Feb 3, 2021
1 parent e97d9b5 commit c8b700b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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>registrationcore</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>registrationcore-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>registrationcore</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>registrationcore-omod</artifactId>
Expand Down
6 changes: 3 additions & 3 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>registrationcore</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>Registration Core Module</name>
<description>Provides core utilities and services for patient registration.</description>
Expand Down Expand Up @@ -39,8 +39,8 @@
<eventVersion>2.3</eventVersion>
<namephoneticsVersion>1.4</namephoneticsVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<xdsSenderVersion>2.0.1-SNAPSHOT</xdsSenderVersion>
<mpiClientVersion>1.0.4-SNAPSHOT</mpiClientVersion>
<xdsSenderVersion>2.0.2</xdsSenderVersion>
<mpiClientVersion>1.0.4</mpiClientVersion>
<apacheHttpCoreVersion>4.4.9</apacheHttpCoreVersion>
<apacheHttpClientVersion>4.5</apacheHttpClientVersion>
<jodaTimeVersion>2.2</jodaTimeVersion>
Expand Down

0 comments on commit c8b700b

Please sign in to comment.