From 30b180c86d654c9f3f57ca54e4ffef7cbdd732b8 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Fri, 19 Apr 2013 16:53:53 -0700 Subject: [PATCH] CSPACE-5928: Fixed repository paths to point to new lib-release-local and lib-snapshot-local repos on the Nightly Artifactory instance. --- pom.xml | 6 +++--- services/collectionobject/sample/sample/pom.xml | 4 ++-- services/organization/sample/sample/pom.xml | 4 ++-- services/person/sample/sample/pom.xml | 4 ++-- services/sdk/pom.xml | 4 ++-- services/sdk/sample/pom.xml | 4 ++-- services/vocabulary/sample/sample/pom.xml | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 7a5d5f4b5..1509a7099 100644 --- a/pom.xml +++ b/pom.xml @@ -32,12 +32,12 @@ libs-releases-local libs-releases-local - http://nightly.collectionspace.org:8081/artifactory/libs-releases-local + http://nightly.collectionspace.org:8081/artifactory/libs-release-local libs-snapshots-local libs-snapshots-local - http://nightly.collectionspace.org:8081/artifactory/libs-snapshots-local + http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local @@ -58,7 +58,7 @@ libs-releases-local libs-releases-local - http://nightly.collectionspace.org:8081/artifactory/libs-releases-local + http://nightly.collectionspace.org:8081/artifactory/libs-release-local false diff --git a/services/collectionobject/sample/sample/pom.xml b/services/collectionobject/sample/sample/pom.xml index cb87afaa7..92fbffddc 100644 --- a/services/collectionobject/sample/sample/pom.xml +++ b/services/collectionobject/sample/sample/pom.xml @@ -41,7 +41,7 @@ libs-releases-local libs-releases-local - http://nightly.collectionspace.org:8081/artifactory/libs-releases-local + http://nightly.collectionspace.org:8081/artifactory/libs-release-local true @@ -52,7 +52,7 @@ libs-snapshots-local libs-snapshots-local - http://nightly.collectionspace.org:8081/artifactory/libs-snapshots-local + http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local false diff --git a/services/organization/sample/sample/pom.xml b/services/organization/sample/sample/pom.xml index 7d8e49879..138b97436 100644 --- a/services/organization/sample/sample/pom.xml +++ b/services/organization/sample/sample/pom.xml @@ -29,7 +29,7 @@ libs-releases-local libs-releases-local - http://nightly.collectionspace.org:8081/artifactory/libs-releases-local + http://nightly.collectionspace.org:8081/artifactory/libs-release-local true @@ -41,7 +41,7 @@ libs-snapshots-local libs-snapshots-local - http://nightly.collectionspace.org:8081/artifactory/libs-snapshots-local + http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local false diff --git a/services/person/sample/sample/pom.xml b/services/person/sample/sample/pom.xml index 85b4a4174..c8119ab1d 100644 --- a/services/person/sample/sample/pom.xml +++ b/services/person/sample/sample/pom.xml @@ -28,7 +28,7 @@ libs-releases-local libs-releases-local - http://nightly.collectionspace.org:8081/artifactory/libs-releases-local + http://nightly.collectionspace.org:8081/artifactory/libs-release-local true @@ -40,7 +40,7 @@ libs-snapshots-local libs-snapshots-local - http://nightly.collectionspace.org:8081/artifactory/libs-snapshots-local + http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local false diff --git a/services/sdk/pom.xml b/services/sdk/pom.xml index 3a3938365..bfcb4bea0 100644 --- a/services/sdk/pom.xml +++ b/services/sdk/pom.xml @@ -11,12 +11,12 @@ libs-releases-local libs-releases-local - http://nightly.collectionspace.org:8081/artifactory/libs-releases-local + http://nightly.collectionspace.org:8081/artifactory/libs-release-local libs-snapshots-local libs-snapshots-local - http://nightly.collectionspace.org:8081/artifactory/libs-snapshots-local + http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local diff --git a/services/sdk/sample/pom.xml b/services/sdk/sample/pom.xml index b2f95e2a8..3653faae8 100644 --- a/services/sdk/sample/pom.xml +++ b/services/sdk/sample/pom.xml @@ -22,7 +22,7 @@ libs-releases-local libs-releases-local - http://nightly.collectionspace.org:8081/artifactory/libs-releases-local + http://nightly.collectionspace.org:8081/artifactory/libs-release-local true @@ -33,7 +33,7 @@ libs-snapshots-local libs-snapshots-local - http://nightly.collectionspace.org:8081/artifactory/libs-snapshots-local + http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local false diff --git a/services/vocabulary/sample/sample/pom.xml b/services/vocabulary/sample/sample/pom.xml index 1a1e97052..008f5e665 100644 --- a/services/vocabulary/sample/sample/pom.xml +++ b/services/vocabulary/sample/sample/pom.xml @@ -29,7 +29,7 @@ libs-releases-local libs-releases-local - http://nightly.collectionspace.org:8081/artifactory/libs-releases-local + http://nightly.collectionspace.org:8081/artifactory/libs-release-local true @@ -40,7 +40,7 @@ libs-snapshots-local libs-snapshots-local - http://nightly.collectionspace.org:8081/artifactory/libs-snapshots-local + http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local false -- 2.47.3