diff options
author | sg481n <sg481n@att.com> | 2017-08-17 17:25:33 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-08-17 17:25:42 -0400 |
commit | a85b56b321be5db345dd646a43bfedaa06f19414 (patch) | |
tree | 9ae7384e2c8a86bbf325199ea60a3b59d4704497 /xgen/pom.xml | |
parent | 8b4e9f1341e23b5e75b982876b1993f7d29d0a3e (diff) |
Update all pom files in aaf inno
Modify all pom files with distribution management
repository.
Issue-id: AAF-23
Change-Id: I5ccab177520d98cbc55e37728bbb40c9fce3269b
Signed-off-by: sg481n <sg481n@att.com>
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>
|