Skip to content

Commit

Permalink
Finalizing 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Apr 16, 2021
1 parent 0adcd40 commit 3396259
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>xds-sender</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>

<artifactId>xds-sender-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omod/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>xds-sender</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>

<artifactId>xds-sender-omod</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>xds-sender</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<packaging>pom</packaging>
<name>XDS Sender</name>
<description>Module for sending XDS.b documents for encounters</description>
Expand Down Expand Up @@ -39,7 +39,7 @@
<javaCompilerVersion>1.7</javaCompilerVersion>
<springWsVersion>2.4.7.RELEASE</springWsVersion>
<hapiFhirVersion>5.0.2</hapiFhirVersion>
<fhirModuleVersion>1.2.1-SNAPSHOT</fhirModuleVersion>
<fhirModuleVersion>1.3.0-SNAPSHOT</fhirModuleVersion>
<labintegrationVersion>2.0.10</labintegrationVersion>
</properties>

Expand Down

0 comments on commit 3396259

Please sign in to comment.