From d55be919b8416596eb27856f983e2dc953c2877d Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 18 Sep 2013 14:39:11 -0500 Subject: [PATCH] Switched odl-model-project archetype to use yangtools 0.5.8-SNAPSHOT Change-Id: I404759c5863d5e7dde6d7a2a139177bbf1bcf8d7 Signed-off-by: Ed Warnicke --- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 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 671c782f21..ecc08d011d 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,7 +9,7 @@ UTF-8 http://nexus.opendaylight.org/content - 0.5.7-SNAPSHOT + 0.5.8-SNAPSHOT 2.4.0 @@ -56,7 +56,7 @@ org.opendaylight.yangtools yang-maven-plugin - 0.5.7-SNAPSHOT + ${yang.version} @@ -79,7 +79,7 @@ org.opendaylight.yangtools maven-sal-api-gen-plugin - 0.5.7-SNAPSHOT + ${yang.version} jar -- 2.36.6