Skip to content

Commit

Permalink
Alagesan | Changing http based s3 url in pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
alagesann committed Dec 21, 2016
1 parent 218d248 commit 62dce61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,15 @@
<repository>
<id>repo.mybahmni.org</id>
<name>bahmni-artifactory-snapshots</name>
<url>s3://repo.mybahmni.org/artifactory/snapshot</url>
<url>http://repo.mybahmni.org.s3.amazonaws.com/artifactory/snapshot</url>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
<repository>
<id>repo.mybahmni.org-release</id>
<name>bahmni-artifactory-release</name>
<url>s3://repo.mybahmni.org/artifactory/release</url>
<url>http://repo.mybahmni.org.s3.amazonaws.com/artifactory/release</url>
</repository>
</repositories>

Expand Down

0 comments on commit 62dce61

Please sign in to comment.