Fix for $[netconf.version} issues. 90/2090/1
authorEd Warnicke <eaw@cisco.com>
Wed, 23 Oct 2013 03:03:55 +0000 (22:03 -0500)
committerEd Warnicke <eaw@cisco.com>
Wed, 23 Oct 2013 03:03:55 +0000 (22:03 -0500)
Change-Id: I39bc581dbb09f5f145fd5d9b08c6872b58f29184
Signed-off-by: Ed Warnicke <eaw@cisco.com>
opendaylight/netconf/config-netconf-connector/pom.xml
opendaylight/netconf/config-persister-impl/pom.xml
opendaylight/netconf/netconf-api/pom.xml
opendaylight/netconf/netconf-client/pom.xml
opendaylight/netconf/netconf-impl/pom.xml
opendaylight/netconf/netconf-it/pom.xml
opendaylight/netconf/netconf-mapping-api/pom.xml
opendaylight/netconf/netconf-util/pom.xml
opendaylight/netconf/pom.xml

index e3bcf504c034604139e5e21dc1481759f7473740..3e3e3f234193c9e4f30909fb3bf07aeadac95842 100755 (executable)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>${netconf.version}</version>
+        <version>0.2.2-SNAPSHOT</version>
     </parent>
     <artifactId>config-netconf-connector</artifactId>
     <name>${project.artifactId}</name>
index 668d7d905b96055f23430f6f02a701483aeb3aa8..ffc80c0a19574d531ee7312eca9b7dcfbdd497b1 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>${netconf.version}</version>
+        <version>0.2.2-SNAPSHOT</version>
     </parent>
     <artifactId>config-persister-impl</artifactId>
     <name>${project.artifactId}</name>
index 8d800be2f781ed259fd82ea2b9de4f2ee90deb7c..69c0660dc5a9a138150fea81d62b73762ef5a1a6 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>${netconf.version}</version>
+        <version>0.2.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>netconf-api</artifactId>
index f557a21aedc12b28c96a396ddc5953f05b28d6bd..edd84937d6aa983da6085d4552500dec7ff276f6 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>${netconf.version}</version>
+        <version>0.2.2-SNAPSHOT</version>
     </parent>
     <artifactId>netconf-client</artifactId>
     <name>${project.artifactId}</name>
index 2b3ddc1038b764f029af7ee199593538f616703d..ba0723d78711a727c21fa1b5d2071cab4e814e91 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>${netconf.version}</version>
+        <version>0.2.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>netconf-impl</artifactId>
index a64d7f3de5747c3b250757b7ad5810808c3e40b1..6facfa8fba7d6da08d291abec853164ffb586832 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>${netconf.version}</version>
+        <version>0.2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>netconf-it</artifactId>
index a9928a6dc6baf9f42eb0670eda3423e3d691c8f2..9fb820695adbf18216afe20886e47133e70457ea 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>${netconf.version}</version>
+        <version>0.2.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>netconf-mapping-api</artifactId>
index 0dbb45cbdf6210756c174d9db1033101b048b906..b180a678236b08db16a4c6b103af7cd8b1bae97e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>${netconf.version}</version>
+        <version>0.2.2-SNAPSHOT</version>
     </parent>
     <artifactId>netconf-util</artifactId>
     <name>${project.artifactId}</name>
index 840f557f51ae14fd41a737a38de07421ee70de14..8436a1388b250ef683cf0eeadee0143b806ace13 100644 (file)
@@ -9,7 +9,7 @@
         <relativePath>../commons/opendaylight</relativePath>
     </parent>
 
-    <version>${netconf.version}</version>
+    <version>0.2.2-SNAPSHOT</version>
     <artifactId>netconf-subsystem</artifactId>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>