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

Commit

Permalink
Release 4.0.1 - Jenkins Build 333 (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 17, 2023
1 parent bd093db commit 34a3b41
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 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>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>jar</packaging>
<properties>
<github.repository-name>health-apis-patient-generated-data</github.repository-name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ private static final class SqlServer implements Db {
@SneakyThrows
public Optional<Connection> bootstrapConnection() {
String bootstrapUrl =
String.format("jdbc:sqlserver://%s:%s;user=%S;password=%s;encrypt=false", host, port, user, password);
String.format(
"jdbc:sqlserver://%s:%s;user=%S;password=%s;encrypt=false",
host, port, user, password);
return Optional.of(DriverManager.getConnection(bootstrapUrl));
}

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>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>jar</packaging>
<properties>
<authorization.client-ids.escape>{\"P73R4CUD4\":\"pteracuda\"}</authorization.client-ids.escape>
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>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>jar</packaging>
<properties>
<docker.organization>ghcr.io/department-of-veterans-affairs</docker.organization>
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>12.0.2</version>
</parent>
<artifactId>patient-generated-data-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>pom</packaging>
<properties>
<github.repository-name>health-apis-patient-generated-data</github.repository-name>
Expand Down

0 comments on commit 34a3b41

Please sign in to comment.