summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2016-02-03 16:06:57 +0000
committerGerrit Code Review <gerrit@fd.io>2016-02-03 16:06:57 +0000
commitafb65be5ea2e05319bf4241856231a2a5d8646ca (patch)
treef619bad4f641a83d645a5113ee575020a6b26ee1 /pom.xml
parent2663e078391746a519f6195d23abc161df9831f3 (diff)
parentcc531f5b95406e0f154bec12216abc4ff1e22861 (diff)
Merge "Fix wrong repository specification"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 58ed81ab6..90548778f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
</repository>
<snapshotRepository>
<id>fdio-snapshot</id>
- <url>${nexusproxy}/repositories/fd.io.dev/</url>
+ <url>${nexusproxy}/repositories/fd.io.snapshot/</url>
</snapshotRepository>
</distributionManagement>
</project>