diff options
Diffstat (limited to 'xgen/pom.xml')
-rw-r--r-- | xgen/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xgen/pom.xml b/xgen/pom.xml index 45a3bee..cd7cb54 100644 --- a/xgen/pom.xml +++ b/xgen/pom.xml @@ -105,12 +105,12 @@ <repository>
<id>ecomp-releases</id>
<name>AAF Release Repository</name>
- <url>${nexusproxy}/${releaseNexusPath}</url>
+ <url>${nexusproxy}${releaseNexusPath}</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
<name>AAF Snapshot Repository</name>
- <url>${nexusproxy}/${snapshotNexusPath}</url>
+ <url>${nexusproxy}${snapshotNexusPath}</url>
</snapshotRepository>
</distributionManagement>
<pluginRepositories>
|