Bug 6797 - Fix deadlock on cached schema-changed notifications
[netconf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 192489aa461a54566dbce774df7a325fa6f64cfa..6eb8222ca59a597e1d36285dfc8be5660a9d15d6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.2-SNAPSHOT</version>
+        <version>1.6.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     </modules>
 
     <properties>
-        <aaa.version>0.3.2-SNAPSHOT</aaa.version>
+        <aaa.version>0.3.4-SNAPSHOT</aaa.version>
         <akka.version>2.3.14</akka.version>
-        <commons.logback_settings.version>0.2.2-SNAPSHOT</commons.logback_settings.version>
-        <commons.opendaylight.version>1.6.2-SNAPSHOT</commons.opendaylight.version>
-        <config.version>0.4.2-SNAPSHOT</config.version>
+        <commons.logback_settings.version>0.2.4-SNAPSHOT</commons.logback_settings.version>
+        <commons.opendaylight.version>1.6.4-SNAPSHOT</commons.opendaylight.version>
+        <config.version>0.4.4-SNAPSHOT</config.version>
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
         <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-        <features.test.version>1.6.2-SNAPSHOT</features.test.version>
-        <ietf-inet-types.version>2010.09.24.8.2-SNAPSHOT</ietf-inet-types.version>
-        <ietf-restconf.version>2013.10.19.8.2-SNAPSHOT</ietf-restconf.version>
-        <ietf-topology.version>2013.10.21.8.2-SNAPSHOT</ietf-topology.version>
-        <ietf-yang-types.version>2010.09.24.8.2-SNAPSHOT</ietf-yang-types.version>
+        <features.test.version>1.6.4-SNAPSHOT</features.test.version>
+        <ietf-inet-types.version>2010.09.24.8.4-SNAPSHOT</ietf-inet-types.version>
+        <ietf-restconf.version>2013.10.19.8.4-SNAPSHOT</ietf-restconf.version>
+        <ietf-topology.version>2013.10.21.8.4-SNAPSHOT</ietf-topology.version>
+        <ietf-yang-types.version>2010.09.24.8.4-SNAPSHOT</ietf-yang-types.version>
 
-        <mdsal.version>2.0.2-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.8.2-SNAPSHOT</mdsal.model.version>
-        <controller.mdsal.version>1.3.2-SNAPSHOT</controller.mdsal.version>
-        <netconf.version>1.0.2-SNAPSHOT</netconf.version>
-        <restconf.version>1.3.2-SNAPSHOT</restconf.version>
-        <protocol-framework.version>0.7.2-SNAPSHOT</protocol-framework.version>
+        <mdsal.version>2.0.4-SNAPSHOT</mdsal.version>
+        <mdsal.model.version>0.8.4-SNAPSHOT</mdsal.model.version>
+        <controller.mdsal.version>1.3.4-SNAPSHOT</controller.mdsal.version>
+        <netconf.version>1.0.4-SNAPSHOT</netconf.version>
+        <restconf.version>1.3.4-SNAPSHOT</restconf.version>
+        <protocol-framework.version>0.7.4-SNAPSHOT</protocol-framework.version>
         <sshd-core.version>0.14.0</sshd-core.version>
         <scala.major.version>2.11</scala.major.version>
         <scala.minor.version>7</scala.minor.version>
         <surefire.version>2.15</surefire.version>
-        <yangtools.version>0.8.2-SNAPSHOT</yangtools.version>
+        <yangtools.version>0.8.4-SNAPSHOT</yangtools.version>
 
         <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
         <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
                         <dependency>
                             <groupId>org.opendaylight.controller</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>0.2.2-SNAPSHOT</version>
+                            <version>0.2.4-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                     <executions>