From: Robert Varga Date: Mon, 10 Mar 2014 19:18:45 +0000 (+0100) Subject: Fix clustering versions X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~332^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=28731f6aaec2b41b247a7c88bdd5c1bbd3c454e5 Fix clustering versions This fixes the versions referenced in clustered-data-store and warnings for overridden versions in sal-remoterpc-connector. Change-Id: I5c955041e89e1c73986dca3fc541f85ccc6befae Signed-off-by: Robert Varga --- diff --git a/opendaylight/md-sal/clustered-data-store/implementation/pom.xml b/opendaylight/md-sal/clustered-data-store/implementation/pom.xml index e6cfee15e1..fe0b516a8b 100644 --- a/opendaylight/md-sal/clustered-data-store/implementation/pom.xml +++ b/opendaylight/md-sal/clustered-data-store/implementation/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller sal-parent - 1.0-SNAPSHOT + 1.1-SNAPSHOT ../.. @@ -24,7 +24,6 @@ org.apache.felix maven-bundle-plugin - ${bundle.plugin.version} true @@ -35,7 +34,6 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} @@ -88,28 +86,23 @@ org.opendaylight.controller sal-core-api - 1.0-SNAPSHOT org.opendaylight.controller sal-common-util - 1.0-SNAPSHOT org.opendaylight.controller config-api - 0.2.3-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT junit diff --git a/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml index 9a8f14980d..e06363d385 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml @@ -82,25 +82,21 @@ ch.qos.logback logback-classic - 1.0.9 test com.fasterxml.jackson.core jackson-annotations - ${jackson.version} com.fasterxml.jackson.core jackson-core - ${jackson.version} com.fasterxml.jackson.core jackson-databind - ${jackson.version} @@ -126,7 +122,6 @@ org.apache.felix maven-bundle-plugin - ${bundle.plugin.version} true @@ -152,7 +147,6 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version}