Bump yangtools to 1.0.0-SNAPSHOT 66/33266/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 21 Jan 2016 20:49:17 +0000 (15:49 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 22 Jan 2016 04:49:39 +0000 (23:49 -0500)
Change-Id: I499a763486000dd2f208b395294a1631e220526b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
features-packetcable-policy/pom.xml
features-packetcable-policy/src/main/features/features.xml
packetcable-driver/pom.xml

index 90994355cf14a28ba4975538d2166f624678cf88..5ad73b029255be427fed314ab7fc03217b44d3d7 100644 (file)
@@ -20,7 +20,7 @@
     <name>${project.artifactId}</name>
     <version>1.4.0-SNAPSHOT</version>
     <properties>
-        <yangtools.version>0.9.0-SNAPSHOT</yangtools.version>
+        <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
         <mdsal.version>1.4.0-SNAPSHOT</mdsal.version>
         <restconf.version>1.4.0-SNAPSHOT</restconf.version>
         <feature.test.version>1.7.0-SNAPSHOT</feature.test.version>
index 4ef3e4e5d378013b0da1385dc17f47e9acaef04a..2ea868455d78829476311376a381aa89b5bae8a4 100644 (file)
@@ -19,7 +19,7 @@
     </feature>
     <feature name='odl-packetcable-policy-model' version='${project.version}'
         description='OpenDaylight :: packetcable :: policy :: Model'>
-        <feature version='${yangtools.version}'>odl-mdsal-models</feature>
+        <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
         <bundle>mvn:org.opendaylight.packetcable/packetcable-policy-model/{{VERSION}}</bundle>
     </feature>
     <feature name='odl-packetcable-policy-server' version='${project.version}'
index aeaf600378ded99751b7b9dcdbf0b3b9dca35698..8321e65005d473cb5aa27ead6bc1814f55db61cb 100644 (file)
@@ -52,7 +52,7 @@
 
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <yangtools.version>0.9.0-SNAPSHOT</yangtools.version>
+               <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
                <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
                <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
                <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>