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

Commit

Permalink
Merge pull request #11 from department-of-veterans-affairs/API-000-pa…
Browse files Browse the repository at this point in the history
…rent-major-version-upgrade

Major spring version upgrade 2.5.6
  • Loading branch information
esubocz-va authored Nov 12, 2021
2 parents 2898236 + 4bda301 commit 0f5df11
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions emis-client-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>health-apis-parent</artifactId>
<version>8.0.28</version>
<version>9.0.0</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>2.0.5-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<groupId>gov.va.api.lighthouse</groupId>
<artifactId>emis-client-v1</artifactId>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions emis-client-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>health-apis-parent</artifactId>
<version>8.0.28</version>
<version>9.0.0</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>2.0.5-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<groupId>gov.va.api.lighthouse</groupId>
<artifactId>emis-client-v2</artifactId>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions emis-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>api-starter</artifactId>
<version>8.0.28</version>
<version>9.0.0</version>
<relativePath/>
</parent>
<groupId>gov.va.api.lighthouse</groupId>
<artifactId>emis-model</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<checkstyle.skip>true</checkstyle.skip>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>health-apis-parent</artifactId>
<version>8.0.28</version>
<version>9.0.0</version>
</parent>
<groupId>gov.va.api.lighthouse</groupId>
<artifactId>emis-parent</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>emis-model</module>
Expand Down

0 comments on commit 0f5df11

Please sign in to comment.