diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 18:19:55 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 21:33:54 -0400 |
commit | ea1623741e29b32a525686777e920b5f99494aff (patch) | |
tree | 87fef27117fa07248cbbe32160927f267eff7a40 /pom.xml | |
parent | 2e971ba4b99e987a18237675e50adc4a5f21d0d6 (diff) |
Update resources to use 1.4.3 aai-core version
Issue-ID: AAI-2360
Change-Id: I3b8f6e9939b192553bbc51cf1b32cc13bc62f37c
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -45,6 +45,7 @@ <site.path>/content/sites/site/org/onap/aai/resources/${project.artifactId}/${project.version}</site.path> <release.path>/content/repositories/releases/</release.path> <snapshot.path>/content/repositories/snapshots/</snapshot.path> + <staging.path>/content/repositories/staging/</staging.path> <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> </properties> @@ -198,4 +199,21 @@ <url>dav:${nexusproxy}${site.path}</url> </site> </distributionManagement> + <repositories> + <repository> + <id>ecomp-releases</id> + <name>ECOMP Release Repository</name> + <url>${nexusproxy}${release.path}</url> + </repository> + <repository> + <id>ecomp-staging</id> + <name>ECOMP Staging Repository</name> + <url>${nexusproxy}${staging.path}</url> + </repository> + <repository> + <id>ecomp-snapshots</id> + <name>ECOMP Snapshot Repository</name> + <url>${nexusproxy}${snapshot.path}</url> + </repository> + </repositories> </project> |