From 175e47181237d48071970715e16f724de60d2e67 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 9 Mar 2016 20:46:39 -0500 Subject: [PATCH 1/1] Fix yangtools version in startup archetype Yangtools version for Boron should be 1.0.0-SNAPSHOT. Change-Id: I2109eb26d8de717ecfa212d1448456a4048e9191 Signed-off-by: Thanh Ha --- .../src/main/resources/archetype-resources/features/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml index 13e1c5c676..8ef2faeac4 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml @@ -32,7 +32,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 0.9.0-SNAPSHOT 1.4.0-SNAPSHOT 1.4.0-SNAPSHOT - 0.9.0-SNAPSHOT + 1.0.0-SNAPSHOT 0.4.0-SNAPSHOT etc/opendaylight/karaf -- 2.36.6