diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2022-06-13 05:45:24 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-28 09:40:20 -0400 |
commit | b62ae2e4a975ae0531426d7f02a2face4ca12bfc (patch) | |
tree | 29ddecf3dcd309f5cae30ce0d9d08701dae21fd9 /pom.xml | |
parent | 8b583df562d47c7d5190f22fe35845fd50820477 (diff) |
migrate dist to sulfur-sr0
add odl sulfur dist
(djtimoney) Fixed some dependencies to resolve issues in local build,
installed odl-restconf-nb-bierman02 karaf package to enable Bierman
RESTCONF API support
Issue-ID: CCSDK-3695
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: Ifd98f04f9a68c0c3923802839cdb71e12a115d09
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>2.4.0</version> + <version>2.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution</name> |