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 /opendaylight/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 'opendaylight/pom.xml')
-rw-r--r-- | opendaylight/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index 55df2940..a2d70f23 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <artifactId>distribution-opendaylight</artifactId> @@ -15,7 +15,7 @@ <description>Creates OpenDaylight container</description> <modules> - <module>silicon</module> + <module>sulfur</module> <module>phosphorus</module> </modules> </project> |