diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-05 11:35:39 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-05 11:36:15 -0700 |
commit | 0a241d6d402b0350220d2ff2bde15da82db3c2be (patch) | |
tree | cdb1bde1013c79256c7cd55887bc9f7ea3d2639b /pom.xml | |
parent | 95406270ed3cc4a5d9315ba2a5b23b0897036201 (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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |