Skip to content

Commit

Permalink
WIBI-1855. Remove snasphots repositories (aka nightly) from pom.xml d…
Browse files Browse the repository at this point in the history
…efinitions

 - Remove nightly Maven repositories from all pom.xml files

issue: https://jira.wibidata.com/browse/WIBI-1855
review: https://review.wibidata.net/r/3011
  • Loading branch information
Christophe Taton committed Sep 18, 2014
1 parent 3aa214b commit fcb6103
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,5 @@
<name>kiji-repos</name>
<url>https://repo.wibidata.com/artifactory/kiji</url>
</repository>
<repository>
<id>kiji-nightly</id>
<name>kiji-nightly</name>
<url>https://repo.wibidata.com/artifactory/kiji-nightly</url>
</repository>
</repositories>
</project>
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,10 @@
<name>kiji-repos</name>
<url>https://repo.wibidata.com/artifactory/kiji-packages</url>
</repository>
<repository>
<id>kiji-nightly</id>
<name>kiji-nightly</name>
<url>https://repo.wibidata.com/artifactory/kiji-nightly</url>
</repository>
<repository>
<id>cloudera-repos</id>
<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
</repository>
</repository>
</repositories>
<scm>
<connection>scm:git:[email protected]:kijiproject/kiji-rest.git</connection>
Expand Down

0 comments on commit fcb6103

Please sign in to comment.