X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fcontainermanager%2Fimplementation%2Fpom.xml;h=18ed78c37bcb7cf348ede7e1e0641ee2a34a4c4c;hb=6f4513207969e32b59dd456f43dfa9137e04d563;hp=9e2f5662ef38b78460ba34946cd2d216bbaf3761;hpb=fdfe6f9fa93dcfb1b941e61a590b20ea75911791;p=controller.git diff --git a/opendaylight/containermanager/implementation/pom.xml b/opendaylight/containermanager/implementation/pom.xml index 9e2f5662ef..18ed78c37b 100644 --- a/opendaylight/containermanager/implementation/pom.xml +++ b/opendaylight/containermanager/implementation/pom.xml @@ -1,17 +1,21 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT ../../commons/opendaylight + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + HEAD + - org.opendaylight.controller containermanager.implementation - 0.4.0-SNAPSHOT + 0.5.1-SNAPSHOT bundle @@ -19,13 +23,17 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true org.opendaylight.controller.containermanager, + org.opendaylight.controller.appauth.authorization, + org.opendaylight.controller.usermanager, + org.opendaylight.controller.configuration, org.opendaylight.controller.clustering.services, + org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.packet, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.core, @@ -33,6 +41,7 @@ org.opendaylight.controller.sal.flowprogrammer, org.opendaylight.controller.sal.match, org.opendaylight.controller.sal.reader, + org.opendaylight.controller.topologymanager, org.eclipse.osgi.framework.console, org.osgi.framework, org.slf4j, @@ -44,6 +53,7 @@ org.opendaylight.controller.containermanager.internal.Activator + ${project.basedir}/META-INF @@ -52,17 +62,37 @@ org.opendaylight.controller clustering.services - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT org.opendaylight.controller containermanager - 0.4.0-SNAPSHOT + 0.5.1-SNAPSHOT - + + org.opendaylight.controller + configuration + 0.4.1-SNAPSHOT + + + org.opendaylight.controller + appauth + 0.4.1-SNAPSHOT + + + org.opendaylight.controller + topologymanager + 0.4.1-SNAPSHOT + + org.opendaylight.controller sal - 0.5.0-SNAPSHOT - + 0.5.1-SNAPSHOT + + + org.opendaylight.controller + usermanager + 0.4.1-SNAPSHOT +