Skip to content

Commit

Permalink
Updated repository location in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
keithboone committed Jun 29, 2024
1 parent 5173f3b commit 59f3f34
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@
</parent>
<groupId>cdc.gov.izgw</groupId>
<artifactId>v2tofhir</artifactId>
<version>0.0.1-IZGW-RELEASE</version>
<version>0.0.1-v2tofhir-SNAPSHOT</version>
<name>HL7 Version 2 to FHIR Conversion</name>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/IZGateway/v2tofhir</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>ca.uhn.hapi</groupId>
Expand Down

0 comments on commit 59f3f34

Please sign in to comment.