From 3db7b7646af8394408bedfb45df44b3b271087f6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 30 Jan 2014 11:28:15 +0100 Subject: [PATCH] Bump yangtools to 0.6.2-SNAPSHOT This will pick up upcoming yangtools release. Change-Id: I3c6f8faf8888eaa3a71a9f0e16cc242b6f958832 Signed-off-by: Robert Varga --- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- opendaylight/commons/opendaylight/pom.xml | 2 +- opendaylight/distribution/opendaylight/pom.xml | 4 ++-- .../md-sal/clustered-data-store/implementation/pom.xml | 2 +- opendaylight/md-sal/pom.xml | 1 - opendaylight/md-sal/sal-binding-broker/pom.xml | 2 +- opendaylight/md-sal/sal-binding-config/pom.xml | 2 +- opendaylight/md-sal/sal-common-api/pom.xml | 1 - opendaylight/md-sal/sal-common-util/pom.xml | 1 - opendaylight/md-sal/sal-dom-api/pom.xml | 2 +- opendaylight/md-sal/sal-dom-broker/pom.xml | 2 +- opendaylight/md-sal/sal-netconf-connector/pom.xml | 2 +- .../md-sal/sal-remoterpc-connector/implementation/pom.xml | 2 +- 13 files changed, 12 insertions(+), 15 deletions(-) diff --git a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml index 70742bd550..ebb9302b78 100644 --- a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml @@ -9,8 +9,8 @@ UTF-8 http://nexus.opendaylight.org/content - 0.6.1 - 0.6.1 + 0.6.2-SNAPSHOT + 0.6.2-SNAPSHOT 2.3.7 diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 47b31fb805..9d4f838992 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -69,7 +69,7 @@ 1.3.1 2.3.7 4.8.1 - 0.6.1 + 0.6.2-SNAPSHOT 0.4.2-SNAPSHOT 0.5.2-SNAPSHOT diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index dca781e7ec..28637bcf46 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -369,12 +369,12 @@ org.opendaylight.yangtools yang-binding - 0.6.1 + ${yangtools.version} org.opendaylight.yangtools binding-type-provider - 0.6.1 + ${yangtools.version} org.opendaylight.yangtools diff --git a/opendaylight/md-sal/clustered-data-store/implementation/pom.xml b/opendaylight/md-sal/clustered-data-store/implementation/pom.xml index c1e2fecedd..e6cfee15e1 100644 --- a/opendaylight/md-sal/clustered-data-store/implementation/pom.xml +++ b/opendaylight/md-sal/clustered-data-store/implementation/pom.xml @@ -72,7 +72,7 @@ org.opendaylight.yangtools maven-sal-api-gen-plugin - 0.6.1 + ${yangtools.version} jar diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 521ec23859..674ea240eb 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -102,7 +102,6 @@ - 0.6.1 UTF-8 http://nexus.opendaylight.org/content diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index ea50e943ca..e5a74e42a1 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -56,7 +56,7 @@ org.opendaylight.yangtools maven-sal-api-gen-plugin - 0.6.1 + ${yangtools.version} jar diff --git a/opendaylight/md-sal/sal-binding-config/pom.xml b/opendaylight/md-sal/sal-binding-config/pom.xml index aec9fe4e33..d87e272032 100644 --- a/opendaylight/md-sal/sal-binding-config/pom.xml +++ b/opendaylight/md-sal/sal-binding-config/pom.xml @@ -69,7 +69,7 @@ org.opendaylight.yangtools maven-sal-api-gen-plugin - 0.6.1 + ${yangtools.version} jar diff --git a/opendaylight/md-sal/sal-common-api/pom.xml b/opendaylight/md-sal/sal-common-api/pom.xml index 437051e346..5dd08d062d 100644 --- a/opendaylight/md-sal/sal-common-api/pom.xml +++ b/opendaylight/md-sal/sal-common-api/pom.xml @@ -26,7 +26,6 @@ org.opendaylight.yangtools concepts - 0.6.1 org.osgi diff --git a/opendaylight/md-sal/sal-common-util/pom.xml b/opendaylight/md-sal/sal-common-util/pom.xml index 2ec66b57a3..3a9b00dce0 100644 --- a/opendaylight/md-sal/sal-common-util/pom.xml +++ b/opendaylight/md-sal/sal-common-util/pom.xml @@ -21,7 +21,6 @@ org.opendaylight.yangtools concepts - 0.6.1 com.google.guava diff --git a/opendaylight/md-sal/sal-dom-api/pom.xml b/opendaylight/md-sal/sal-dom-api/pom.xml index 76d80d15f7..d7b0296ce1 100644 --- a/opendaylight/md-sal/sal-dom-api/pom.xml +++ b/opendaylight/md-sal/sal-dom-api/pom.xml @@ -59,7 +59,7 @@ org.opendaylight.yangtools maven-sal-api-gen-plugin - 0.6.1 + ${yangtools.version} jar diff --git a/opendaylight/md-sal/sal-dom-broker/pom.xml b/opendaylight/md-sal/sal-dom-broker/pom.xml index 5b883d7c42..8b193e03aa 100644 --- a/opendaylight/md-sal/sal-dom-broker/pom.xml +++ b/opendaylight/md-sal/sal-dom-broker/pom.xml @@ -104,7 +104,7 @@ org.opendaylight.yangtools maven-sal-api-gen-plugin - 0.6.1 + ${yangtools.version} jar diff --git a/opendaylight/md-sal/sal-netconf-connector/pom.xml b/opendaylight/md-sal/sal-netconf-connector/pom.xml index f90c966ba3..597b02ebb5 100644 --- a/opendaylight/md-sal/sal-netconf-connector/pom.xml +++ b/opendaylight/md-sal/sal-netconf-connector/pom.xml @@ -247,7 +247,7 @@ org.opendaylight.yangtools maven-sal-api-gen-plugin - 0.6.1 + ${yangtools.version} jar diff --git a/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml index 619b42be05..ae31c2382f 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml @@ -189,7 +189,7 @@ org.opendaylight.yangtools maven-sal-api-gen-plugin - 0.6.1 + ${yangtools.version} jar -- 2.36.6