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

Commit

Permalink
Release 0.0.57 - Jenkins Build 121 (department-of-veterans-affairs/he…
Browse files Browse the repository at this point in the history
…alth-apis-patient-generated-data/master)
  • Loading branch information
libertybot committed Jan 5, 2021
1 parent fb2ecc8 commit 87a39bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion patient-generated-data-synthetic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath/>
</parent>
<artifactId>patient-generated-data-synthetic</artifactId>
<version>0.0.57-SNAPSHOT</version>
<version>0.0.57</version>
<packaging>jar</packaging>
<properties>
<fhir-resources.version>5.0.17</fhir-resources.version>
Expand Down
2 changes: 1 addition & 1 deletion patient-generated-data-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath/>
</parent>
<artifactId>patient-generated-data-tests</artifactId>
<version>0.0.57-SNAPSHOT</version>
<version>0.0.57</version>
<packaging>jar</packaging>
<properties>
<fhir-resources.version>5.0.17</fhir-resources.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,8 @@ void search_id() {

@Test
void search_subject() {
assumeEnvironmentIn(Environment.LOCAL,
Environment.QA,
Environment.STAGING,
Environment.STAGING_LAB);
assumeEnvironmentIn(
Environment.LOCAL, Environment.QA, Environment.STAGING, Environment.STAGING_LAB);
// Environment.LAB);
String subject = systemDefinition().ids().questionnaireResponseSubject();
String query = String.format("?subject=%s", subject);
Expand Down
2 changes: 1 addition & 1 deletion patient-generated-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath/>
</parent>
<artifactId>patient-generated-data</artifactId>
<version>0.0.57-SNAPSHOT</version>
<version>0.0.57</version>
<packaging>jar</packaging>
<properties>
<fhir-resources.version>5.0.17</fhir-resources.version>
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>7.0.20</version>
</parent>
<artifactId>patient-generated-data-parent</artifactId>
<version>0.0.57-SNAPSHOT</version>
<version>0.0.57</version>
<packaging>pom</packaging>
<modules>
<module>patient-generated-data</module>
Expand Down

0 comments on commit 87a39bb

Please sign in to comment.