aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-05 11:35:39 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-05 11:36:15 -0700
commit0a241d6d402b0350220d2ff2bde15da82db3c2be (patch)
treecdb1bde1013c79256c7cd55887bc9f7ea3d2639b /pom.xml
parent95406270ed3cc4a5d9315ba2a5b23b0897036201 (diff)
Fix pom file typo
Remove extra "/" from the repository links Change-Id: Ia0a8f23a9d5382b15cc8ecff156b91d3c56bba6a Issue-ID: EXTAPI-36 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 9e03cc6..6455a8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,9 +21,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
- <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
- <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
+ <releaseNexusPath>content/repositories/releases/</releaseNexusPath>
+ <stagingNexusPath>content/repositories/staging/</stagingNexusPath>
<java.version>1.8</java.version>
</properties>