diff options
author | 2016-02-03 16:06:57 +0000 | |
---|---|---|
committer | 2016-02-03 16:06:57 +0000 | |
commit | afb65be5ea2e05319bf4241856231a2a5d8646ca (patch) | |
tree | f619bad4f641a83d645a5113ee575020a6b26ee1 /common/impl-parent | |
parent | 2663e078391746a519f6195d23abc161df9831f3 (diff) | |
parent | cc531f5b95406e0f154bec12216abc4ff1e22861 (diff) |
Merge "Fix wrong repository specification"
Diffstat (limited to 'common/impl-parent')
-rw-r--r-- | common/impl-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |