X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsamples%2Fl2switch%2Fimplementation%2Fpom.xml;h=a0e119b49c4cce891892feb7fd95d8cadf80d18f;hp=c095eee6bcf43e0bea146c0d8a08336cd1e8dda8;hb=refs%2Fchanges%2F39%2F11739%2F4;hpb=721b580748cb93b3dac952ff1f111d0ab0da0c79 diff --git a/opendaylight/md-sal/samples/l2switch/implementation/pom.xml b/opendaylight/md-sal/samples/l2switch/implementation/pom.xml index c095eee6bc..a0e119b49c 100644 --- a/opendaylight/md-sal/samples/l2switch/implementation/pom.xml +++ b/opendaylight/md-sal/samples/l2switch/implementation/pom.xml @@ -1,64 +1,54 @@ - + 4.0.0 - sal-samples org.opendaylight.controller.samples - 1.1-SNAPSHOT + sal-samples + 1.2.0-SNAPSHOT ../.. org.opendaylight.controller.samples.l2switch.md l2switch-impl bundle - - - - - org.apache.felix - maven-bundle-plugin - true - - - - org.opendaylight.controller.sample.l2switch.md.L2SwitchProvider - - ${project.build.directory}/META-INF - - - - - junit - junit - ${junit.version} - test + org.opendaylight.controller + sal + - org.opendaylight.controller.samples.l2switch.md - l2switch-model - ${project.version} + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller.model + model-flow-service org.opendaylight.controller.model model-inventory - - org.opendaylight.controller - sal-binding-api + org.opendaylight.controller.model + model-topology - org.opendaylight.yangtools - yang-common - ${yangtools.version} + org.opendaylight.controller.samples.l2switch.md + l2switch-model + ${project.version} + + + org.opendaylight.controller.thirdparty + net.sf.jung2 org.opendaylight.yangtools yang-binding - ${yangtools.version} + + + org.opendaylight.yangtools + yang-common junit @@ -68,25 +58,24 @@ org.mockito mockito-all - ${mockito.version} test - - org.opendaylight.controller - sal - - - org.opendaylight.controller.model - model-flow-service - - - org.opendaylight.controller.thirdparty - net.sf.jung2 - - - org.opendaylight.controller.model - model-topology - 1.1-SNAPSHOT - + + + + + org.apache.felix + maven-bundle-plugin + true + + + + org.opendaylight.controller.sample.l2switch.md.L2SwitchProvider + + ${project.build.directory}/META-INF + + + +