-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIBI-1855. Remove snasphots repositories (aka nightly) from pom.xml d…
…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
Showing
2 changed files
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|