Bump versions by x.y.(z+1) 49/59349/1 stable/boron
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 22 Jun 2017 05:48:06 +0000 (05:48 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 22 Jun 2017 05:48:06 +0000 (05:48 +0000)
Change-Id: I4ed3380a3000cdb4bac3ad80a7aea1f841689420
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
70 files changed:
binding/binding-parent/pom.xml
binding/maven-sal-api-gen-plugin/pom.xml
binding/mdsal-binding-api/pom.xml
binding/mdsal-binding-dom-adapter/pom.xml
binding/mdsal-binding-dom-codec/pom.xml
binding/mdsal-binding-generator-api/pom.xml
binding/mdsal-binding-generator-impl/pom.xml
binding/mdsal-binding-generator-util/pom.xml
binding/mdsal-binding-java-api-generator/pom.xml
binding/mdsal-binding-test-model/pom.xml
binding/mdsal-binding-test-utils/pom.xml
binding/mdsal-binding-util/pom.xml
binding/pom.xml
binding/yang-binding/pom.xml
binding2/mdsal-binding2-generator-api/pom.xml
binding2/mdsal-binding2-generator-impl/pom.xml
binding2/mdsal-binding2-generator-util/pom.xml
binding2/mdsal-binding2-java-api-generator/pom.xml
binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml
binding2/mdsal-binding2-spec/pom.xml
binding2/mdsal-model-binding2-parent/pom.xml
binding2/pom.xml
binding2/prototype/pom.xml
binding2/prototype/yang-binding2/pom.xml
common/artifacts/pom.xml
common/features/pom.xml
common/mdsal-common-api/pom.xml
common/parent/pom.xml
common/pom.xml
dom/mdsal-dom-api/pom.xml
dom/mdsal-dom-broker/pom.xml
dom/mdsal-dom-inmemory-datastore/pom.xml
dom/mdsal-dom-spi/pom.xml
dom/pom.xml
entityownership/mdsal-eos-binding-adapter/pom.xml
entityownership/mdsal-eos-binding-api/pom.xml
entityownership/mdsal-eos-common-api/pom.xml
entityownership/mdsal-eos-common-spi/pom.xml
entityownership/mdsal-eos-dom-api/pom.xml
entityownership/pom.xml
model/artifacts/pom.xml
model/features/pom.xml
model/general-entity/pom.xml
model/iana/iana-afn-safi/pom.xml
model/iana/iana-if-type-2014-05-08/pom.xml
model/iana/iana-if-type/pom.xml
model/iana/pom.xml
model/ietf/ietf-access-control-list/pom.xml
model/ietf/ietf-inet-types-2013-07-15/pom.xml
model/ietf/ietf-inet-types/pom.xml
model/ietf/ietf-interfaces/pom.xml
model/ietf/ietf-network/pom.xml
model/ietf/ietf-packet-fields/pom.xml
model/ietf/ietf-restconf/pom.xml
model/ietf/ietf-ted/pom.xml
model/ietf/ietf-topology-isis/pom.xml
model/ietf/ietf-topology-l3-unicast-igp/pom.xml
model/ietf/ietf-topology-ospf/pom.xml
model/ietf/ietf-topology/pom.xml
model/ietf/ietf-type-util/pom.xml
model/ietf/ietf-yang-types-20130715/pom.xml
model/ietf/ietf-yang-types/pom.xml
model/ietf/pom.xml
model/l2-types/pom.xml
model/pom.xml
model/yang-ext/pom.xml
pom.xml
singleton-service/mdsal-singleton-common-api/pom.xml
singleton-service/mdsal-singleton-dom-impl/pom.xml
singleton-service/pom.xml

index c80ab3142b45c8349ba1953ed9b91ff6cecc933e..c3c980f834edbad751f8b5bf1e5c88db94f58816 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>1.7.4-SNAPSHOT</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <yangtools.version>1.0.4-SNAPSHOT</yangtools.version>
-        <mdsal.version>2.1.4-SNAPSHOT</mdsal.version>
-        <mdsalmodel.version>0.9.4-SNAPSHOT</mdsalmodel.version>
+        <yangtools.version>1.0.5-SNAPSHOT</yangtools.version>
+        <mdsal.version>2.1.5-SNAPSHOT</mdsal.version>
+        <mdsalmodel.version>0.9.5-SNAPSHOT</mdsalmodel.version>
         <salGeneratorPath>target/generated-sources/mdsal-binding</salGeneratorPath>
     </properties>
 
@@ -79,7 +79,7 @@
                                 <dependency>
                                     <groupId>org.opendaylight.mdsal</groupId>
                                     <artifactId>maven-sal-api-gen-plugin</artifactId>
-                                    <version>0.9.4-SNAPSHOT</version>
+                                    <version>0.9.5-SNAPSHOT</version>
                                     <type>jar</type>
                                 </dependency>
                             </dependencies>
index 3189738111c1758d6a4247e375eca357b782465f..91c19f2a7798ae82094a4c6d07d6c2c86cce5e7b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>maven-sal-api-gen-plugin</artifactId>
index 0e1766065d5f586a9bc53c14006d5bb5fff0aaa5..d5226b4d8eb2776c1165cc5ecc6435ac8858eaac 100644 (file)
@@ -4,10 +4,10 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-binding</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-binding-api</artifactId>
-  <version>2.1.4-SNAPSHOT</version>
+  <version>2.1.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 079c3618256edb6750f70c2bf2b4e8bb7ae49287..5aefad74212effd318cb0a7966d0e8d51c29231c 100644 (file)
@@ -4,10 +4,10 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-binding</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-binding-dom-adapter</artifactId>
-  <version>2.1.4-SNAPSHOT</version>
+  <version>2.1.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 59e546a84baf0d4248be7eec4b0bbecc2a848a3d..e395fad21877e705dc59447b32051f6a37371acc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index cccfc34fa536e09991e60b535111a5c632aeeb39..ce733843a28ddc22e4cdcd02986418f95e7faea7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 3f22b5b1d6346ab49767412b081a24df103df08f..934920fcb277138f0853605be05c75465297a2d8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index d8794e7b6dc6f08f7df8aececeda9a2c691ac17b..77b9ea4f5f1d422f03f4f0791e8f0de508a257ab 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 046692c71e1d0864196daf5daf17852fb1507639..d35a3521e80d8bc4640fef309763d9aee2bf79e9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index cc9609de9a1be624d0c1db24351d62dfe077a517..6fe8c37fab94f668ca0023313a0c684b3dc7a05d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../binding-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 534d1c618bbc7e77a5fccd34fe900970c9e9fe8e..31376b55cec56de28ee75d4c2c158758d2fef99b 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.7.4-SNAPSHOT</version>
+    <version>1.7.5-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.mdsal</groupId>
   <artifactId>mdsal-binding-test-utils</artifactId>
-  <version>2.1.4-SNAPSHOT</version>
+  <version>2.1.5-SNAPSHOT</version>
 
   <dependencyManagement>
     <dependencies>
index b73e73504e84c0b275730c3149a9565750c801ee..51c18914e5abcfd437397f08883efc73159f09ef 100644 (file)
@@ -4,10 +4,10 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-binding</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-binding-util</artifactId>
-  <version>2.1.4-SNAPSHOT</version>
+  <version>2.1.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index a0419852366e15e11a1ecfcf2ef936efc1ce2c18..790171d736922df19588bbca0bfbcb47f690dfe1 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.1.4-SNAPSHOT</version>
+        <version>2.1.5-SNAPSHOT</version>
         <relativePath>../common/parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>mdsal-binding</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
index 2b06fe91399cda59e551f36bfdf8c8520b4be296..2c1f9709e2170c02f08e7dbe09e0e394076e2b45 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 92921e6725109c625752861f92534e312bf4a273..15b963fc9f5a6a92f634030c0e77c61e9a442b98 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding2</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index f7d288ecc5c20b5418f7d10eb586cd78f83386c7..3e98890b9f09581e633148b0154f89039f8393ee 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding2</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index f6fd7160e48bba5bad8e406eb6b2f77a4ea01349..6a5466cb8d62c4caea41e7ed59814d25ccbb1be0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding2</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index c463fc472c760e02b36c519afc6c55fe5a052f5a..93e5525342a39f0af328d97e89ebc9ff0219be39 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding2</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index a23def2673cc465dfc251ae312f618e4c71898e5..5f4f46cad24c62bb932cf1cafb1d1fe4dfd1370b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding2</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 4f80c0f3468883018b0365deb114d65b12dcf5f4..c75dfea6b6f522a0f0808ce52ccc325e8308db10 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding2</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 51a950726ee7543658f34362e62fad5cc49532cf..2e6fbcd35dd3949ec60611ca3103352f24f4f2b8 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>1.7.4-SNAPSHOT</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-model-binding2-parent</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <yangtools.version>1.0.4-SNAPSHOT</yangtools.version>
-        <mdsal.version>2.1.4-SNAPSHOT</mdsal.version>
-        <mdsalmodel.version>0.9.4-SNAPSHOT</mdsalmodel.version>
+        <yangtools.version>1.0.5-SNAPSHOT</yangtools.version>
+        <mdsal.version>2.1.5-SNAPSHOT</mdsal.version>
+        <mdsalmodel.version>0.9.5-SNAPSHOT</mdsalmodel.version>
         <salGeneratorPath>target/generated-sources/mdsal-binding2</salGeneratorPath>
     </properties>
 
@@ -95,7 +95,7 @@
                                 <dependency>
                                     <groupId>org.opendaylight.mdsal</groupId>
                                     <artifactId>mdsal-binding2-maven-api-gen-plugin</artifactId>
-                                    <version>0.9.4-SNAPSHOT</version>
+                                    <version>0.9.5-SNAPSHOT</version>
                                     <type>jar</type>
                                 </dependency>
                             </dependencies>
index 8e5d742bdefd699d507be708a819c4843f66b456..01537d5d8715eca14e69766535159080ee98df54 100644 (file)
     <parent>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-parent</artifactId>
-      <version>2.1.4-SNAPSHOT</version>
+      <version>2.1.5-SNAPSHOT</version>
       <relativePath>../common/parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>mdsal-binding2</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
index 58b575a86708a15220d30b5053eaa01bf40d6f92..86b8d7cd8d7f836bce37b0bdfb8651b0ca0551fd 100644 (file)
@@ -6,18 +6,18 @@
 
     <groupId>org.opendaylight.yangtools.yang.binding2</groupId>
     <artifactId>prototype</artifactId>
-    <version>0.1.4-SNAPSHOT</version>
+    <version>0.1.5-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-common</artifactId>
-            <version>1.0.4-SNAPSHOT</version>
+            <version>1.0.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>yang-binding2</artifactId>
-            <version>0.9.4-SNAPSHOT</version>
+            <version>0.9.5-SNAPSHOT</version>
         </dependency>
     </dependencies>
 
index 0aab1e5fab8ad82a74ad8030d8860228fd6b3721..c92563dfdfac6b1388ecf50329b2796d9adca3fb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index c1b928153d6c72ac7c0865490781302e3dfffdb8..a937a21d38673c1e9d03a959a229ef30d52174a1 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.7.4-SNAPSHOT</version>
+      <version>1.7.5-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-artifacts</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>maven-sal-api-gen-plugin</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-binding-generator-api</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-binding-generator-util</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-binding-generator-impl</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-binding-java-api-generator</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>yang-binding</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-binding-dom-codec</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>yang-ext</artifactId>
-                <version>2013.09.07.9.4-SNAPSHOT</version>
+                <version>2013.09.07.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>general-entity</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-binding-test-model</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-binding2-generator-api</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-binding2-spec</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-binding2-generator-impl</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-binding2-java-api-generator</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-binding2-generator-util</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
index e7c0edc6390082069811e3e02dfb4b244e91e3b1..bcdd79d82ab3175fdb12c27a075b71011408fbdd 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.7.4-SNAPSHOT</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>features-mdsal</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
-        <yangtools.version>1.0.4-SNAPSHOT</yangtools.version>
+        <yangtools.version>1.0.5-SNAPSHOT</yangtools.version>
     </properties>
 
     <dependencyManagement>
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.odlparent</groupId>
                 <artifactId>odlparent-artifacts</artifactId>
-                <version>1.7.4-SNAPSHOT</version>
+                <version>1.7.5-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e4e6737593679a411a7d0a8201f54d99942b9104..d7b0d11ae35821858181ddb4a0b314a26ec58f72 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 098b3195082aa8c012594b96ec1f0648b7a1a623..f036ab7fd7f16fc75632855b18474933532ff6cd 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.7.4-SNAPSHOT</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath></relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>mdsal-parent</artifactId>
     <groupId>org.opendaylight.mdsal</groupId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <yangtools.version>1.0.4-SNAPSHOT</yangtools.version>
+        <yangtools.version>1.0.5-SNAPSHOT</yangtools.version>
         <salGeneratorPath>target/generated-sources/sal</salGeneratorPath>
 
         <!-- FIXME: these will be upstreamed -->
             <dependency>
                  <groupId>org.opendaylight.odlparent</groupId>
                  <artifactId>odlparent-artifacts</artifactId>
-                 <version>1.7.4-SNAPSHOT</version>
+                 <version>1.7.5-SNAPSHOT</version>
                  <type>pom</type>
                  <scope>import</scope>
             </dependency>
             <dependency>
                  <groupId>org.opendaylight.mdsal</groupId>
                  <artifactId>mdsal-artifacts</artifactId>
-                 <version>2.1.4-SNAPSHOT</version>
+                 <version>2.1.5-SNAPSHOT</version>
                  <type>pom</type>
                  <scope>import</scope>
             </dependency>
             <dependency>
                  <groupId>org.opendaylight.yangtools</groupId>
                  <artifactId>yangtools-artifacts</artifactId>
-                 <version>1.0.4-SNAPSHOT</version>
+                 <version>1.0.5-SNAPSHOT</version>
                  <type>pom</type>
                  <scope>import</scope>
             </dependency>
                 <plugin>
                     <groupId>org.opendaylight.yangtools</groupId>
                     <artifactId>yang-maven-plugin</artifactId>
-                    <version>0.9.4-SNAPSHOT</version>
+                    <version>0.9.5-SNAPSHOT</version>
                     <executions>
                         <execution>
                             <goals>
                         <dependency>
                             <groupId>org.opendaylight.mdsal</groupId>
                             <artifactId>maven-sal-api-gen-plugin</artifactId>
-                            <version>0.9.4-SNAPSHOT</version>
+                            <version>0.9.5-SNAPSHOT</version>
                             <type>jar</type>
                         </dependency>
                     </dependencies>
index d4f96c0e74cee9fc10d7bfe5d4f1a033a438d559..799bdb1e610510f1b779ee4e4bfeca4be76ff8fa 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-parent</artifactId>
-      <version>2.1.4-SNAPSHOT</version>
+      <version>2.1.5-SNAPSHOT</version>
       <relativePath>parent</relativePath>
     </parent>
 
index 96ecf43d87a2af352a5b620d1ab6bfecc5ff61bb..32583196b5a6fbf686f48ee2b1b8efa22411a5ba 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-dom-api</artifactId>
   <packaging>bundle</packaging>
index 7334c7c2ab5433ce9f7d5d63f5dd70750f4aed14..856af27d5126660a553913de0908a6b18e0a20b4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-dom-broker</artifactId>
   <packaging>bundle</packaging>
index 86f04381d47e29512f82cf1b1c9cfb56e3d30c82..3ef3456989e2f954cb9cb67ecce31238f1a0445e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>mdsal-dom-inmemory-datastore</artifactId>
index 3d15294bc1069ce49567f2ef52a1d61b8ef8ee93..340e720bd00cf33543283190c66e4f0f236aeb2c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>mdsal-dom-spi</artifactId>
index 04634a49a7dded03b7d3134b0dc4ade229ead921..426d0d78b90daa038cef9db6967bdbeb83c1a4ec 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.1.4-SNAPSHOT</version>
+        <version>2.1.5-SNAPSHOT</version>
         <relativePath>../common/parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
index 132b92992a360f19a7fe41c9ed4d0a2d1f45b93a..1f2e22f0e70d0605c110458cbe1f2692c399b087 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-eos</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>mdsal-eos-binding-adapter</artifactId>
index 7fa80821910713c97dfafc81521d1fc7a7f43171..7183730d266795d6db1b8048923bcc8aebb96e32 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-eos</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>mdsal-eos-binding-api</artifactId>
index bcb814c3b36bd521f51316e6355293eafdbeae16..73201dd3bf644aa52df9d96620febb9658756b47 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-eos</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>mdsal-eos-common-api</artifactId>
index 53f0c828d529fbe32f486e2027942a58d24fc2c0..9d2384a05401cd9031249cf8df90a29476ee667d 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-eos</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>mdsal-eos-common-spi</artifactId>
index e104ca1acfc4e664dafb7dccb66195c8e5ecef9d..dc8279c77eb157820d0693efea02c7ac14f3e93e 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-eos</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>mdsal-eos-dom-api</artifactId>
index 52b5d4a48c422a69e42ea213f3bf4b389eac473a..64af9ef43b4fd73d5529c71c4c6edacfbc79a004 100644 (file)
     <parent>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-parent</artifactId>
-      <version>2.1.4-SNAPSHOT</version>
+      <version>2.1.5-SNAPSHOT</version>
       <relativePath>../common/parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>mdsal-eos</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
     <description>${project.artifactId}</description>
index 415c48dfadf51356b2b39d776dc793ba79a577c7..9b2a425400b2adfe1f52b85d968e55d4628fced3 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.7.4-SNAPSHOT</version>
+      <version>1.7.5-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>mdsal-model-artifacts</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
         <!-- Model versions -->
-        <ietf.topology.version>2013.10.21.9.4-SNAPSHOT</ietf.topology.version>
+        <ietf.topology.version>2013.10.21.9.5-SNAPSHOT</ietf.topology.version>
     </properties>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>iana-afn-safi</artifactId>
-                <version>2013.07.04.9.4-SNAPSHOT</version>
+                <version>2013.07.04.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>iana-if-type-2014-05-08</artifactId>
-                <version>2014.05.08.9.4-SNAPSHOT</version>
+                <version>2014.05.08.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-inet-types</artifactId>
-                <version>2010.09.24.9.4-SNAPSHOT</version>
+                <version>2010.09.24.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-yang-types</artifactId>
-                <version>2010.09.24.9.4-SNAPSHOT</version>
+                <version>2010.09.24.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-yang-types-20130715</artifactId>
-                <version>2013.07.15.9.4-SNAPSHOT</version>
+                <version>2013.07.15.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-interfaces</artifactId>
-                <version>2014.05.08.9.4-SNAPSHOT</version>
+                <version>2014.05.08.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-restconf</artifactId>
-                <version>2013.10.19.9.4-SNAPSHOT</version>
+                <version>2013.10.19.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>opendaylight-l2-types</artifactId>
-                <version>2013.08.27.9.4-SNAPSHOT</version>
+                <version>2013.08.27.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-network-2015-06-08</artifactId>
-                <version>1.1.4-SNAPSHOT</version>
+                <version>1.1.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-inet-types-2013-07-15</artifactId>
-                <version>1.1.4-SNAPSHOT</version>
+                <version>1.1.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>features-mdsal-model</artifactId>
                 <classifier>features</classifier>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
                 <type>xml</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>general-entity</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-type-util</artifactId>
-                <version>1.0.4-SNAPSHOT</version>
+                <version>1.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-packet-fields</artifactId>
-                <version>0.7.4-SNAPSHOT</version>
+                <version>0.7.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-access-control-list</artifactId>
-                <version>0.7.4-SNAPSHOT</version>
+                <version>0.7.5-SNAPSHOT</version>
             </dependency>
             <!-- TODO: Sort dependencies alphabetically? -->
         </dependencies>
index f80ad900996a1453585964c5324a2a34808c14a7..34afff14aab33e1f909316b071358d41c9049e19 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.7.4-SNAPSHOT</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>features-mdsal-model</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
-      <yangtools.version>1.0.4-SNAPSHOT</yangtools.version>
-      <mdsal.version>2.1.4-SNAPSHOT</mdsal.version>
+      <yangtools.version>1.0.5-SNAPSHOT</yangtools.version>
+      <mdsal.version>2.1.5-SNAPSHOT</mdsal.version>
     </properties>
 
     <dependencyManagement>
@@ -45,7 +45,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>mdsal-model-artifacts</artifactId>
-                <version>0.9.4-SNAPSHOT</version>
+                <version>0.9.5-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 09823c7199100b96fedcf9a72387907488f0179c..572d3e3dce9bad94cf667ae7a720c4be0791ad81 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 5c748086a596bf3b2932f51aa7a7993c865419ef..c5e401829b5acd12f33a73cdcfd9839cb1ca6ca7 100644 (file)
     <parent>
         <artifactId>model-iana</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-afn-safi</artifactId>
-    <version>2013.07.04.9.4-SNAPSHOT</version>
+    <version>2013.07.04.9.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
 
index 0c2f43061e231d5b0fed100d8036f20fc1f65a09..66df0a12561bc2c793cb795977d2f3892b384310 100644 (file)
     <parent>
         <artifactId>model-iana</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-if-type-2014-05-08</artifactId>
-    <version>2014.05.08.9.4-SNAPSHOT</version>
+    <version>2014.05.08.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index d63294fead781d9c2add6729b4561289e7ddd483..744d1610608991ec4920e80e32fdf1e2ef0db666 100644 (file)
     <parent>
         <artifactId>model-iana</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-if-type</artifactId>
-    <version>2013.07.04.9.4-SNAPSHOT</version>
+    <version>2013.07.04.9.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
 
index 02c6f56b582733087ada3f7093db58b31859b0b1..331e6c57aa80d0883d4c3729bc28d2b3be4041cc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index 0e12f2d5ba83410fef359dafa4220505f903b882..412395db13aa3124f84b5eec9ac60c5dc5c599e7 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-access-control-list</artifactId>
-    <version>0.7.4-SNAPSHOT</version>
+    <version>0.7.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-packet-fields</artifactId>
-        <version>0.7.4-SNAPSHOT</version>
+        <version>0.7.5-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>
index b6ee68535bf1d0226130fa40fbef59160588b5d7..a973720bc328a825adf4024c94845cefc8381221 100644 (file)
@@ -6,12 +6,12 @@
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>ietf-inet-types-2013-07-15</artifactId>
-    <version>1.1.4-SNAPSHOT</version>
+    <version>1.1.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index cd933dbe4771aec750b894edef9f7e9a0937cb52..6054c96f9d7ade967b12f58420a79e9b60a03572 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-inet-types</artifactId>
-    <version>2010.09.24.9.4-SNAPSHOT</version>
+    <version>2010.09.24.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index fcad28e0f1d9196f458a30d98599fd3124b8f9dd..63c8a3f4267ddee8bd5194a543d6044203f700f2 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-interfaces</artifactId>
-    <version>2014.05.08.9.4-SNAPSHOT</version>
+    <version>2014.05.08.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 136254ffb0e3d1fad03e8d154463f7d885f7e04d..294c62993b555c324103949c66c9780440c8323d 100644 (file)
   <parent>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>model-ietf</artifactId>
-      <version>0.9.4-SNAPSHOT</version>
+      <version>0.9.5-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-network-2015-06-08</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <modelVersion>4.0.0</modelVersion>
   <name>${project.artifactId}</name>
@@ -26,7 +26,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal.model</groupId>
         <artifactId>mdsal-model-artifacts</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index bc3366b3a7018bcd70fe3bcb8d169402375bc5b9..2d678a4530a6773edc118f98e2c97e9e79fa152c 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-packet-fields</artifactId>
-    <version>0.7.4-SNAPSHOT</version>
+    <version>0.7.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 5290e4545536e14519f643a355c674d605fcfd05..4ca2a65f3565dad2bfb0eef78834418787832d1c 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-restconf</artifactId>
-    <version>2013.10.19.9.4-SNAPSHOT</version>
+    <version>2013.10.19.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 6d41ec0ea76945f2711145b841abd18d1dfb78d1..b452ebf8f4e96bfa043a85ffc18f3fe10bdc6711 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-ted</artifactId>
-    <version>2013.10.21.9.4-SNAPSHOT</version>
+    <version>2013.10.21.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 014b5d85f67911e676824760bd55d524f5a5f5dd..0303c936263fd12ec78fa1dd36a96786d298ec01 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-isis</artifactId>
-    <version>2013.10.21.9.4-SNAPSHOT</version>
+    <version>2013.10.21.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 939e488f6cff5513f0745de1cf66767e2ab2d007..372450fd0177383081e4093b42a0316e382f0f4e 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-l3-unicast-igp</artifactId>
-    <version>2013.10.21.9.4-SNAPSHOT</version>
+    <version>2013.10.21.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 80369457b68753297fc215113c95ca2a009cd47c..afd204ebaed90bff3b7edea842ee73fb4f49256c 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-ospf</artifactId>
-    <version>2013.10.21.9.4-SNAPSHOT</version>
+    <version>2013.10.21.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 28a65f811fb6d919c14658155df12da74999d184..47d23e108283660e3d9cb330d1817095bfd7fede 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology</artifactId>
-    <version>2013.10.21.9.4-SNAPSHOT</version>
+    <version>2013.10.21.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index d079d312118faadfa73e5f321e44acf193f5b460..68c092c6f3b5579cfdb5ba8ff4807b8eebdb3295 100644 (file)
@@ -4,10 +4,10 @@
   <parent>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>model-ietf</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-type-util</artifactId>
-  <version>1.0.4-SNAPSHOT</version>
+  <version>1.0.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 8842f48b83e1d732d9465275e6adc2201d573eaf..12fa0210e07125f4495402db918a7d5ccc1fdc92 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-yang-types-20130715</artifactId>
-    <version>2013.07.15.9.4-SNAPSHOT</version>
+    <version>2013.07.15.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 907422ec1d787e62a24a98abe6ef4db9a5b6befc..436fa42a4f41a60c4f75eef17c22a6299d60a02b 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-yang-types</artifactId>
-    <version>2010.09.24.9.4-SNAPSHOT</version>
+    <version>2010.09.24.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index c2c89244cd7a2609194782c4cc2f8828ffc54113..6fb7fb53cb1cc5dcf752fc358f510df872c464f9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index ac2d882efb1c2b594d4e629075179989af6f12b7..4830113e4eb74690fbfca9fd48ae52e88cab5bd4 100644 (file)
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>opendaylight-l2-types</artifactId>
-    <version>2013.08.27.9.4-SNAPSHOT</version>
+    <version>2013.08.27.9.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
 
index 70f61ef69d0fe5b2c54f15ecf1e9bea7c242f0a0..47731964b0cf638cd19dcb7ec53e54fb8fa2b5c0 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <relativePath>../binding/binding-parent</relativePath>
     </parent>
     <groupId>org.opendaylight.mdsal.model</groupId>
-    <!--<version>0.9.4-SNAPSHOT</version>-->
+    <!--<version>0.9.5-SNAPSHOT</version>-->
     <modelVersion>4.0.0</modelVersion>
     <artifactId>model-parent</artifactId>
     <packaging>pom</packaging>
@@ -24,7 +24,7 @@
     <description>${project.artifactId}</description>
 
     <properties>
-       <mdsal.model.version>0.9.4-SNAPSHOT</mdsal.model.version>
+       <mdsal.model.version>0.9.5-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <modules>
index 8045102ae08d5ccc7426c697a313763048e256f1..833817c0a84beb60d980f6d9fc6eab164281a6fa 100644 (file)
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yang-ext</artifactId>
-    <version>2013.09.07.9.4-SNAPSHOT</version>
+    <version>2013.09.07.9.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index b79886b312e8877c1b43cadff5cce6358838332f..e7b05d0429f337e045238056b9c85bc823d84b67 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.7.4-SNAPSHOT</version>
+      <version>1.7.5-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
@@ -50,7 +50,7 @@
                         <dependency>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>checkstyle-logging</artifactId>
-                            <version>1.0.4-SNAPSHOT</version>
+                            <version>1.0.5-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>
index 149efb8690124e5e766666f8191fe4a19489c6f3..3d13fb8494375ad78ece6ff0da5c223fa3849f61 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>singleton-service</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>mdsal-singleton-common-api</artifactId>
index ef289e85b26403cb3abf52acd445a0db1ea5a498..395238a1db1080776fb64052249fb0c35c41208a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>singleton-service</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>mdsal-singleton-dom-impl</artifactId>
index 9b2e884dbc55b488a8174d867a779e162294eea2..acab4a81917dd7a7e95e586af1f6c80b14a817fd 100644 (file)
     <parent>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-parent</artifactId>
-      <version>2.1.4-SNAPSHOT</version>
+      <version>2.1.5-SNAPSHOT</version>
       <relativePath>../common/parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>singleton-service</artifactId>
-    <version>2.1.4-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
     <description>${project.artifactId}</description>