diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2020-02-27 17:00:14 +0530 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2020-03-03 13:41:04 -0500 |
commit | 8ae8a3d3543cb5b67bba762e2d2b93a6cf360d9d (patch) | |
tree | f468039faea611279c057cc0163c8137aff1eaa6 /pom.xml | |
parent | d911dea6146b1410d6b47b8357a905f451b85194 (diff) |
Added interlayerAttachment resource SOTN NNI usecase
Added interlayerAttachment resource to associate
overlay TP(p-interface) to underlay TTP and
edge rule.
Change-Id: Ibb5b109bc930edaa2da554a33901f812d45954f4
Issue-ID: AAI-2593
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.6.5</version> + <version>1.6.8</version> </parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> @@ -45,6 +45,7 @@ Nexus Proxy Properties and Snapshot Locations Ideally this can be overwritten at runtime per internal environment specific values at runtime --> + <aai.common.version>1.6.5</aai.common.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <site.path>/content/sites/site/org/onap/aai/resources/${project.artifactId}/${project.version}</site.path> <release.path>/content/repositories/releases/</release.path> |