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

Commit

Permalink
use fhir-resources 13.0.0 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinCranmer authored Oct 24, 2022
1 parent 0977f76 commit d522a53
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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 @@ -4,15 +4,15 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>health-apis-parent</artifactId>
<version>11.0.9</version>
<version>11.0.14</version>
<relativePath/>
</parent>
<artifactId>patient-generated-data-synthetic</artifactId>
<version>3.0.11-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<github.repository-name>health-apis-patient-generated-data</github.repository-name>
<fhir-resources.version>11.0.20</fhir-resources.version>
<fhir-resources.version>13.0.0</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 @@ -4,7 +4,7 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>test-starter</artifactId>
<version>11.0.9</version>
<version>11.0.14</version>
<relativePath/>
</parent>
<artifactId>patient-generated-data-tests</artifactId>
Expand All @@ -14,7 +14,7 @@
<authorization.client-ids.escape>{\"P73R4CUD4\":\"pteracuda\"}</authorization.client-ids.escape>
<authorization.client-ids>{"P73R4CUD4":"pteracuda"}</authorization.client-ids>
<docker.organization>ghcr.io/department-of-veterans-affairs</docker.organization>
<fhir-resources.version>11.0.20</fhir-resources.version>
<fhir-resources.version>13.0.0</fhir-resources.version>
<github.repository-name>health-apis-patient-generated-data</github.repository-name>
<sentinel.skipLaunch>false</sentinel.skipLaunch>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions patient-generated-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>service-starter</artifactId>
<version>11.0.9</version>
<version>11.0.14</version>
<relativePath/>
</parent>
<artifactId>patient-generated-data</artifactId>
<version>3.0.11-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<docker.organization>ghcr.io/department-of-veterans-affairs</docker.organization>
<fhir-resources.version>11.0.20</fhir-resources.version>
<fhir-resources.version>13.0.0</fhir-resources.version>
<github.repository-name>health-apis-patient-generated-data</github.repository-name>
<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-examples-maven-plugin.version>3.0.3</swagger-examples-maven-plugin.version>
<swagger-maven-plugin.version>2.1.5</swagger-maven-plugin.version>
<talos.version>3.0.2</talos.version>
<vulcan.version>4.0.4</vulcan.version>
<vulcan.version>4.0.6</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 @@ -4,7 +4,7 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>health-apis-parent</artifactId>
<version>11.0.9</version>
<version>11.0.14</version>
</parent>
<artifactId>patient-generated-data-parent</artifactId>
<version>3.0.11-SNAPSHOT</version>
Expand Down

0 comments on commit d522a53

Please sign in to comment.