X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fswitchmanager%2Fimplementation%2Fpom.xml;h=f701bf0bd30ffa62e18271240073e47f9d520bbf;hp=3477abf2c4b1f15f136bd83be7fd2838689a103f;hb=ebfb63317c84ed53ce0cc57b4e7ddcaeafcb1cc3;hpb=dcf69504d519b14c357a0971798ea1b559aae5b3 diff --git a/opendaylight/switchmanager/implementation/pom.xml b/opendaylight/switchmanager/implementation/pom.xml index 3477abf2c4..f701bf0bd3 100644 --- a/opendaylight/switchmanager/implementation/pom.xml +++ b/opendaylight/switchmanager/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 switchmanager.implementation - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT bundle @@ -28,40 +32,44 @@ org.jacoco jacoco-maven-plugin - 0.5.3.201107060350 + ${jacoco.version} - org.apache.felix - maven-bundle-plugin - 2.3.6 - true - - - - - - org.opendaylight.controller.switchmanager, - org.opendaylight.controller.clustering.services, - org.opendaylight.controller.configuration, - org.opendaylight.controller.sal.core, + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + + + + org.opendaylight.controller.switchmanager, + org.opendaylight.controller.clustering.services, + org.opendaylight.controller.configuration, + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.packet, + org.opendaylight.controller.sal.reader, org.opendaylight.controller.sal.inventory, + org.opendaylight.controller.statisticsmanager, org.slf4j, org.apache.felix.dm, org.eclipse.osgi.framework.console, org.osgi.framework, + org.apache.felix.service.command, javax.xml.bind.annotation, org.apache.commons.lang3.builder - org.opendaylight.controller.switchmanager.internal.Activator + org.opendaylight.controller.switchmanager.internal.Activator - - + + ${project.basedir}/META-INF + org.jacoco @@ -88,25 +96,38 @@ - - org.opendaylight.controller - clustering.services - 0.4.0-SNAPSHOT - + + org.opendaylight.controller + clustering.services + 0.4.1-SNAPSHOT + org.opendaylight.controller configuration - 0.4.0-SNAPSHOT - - - org.opendaylight.controller - sal - 0.5.0-SNAPSHOT - - - org.opendaylight.controller - switchmanager - 0.4.0-SNAPSHOT - + 0.4.1-SNAPSHOT + + + org.opendaylight.controller + sal + 0.5.1-SNAPSHOT + + + org.opendaylight.controller + switchmanager + 0.5.1-SNAPSHOT + + + org.opendaylight.controller + statisticsmanager + 0.4.1-SNAPSHOT + + + junit + junit + + + equinoxSDK381 + org.apache.felix.gogo.runtime +