Skip to content

Commit

Permalink
Update package publish workflows (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko authored Oct 12, 2022
1 parent ff3b970 commit dd93cff
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,25 +185,16 @@
<repository>
<id>github-packages</id>
<name>Github Maven Repo</name>
<url>https://maven.pkg.github.com/i-tech-uw/openmrs-module-labonfhir</url>
<url>https://maven.pkg.github.com/openmrs/openmrs-module-labonfhir</url>
<uniqueVersion>false</uniqueVersion>
</repository>
<snapshotRepository>
<id>github-packages</id>
<name>Github Maven Repo</name>
<url>https://maven.pkg.github.com/i-tech-uw/openmrs-module-labonfhir</url>
<url>https://maven.pkg.github.com/openmrs/openmrs-module-labonfhir</url>
<uniqueVersion>true</uniqueVersion>
</snapshotRepository>
</distributionManagement>
<repositories>
<!-- Use the Github Packages Repo first when looking up dependencies -->
<repository>
<id>github-packages</id>
<name>Github Maven Repo</name>
<url>https://maven.pkg.github.com/i-tech-uw/openmrs-module-labonfhir</url>
</repository>
</repositories>

</profile>
</profiles>
<properties>
Expand Down

0 comments on commit dd93cff

Please sign in to comment.