Skip to content

Commit

Permalink
change distribution to deploy to OpenMRS maven repo instead of bahmni…
Browse files Browse the repository at this point in the history
… repo
  • Loading branch information
mogoodrich committed Apr 19, 2017
1 parent b80eb70 commit 2e373a0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,15 @@
</pluginRepositories>

<distributionManagement>
<repository>
<id>openmrs-repo-modules</id>
<name>Modules</name>
<url>http://mavenrepo.openmrs.org/nexus/content/repositories/modules/</url>
</repository>
<snapshotRepository>
<id>repo.mybahmni.org</id>
<name>bahmni-artifactory-snapshots</name>
<url>s3://repo.mybahmni.org/artifactory/snapshot</url>
</snapshotRepository>
<id>openmrs-repo-snapshots</id>
<name>OpenMRS Snapshots</name>
<url>http://mavenrepo.openmrs.org/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 2e373a0

Please sign in to comment.