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

Parent Version Bump to 14.0.0 #165

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile.disabled
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
standardMavenPipeline {
healthApisMavenImage='vasdvp/health-apis-dev-tools:mvn-3.8-jdk-16'
healthApisMavenImage='ghcr.io/department-of-veterans-affairs/health-apis-docker-octopus/dev-tools:mvn-3.8-jdk-17'
slackChannels = [ 'health_apis_jenkins', 'pteralerts' ]
}
2 changes: 1 addition & 1 deletion patient-generated-data-synthetic/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>12.0.2</version>
<version>14.0.0</version>
<relativePath/>
</parent>
<artifactId>patient-generated-data-synthetic</artifactId>
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 @@ -4,7 +4,7 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>test-starter</artifactId>
<version>12.0.2</version>
<version>14.0.0</version>
<relativePath/>
</parent>
<artifactId>patient-generated-data-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion patient-generated-data-tests/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM vasdvp/health-apis-dev-tools:mvn-3.8-jdk-16
FROM ghcr.io/department-of-veterans-affairs/health-apis-docker-octopus/java-test-base:v2-jdk17

COPY maven/ /sentinel
RUN chmod 755 /sentinel/*sh
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 @@ -4,7 +4,7 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>service-starter</artifactId>
<version>12.0.2</version>
<version>14.0.0</version>
<relativePath/>
</parent>
<artifactId>patient-generated-data</artifactId>
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>12.0.2</version>
<version>14.0.0</version>
</parent>
<artifactId>patient-generated-data-parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
Expand Down