diff options
-rw-r--r-- | env/pom.xml | 4 | ||||
-rw-r--r-- | log4j/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | rosetta/pom.xml | 4 | ||||
-rw-r--r-- | xgen/pom.xml | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/env/pom.xml b/env/pom.xml index 9dbec53..311df66 100644 --- a/env/pom.xml +++ b/env/pom.xml @@ -119,12 +119,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>
diff --git a/log4j/pom.xml b/log4j/pom.xml index 6161106..7a044b7 100644 --- a/log4j/pom.xml +++ b/log4j/pom.xml @@ -135,12 +135,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>
@@ -156,12 +156,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> diff --git a/rosetta/pom.xml b/rosetta/pom.xml index 9511ee0..7cd52cb 100644 --- a/rosetta/pom.xml +++ b/rosetta/pom.xml @@ -219,12 +219,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>
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>
|