Fix yangtools version in startup archetype 21/36021/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 10 Mar 2016 01:46:39 +0000 (20:46 -0500)
committerEd Warnicke <hagbard@gmail.com>
Fri, 11 Mar 2016 23:28:25 +0000 (23:28 +0000)
Yangtools version for Boron should be 1.0.0-SNAPSHOT.

Change-Id: I2109eb26d8de717ecfa212d1448456a4048e9191
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml

index 13e1c5c6767b58e70b4ff4c0923e2a96bc82a3b3..8ef2faeac4585090385a5613516d04d260cefbaf 100644 (file)
@@ -32,7 +32,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
     <mdsal.version>1.4.0-SNAPSHOT</mdsal.version>
     <restconf.version>1.4.0-SNAPSHOT</restconf.version>
-    <yangtools.version>0.9.0-SNAPSHOT</yangtools.version>
+    <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
     <dlux.version>0.4.0-SNAPSHOT</dlux.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>