Skip to content

Commit

Permalink
added distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
dionmcm authored Feb 5, 2021
1 parent 469c105 commit 1447525
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
<url>https://github.com/aehrc/labcodeset-fhir-transform/actions</url>
</ciManagement>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/aehrc/labcodeset-fhir-transform</url>
</repository>
</distributionManagement>

<properties>
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -282,4 +290,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 1447525

Please sign in to comment.