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

Commit

Permalink
API-16173 gh package migration (#16)
Browse files Browse the repository at this point in the history
* lealth-apis parent upgrade

* ithub.repository-name property
  • Loading branch information
crolarlibertyva authored May 20, 2022
1 parent e40fb59 commit 4059902
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
11 changes: 4 additions & 7 deletions emis-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>health-apis-parent</artifactId>
<version>9.0.6</version>
<version>11.0.3</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>4.0.3-SNAPSHOT</version>
<groupId>gov.va.api.lighthouse</groupId>
<artifactId>emis-client</artifactId>
<properties>
<github.repository-name>lighthouse-enterprise-military-information-service</github.repository-name>
</properties>
<dependencies>
<dependency>
<groupId>gov.va.api.lighthouse</groupId>
Expand All @@ -21,10 +24,4 @@
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>health-apis-releases</id>
<url>https://tools.health.dev-developer.va.gov/nexus/repository/health-apis-releases/</url>
</repository>
</distributionManagement>
</project>
9 changes: 2 additions & 7 deletions emis-model/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>api-starter</artifactId>
<version>9.0.6</version>
<version>11.0.3</version>
<relativePath/>
</parent>
<groupId>gov.va.api.lighthouse</groupId>
Expand All @@ -21,6 +21,7 @@
<spotbugs.skip>true</spotbugs.skip>
<jarranger.skip>true</jarranger.skip>
<fmt.skip>true</fmt.skip>
<github.repository-name>lighthouse-enterprise-military-information-service</github.repository-name>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -98,10 +99,4 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>health-apis-releases</id>
<url>https://tools.health.dev-developer.va.gov/nexus/repository/health-apis-releases/</url>
</repository>
</distributionManagement>
</project>
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
<parent>
<groupId>gov.va.api.health</groupId>
<artifactId>health-apis-parent</artifactId>
<version>9.0.6</version>
<version>11.0.3</version>
</parent>
<groupId>gov.va.api.lighthouse</groupId>
<artifactId>emis-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<github.repository-name>lighthouse-enterprise-military-information-service</github.repository-name>
</properties>
<modules>
<module>emis-model</module>
<module>emis-client</module>
Expand Down

0 comments on commit 4059902

Please sign in to comment.