Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Release 2.0.3 - Jenkins Build 297 (department-of-veterans-affairs/hea…
Browse files Browse the repository at this point in the history
…lth-apis-patient-generated-data/master)
  • Loading branch information
libertybot committed Mar 3, 2022
1 parent 1d8b9c4 commit 3b31f78
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions patient-generated-data-synthetic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<relativePath/>
</parent>
<artifactId>patient-generated-data-synthetic</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<packaging>jar</packaging>
<properties>
<fhir-resources.version>10.0.3</fhir-resources.version>
<fhir-resources.version>10.0.4</fhir-resources.version>
<javax.el.version>3.0.1-b12</javax.el.version>
<populaterator.sqlserver>false</populaterator.sqlserver>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions patient-generated-data-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<relativePath/>
</parent>
<artifactId>patient-generated-data-tests</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<packaging>jar</packaging>
<properties>
<authorization.client-ids.escape>{\"P73R4CUD4\":\"pteracuda\"}</authorization.client-ids.escape>
<authorization.client-ids>{"P73R4CUD4":"pteracuda"}</authorization.client-ids>
<fhir-resources.version>10.0.3</fhir-resources.version>
<fhir-resources.version>10.0.4</fhir-resources.version>
<sentinel.skipLaunch>false</sentinel.skipLaunch>
</properties>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions patient-generated-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<relativePath/>
</parent>
<artifactId>patient-generated-data</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<packaging>jar</packaging>
<properties>
<fhir-resources.version>10.0.3</fhir-resources.version>
<fhir-resources.version>10.0.4</fhir-resources.version>
<guava.version>31.0.1-jre</guava.version>
<nimbus-jose-jwt.version>9.13</nimbus-jose-jwt.version>
<swagger-examples-maven-plugin.version>3.0.0</swagger-examples-maven-plugin.version>
<swagger-maven-plugin.version>2.1.5</swagger-maven-plugin.version>
<vulcan.version>3.0.0</vulcan.version>
<vulcan.version>3.0.1</vulcan.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>9.0.6</version>
</parent>
<artifactId>patient-generated-data-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<packaging>pom</packaging>
<modules>
<module>patient-generated-data</module>
Expand Down

0 comments on commit 3b31f78

Please sign in to comment.