diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2016-02-03 16:06:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-02-03 16:06:57 +0000 |
commit | afb65be5ea2e05319bf4241856231a2a5d8646ca (patch) | |
tree | f619bad4f641a83d645a5113ee575020a6b26ee1 /common | |
parent | 2663e078391746a519f6195d23abc161df9831f3 (diff) | |
parent | cc531f5b95406e0f154bec12216abc4ff1e22861 (diff) |
Merge "Fix wrong repository specification"
Diffstat (limited to 'common')
-rw-r--r-- | common/api-parent/pom.xml | 2 | ||||
-rw-r--r-- | common/features-parent/pom.xml | 2 | ||||
-rw-r--r-- | common/impl-parent/pom.xml | 2 | ||||
-rw-r--r-- | common/it-parent/pom.xml | 2 | ||||
-rw-r--r-- | common/karaf-parent/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 02e8fa457..24db461d9 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -67,7 +67,7 @@ </repository> <snapshotRepository> <id>fdio-snapshot</id> - <url>${nexusproxy}/repositories/fd.io.dev/</url> + <url>${nexusproxy}/repositories/fd.io.snapshot/</url> </snapshotRepository> </distributionManagement> </project> diff --git a/common/features-parent/pom.xml b/common/features-parent/pom.xml index d11d0e901..7744ebc4b 100644 --- a/common/features-parent/pom.xml +++ b/common/features-parent/pom.xml @@ -67,7 +67,7 @@ </repository> <snapshotRepository> <id>fdio-snapshot</id> - <url>${nexusproxy}/repositories/fd.io.dev/</url> + <url>${nexusproxy}/repositories/fd.io.snapshot/</url> </snapshotRepository> </distributionManagement> </project> diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index f7eca59ef..c5b95f089 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -71,7 +71,7 @@ </repository> <snapshotRepository> <id>fdio-snapshot</id> - <url>${nexusproxy}/repositories/fd.io.dev/</url> + <url>${nexusproxy}/repositories/fd.io.snapshot/</url> </snapshotRepository> </distributionManagement> </project> diff --git a/common/it-parent/pom.xml b/common/it-parent/pom.xml index 3d756ffcf..142e73c09 100644 --- a/common/it-parent/pom.xml +++ b/common/it-parent/pom.xml @@ -69,7 +69,7 @@ </repository> <snapshotRepository> <id>fdio-snapshot</id> - <url>${nexusproxy}/repositories/fd.io.dev/</url> + <url>${nexusproxy}/repositories/fd.io.snapshot/</url> </snapshotRepository> </distributionManagement> </project> diff --git a/common/karaf-parent/pom.xml b/common/karaf-parent/pom.xml index 3cdfc91dd..ac7bb8296 100644 --- a/common/karaf-parent/pom.xml +++ b/common/karaf-parent/pom.xml @@ -67,7 +67,7 @@ </repository> <snapshotRepository> <id>fdio-snapshot</id> - <url>${nexusproxy}/repositories/fd.io.dev/</url> + <url>${nexusproxy}/repositories/fd.io.snapshot/</url> </snapshotRepository> </distributionManagement> </project> |