summaryrefslogtreecommitdiffstats
path: root/northbound/asdcApi
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-03-09 11:47:09 -0500
committerDan Timoney <dtimoney@att.com>2021-03-09 18:06:20 -0500
commit764b658c8138a9e52798ba70117fc0222893c266 (patch)
treebcc9ad80c5e0c5a4b269f332b7f2e138d8694968 /northbound/asdcApi
parent94f4b9bf8661ad75628163b46518e902b6abc834 (diff)
Roll master version for Istanbul
Roll versions of ccskd parent poms to 2.2.0-SNAPSHOT and of ccsdk/sli to 1.3.0-SNAPSHOT for Istanbul release Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1af3a469f0d8b5f46eed878e59dc318a9857c6db
Diffstat (limited to 'northbound/asdcApi')
-rwxr-xr-xnorthbound/asdcApi/installer/pom.xml4
-rw-r--r--northbound/asdcApi/model/dep.tree30
-rwxr-xr-xnorthbound/asdcApi/model/pom.xml4
-rwxr-xr-xnorthbound/asdcApi/pom.xml4
-rwxr-xr-xnorthbound/asdcApi/provider/pom.xml4
5 files changed, 38 insertions, 8 deletions
diff --git a/northbound/asdcApi/installer/pom.xml b/northbound/asdcApi/installer/pom.xml
index 796cb2784..30775361b 100755
--- a/northbound/asdcApi/installer/pom.xml
+++ b/northbound/asdcApi/installer/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.1.1</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
<artifactId>asdcApi-installer</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ccsdk-sli-northbound :: ${project.artifactId}</name>
diff --git a/northbound/asdcApi/model/dep.tree b/northbound/asdcApi/model/dep.tree
new file mode 100644
index 000000000..f0083e3a0
--- /dev/null
+++ b/northbound/asdcApi/model/dep.tree
@@ -0,0 +1,30 @@
+org.onap.ccsdk.sli.northbound:asdcApi-model:bundle:1.2.1-SNAPSHOT
++- org.opendaylight.mdsal.binding.model.ietf:rfc6991:jar:6.0.7:compile
+| +- org.opendaylight.mdsal.binding.model.ietf:rfc6991-ietf-inet-types:jar:6.0.7:compile
+| | \- org.opendaylight.mdsal.model:ietf-type-util:jar:6.0.7:compile
+| | \- org.opendaylight.mdsal:mdsal-binding-spec-util:jar:6.0.7:compile
+| \- org.opendaylight.mdsal.binding.model.ietf:rfc6991-ietf-yang-types:jar:6.0.7:compile
++- org.opendaylight.mdsal:yang-binding:jar:6.0.7:compile
+| +- org.opendaylight.yangtools:concepts:jar:5.0.7:compile
+| +- org.opendaylight.yangtools:util:jar:5.0.7:compile
+| | \- tech.pantheon.triemap:triemap:jar:1.2.0:compile
+| +- org.opendaylight.yangtools:yang-common:jar:5.0.7:compile
+| \- com.google.guava:guava:jar:28.2-jre:compile
+| +- com.google.guava:failureaccess:jar:1.0.1:compile
+| +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
+| +- org.checkerframework:checker-qual:jar:2.5.8:compile
+| +- com.google.errorprone:error_prone_annotations:jar:2.3.3:compile
+| \- com.google.j2objc:j2objc-annotations:jar:1.3:compile
++- org.slf4j:slf4j-api:jar:1.7.28:provided
++- org.eclipse.jdt:org.eclipse.jdt.annotation:jar:2.2.400:provided
++- com.github.spotbugs:spotbugs-annotations:jar:3.1.12:provided (optional)
++- org.gaul:modernizer-maven-annotations:jar:2.1.0:provided
++- org.slf4j:slf4j-simple:jar:1.7.28:test
++- org.hamcrest:hamcrest:jar:2.2:test
++- org.hamcrest:hamcrest-library:jar:2.2:test
+| \- org.hamcrest:hamcrest-core:jar:2.2:test
++- junit:junit:jar:4.13:test
+\- org.mockito:mockito-core:jar:3.3.3:test
+ +- net.bytebuddy:byte-buddy:jar:1.10.10:test
+ +- net.bytebuddy:byte-buddy-agent:jar:1.10.19:test
+ \- org.objenesis:objenesis:jar:2.6:test
diff --git a/northbound/asdcApi/model/pom.xml b/northbound/asdcApi/model/pom.xml
index a214addac..54facd7a4 100755
--- a/northbound/asdcApi/model/pom.xml
+++ b/northbound/asdcApi/model/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.1.1</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
<artifactId>asdcApi-model</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-northbound :: ${project.artifactId}</name>
diff --git a/northbound/asdcApi/pom.xml b/northbound/asdcApi/pom.xml
index c8debab38..75e93ca5c 100755
--- a/northbound/asdcApi/pom.xml
+++ b/northbound/asdcApi/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.1.1</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
<artifactId>asdcApi</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ccsdk-sli-northbound :: ${project.artifactId}</name>
diff --git a/northbound/asdcApi/provider/pom.xml b/northbound/asdcApi/provider/pom.xml
index 347ecd340..0b82a0ce3 100755
--- a/northbound/asdcApi/provider/pom.xml
+++ b/northbound/asdcApi/provider/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.1.1</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
<artifactId>asdcApi-provider</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-northbound :: ${project.artifactId}</name>