aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-04-10 18:20:56 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2019-04-10 21:36:00 -0400
commit4d7847bbd41b88c65279b25cbec284d8f0a6ef3e (patch)
tree6e869ac48d3ae6d0e8c0adc1f03612282ac9b35e
parent4bba3fc57cddd367ee472b2007b37ff568416c7b (diff)
Update traversal to use 1.4.3 aai-core version
Issue-ID: AAI-2360 Change-Id: I8accc31aced0bb21ffe8ba831ac4a7a4eeec82fc Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r--aai-traversal/pom.xml4
-rw-r--r--pom.xml18
2 files changed, 20 insertions, 2 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 4dc1016..c1bb88e 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -42,8 +42,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<aai.schema.version>1.0.1</aai.schema.version>
- <aai.core.version>1.4.2</aai.core.version>
- <aai.rest.version>1.4.2</aai.rest.version>
+ <aai.core.version>1.4.3</aai.core.version>
+ <aai.rest.version>1.4.3</aai.rest.version>
<spring.boot.version>1.5.20.RELEASE</spring.boot.version>
diff --git a/pom.xml b/pom.xml
index ba8e220..6a623fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,7 @@
<site.path>/content/sites/site/org/onap/aai/traversal/${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>
@@ -153,4 +154,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>