Incrementing versions by 0.0.1 for post-Helium stability branch 26/11726/1
authorColin Dixon <colin@colindixon.com>
Fri, 3 Oct 2014 16:44:46 +0000 (11:44 -0500)
committerColin Dixon <colin@colindixon.com>
Fri, 3 Oct 2014 16:44:46 +0000 (11:44 -0500)
Change-Id: I72548306616a45edb87d66312f6452723af1f460
Signed-off-by: Colin Dixon <colin@colindixon.com>
78 files changed:
benchmarks/pom.xml
code-generator/binding-data-codec/pom.xml
code-generator/binding-generator-api/pom.xml
code-generator/binding-generator-impl/pom.xml
code-generator/binding-generator-spi/pom.xml
code-generator/binding-generator-util/pom.xml
code-generator/binding-java-api-generator/pom.xml
code-generator/binding-model-api/pom.xml
code-generator/binding-test-model/pom.xml
code-generator/binding-type-provider/pom.xml
code-generator/maven-sal-api-gen-plugin/pom.xml
code-generator/pom.xml
code-generator/samples/maven-code-gen-sample/pom.xml
code-generator/samples/modeling-sample/pom.xml
common/checkstyle-logging/pom.xml
common/concepts/pom.xml
common/features-test/pom.xml
common/features/pom.xml
common/mockito-configuration/pom.xml
common/object-cache-api/pom.xml
common/object-cache-guava/pom.xml
common/object-cache-noop/pom.xml
common/parent/pom.xml
common/pom.xml
common/util/pom.xml
integration-test/bug1196-test-model/pom.xml
integration-test/bug527-test-model/pom.xml
integration-test/bundle-test/pom.xml
integration-test/pom.xml
integration-test/regression-test-model/pom.xml
integration-test/test-models/pom.xml
integration-test/yang-runtime-tests/pom.xml
model/iana/iana-afn-safi/pom.xml
model/iana/iana-if-type/pom.xml
model/iana/pom.xml
model/ietf/ietf-inet-types/pom.xml
model/ietf/ietf-netconf/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-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
restconf/pom.xml
restconf/restconf-client-api/pom.xml
restconf/restconf-client-impl/pom.xml
restconf/restconf-common/pom.xml
restconf/restconf-jaxrs-api/pom.xml
restconf/restconf-test-service/pom.xml
restconf/restconf-util/pom.xml
third-party/antlr4-runtime-osgi/pom.xml
third-party/pom.xml
third-party/xtend-lib-osgi/pom.xml
websocket/pom.xml
websocket/websocket-client/pom.xml
yang/pom.xml
yang/yang-binding/pom.xml
yang/yang-common/pom.xml
yang/yang-data-api/pom.xml
yang/yang-data-codec-gson/pom.xml
yang/yang-data-composite-node/pom.xml
yang/yang-data-impl/pom.xml
yang/yang-data-operations/pom.xml
yang/yang-data-util/pom.xml
yang/yang-maven-plugin-it/pom.xml
yang/yang-maven-plugin-spi/pom.xml
yang/yang-maven-plugin/pom.xml
yang/yang-model-api/pom.xml
yang/yang-model-util/pom.xml
yang/yang-parser-api/pom.xml
yang/yang-parser-impl/pom.xml

index ca45d9c0e118c535393d7e21d191a9f3699b8fa9..316638c082545bd3fd8b81cf082d6a85f3d0e1f6 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>../common/parent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -14,8 +14,8 @@
   <artifactId>benchmarks</artifactId>
 
   <properties>
-    <yangtools.version>0.6.2-Helium</yangtools.version>
-    <yang.maven.plugin.version>0.6.2-Helium</yang.maven.plugin.version>
+    <yangtools.version>0.6.3-SNAPSHOT</yangtools.version>
+    <yang.maven.plugin.version>0.6.3-SNAPSHOT</yang.maven.plugin.version>
     <java.source.version>1.7</java.source.version>
     <java.target.version>1.7</java.target.version>
     <jmh.version>0.9.7</jmh.version>
index 80361fb410c2c1112c89d8fbdceb97f9881fb5ec..bc561de8559d5130279be6c4d84d17ac2ccdc38a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index ac5571ad40e3913f1f7d762fb91c1c733e3a764c..32f3ec253603a218c6af6a897176791774aae542 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 0a80212f5141a9543382ce49e81e36f73ba7269b..0ecb675bd1d226ad2d038e5bcec8e870a7697303 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 9324dc85c19e8bd6582c3be207069281c8f22961..c63a5759647891a6607bdec51e8142c84d8e7c09 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index fb751fdd3e4565700725294979256d09864da591..bbd0f477eb4fadce15ca617d5c2db785917103c3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 022cd3ceddddbb64d025d78febc19ab454cf5f13..4cab7321b866c9ec0c519338ae24313e82129a1a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 488143c26ea37f55f13205d78a387227012f2101..37c383f74b2265265c961573696ddd6a76331d81 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index f6d584180f2420347e07f3f9a806646d27a10e02..b452f8224f4ab951d3756fd1debd6de437009a67 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
index db569e0fdb76c148475a697043c27e57b1aed6ba..a78066f32d2c596c267169765a624f6f6048b939 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 241d7caec98e0bfdf3c4e06e24daf549c3837c0a..08dc3a08603ddf6e720872f5b0965b7c295e6329 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>maven-sal-api-gen-plugin</artifactId>
index fd71d0be55624788e57b3017be2cc572758c5d89..482521bac865da806bcaeb813a209973d9acce3d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>../common/parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 8935ffe486d6d703948030877404d82d064f8fd7..0d5cd1242afa29e262e3577782e52353bf0b0408 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
     <artifactId>maven-code-gen-sample</artifactId>
 
index 0470da55a84f14cb188d408fb1c241c6d981a8ec..2d067c4e4259dc01e8b73643c51103fc2e7c8e22 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
     <artifactId>modeling-sample</artifactId>
 
index ff60427165066446dec4df49f3be0351918c90f7..38897a4ade86f84b517734e09ec4a5339cc84476 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
   <artifactId>checkstyle-logging</artifactId>
index 753fe6e3acdc2b73b1c000ee994cd9a077eda9ec..98e3096a9b5d38221579709a46c9290dcdf13f46 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index e7e0d32b3e17b226120b20e77a621632abe6a1b6..fabe6422fbf4d7dbb1f6c9cc0a4bf67f42c2a4e3 100644 (file)
@@ -13,7 +13,7 @@
    <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.6.2-Helium</version>
+      <version>0.6.3-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <artifactId>features-test</artifactId>
index 8cb65fe1377b29b3f3835d62080c67292c405a48..1d66b4910fafedf3a78d05beca2c09abbc85a677 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>features-yangtools</artifactId>
index 53e082ab2ee77c365ced663f412427a92672b4c0..fb7ded5cb8e8d86c8d5fb31c36268d82aede192d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 0b21d9288aee0101ac351c889849126ab49bd148..7106b37f70bf40eebb51e8c1ede38f253b9098d2 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
     <packaging>bundle</packaging>
index ad845a4382ddc8e0f65b1b55f63afce0bbf8a70e..3b68d684de3f273db4ee9117a50c788540355681 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 2207015a9a544ff508d79f3de47cbe60e770489b..cc83b49e93858dba1223ab4a4580ce8bb7930b23 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
     <packaging>bundle</packaging>
index f4a73ef5e90575539db0224d769f6bd768aa10b1..d1fe52c4f7bb16cd3056d749014ceabd2e1bfb48 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.4.2-Helium</version>
+        <version>1.4.3-SNAPSHOT</version>
         <relativePath></relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yangtools-parent</artifactId>
     <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-Helium</version>
+    <version>0.6.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <prerequisites>
         <maven>3.0.4</maven>
         <ctrie.version>0.2.0</ctrie.version>
         <exam.version>3.0.0</exam.version>
         <groovy.version>2.1.6</groovy.version>
-        <yangtools.version>0.6.2-Helium</yangtools.version>
-        <ietf.topology.version>2013.10.21.2-Helium</ietf.topology.version>
-        <ietf.inet.types.version>2010.09.24.4-Helium</ietf.inet.types.version>
-        <ietf.yang.types.version>2010.09.24.4-Helium</ietf.yang.types.version>
-        <ietf.yang.types.20130715.version>2013.07.15.1-Helium</ietf.yang.types.20130715.version>
-        <ietf.restconf.version>2013.10.19.1-Helium</ietf.restconf.version>
+        <yangtools.version>0.6.3-SNAPSHOT</yangtools.version>
+        <ietf.topology.version>2013.10.21.2.1-SNAPSHOT</ietf.topology.version>
+        <ietf.inet.types.version>2010.09.24.4.1-SNAPSHOT</ietf.inet.types.version>
+        <ietf.yang.types.version>2010.09.24.4.1-SNAPSHOT</ietf.yang.types.version>
+        <ietf.yang.types.20130715.version>2013.07.15.1.1-SNAPSHOT</ietf.yang.types.20130715.version>
+        <ietf.restconf.version>2013.10.19.1.1-SNAPSHOT</ietf.restconf.version>
         <karaf.version>3.0.1</karaf.version>
         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
-        <opendaylight.l2.types.version>2013.08.27.4-Helium</opendaylight.l2.types.version>
-        <yang.ext.version>2013.09.07.4-Helium</yang.ext.version>
+        <opendaylight.l2.types.version>2013.08.27.4.1-SNAPSHOT</opendaylight.l2.types.version>
+        <yang.ext.version>2013.09.07.4.1-SNAPSHOT</yang.ext.version>
         <maven.javadoc.version>2.9.1</maven.javadoc.version>
         <jsr305.version>2.0.1</jsr305.version>
 
                 <plugin>
                     <groupId>org.opendaylight.yangtools</groupId>
                     <artifactId>yang-maven-plugin</artifactId>
-                    <version>0.6.2-Helium</version>
+                    <version>0.6.3-SNAPSHOT</version>
                     <executions>
                         <execution>
                             <goals>
                         <dependency>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>maven-sal-api-gen-plugin</artifactId>
-                            <version>0.6.2-Helium</version>
+                            <version>0.6.3-SNAPSHOT</version>
                             <type>jar</type>
                         </dependency>
                     </dependencies>
index 53d88679f97c33e3f62b6b888582c7018f501338..1027bf1b3d2e8fdb51b4927d7deccdfb45b8b31d 100644 (file)
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.6.2-Helium</version>
+      <version>0.6.3-SNAPSHOT</version>
       <relativePath>parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-Helium</version>
+    <version>0.6.3-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>common-aggregator</artifactId>
     <packaging>pom</packaging>
index 5c0cabe6337051b8debbbe8783c59105b144a450..321ed6e9c6c2d91237919fbfd6d81c132176c2bb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
     <packaging>bundle</packaging>
@@ -51,7 +51,7 @@
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>mockito-configuration</artifactId>
             <scope>test</scope>
-            <version>0.6.2-Helium</version>
+            <version>0.6.3-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>
index 8ce47da33c7da56fdd4137ce0292e8c225661693..6ea005f62a288c30a69d865a6204c533bbacfe86 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>yang-binding</artifactId>
-                        <version>0.6.2-Helium</version>
+                        <version>0.6.3-SNAPSHOT</version>
                     </dependency>
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>yang-common</artifactId>
-                        <version>0.6.2-Helium</version>
+                        <version>0.6.3-SNAPSHOT</version>
                     </dependency>
                     <dependency>
                         <groupId>org.opendaylight.yangtools.model</groupId>
                         <artifactId>yang-ext</artifactId>
-                        <version>2013.09.07.4-Helium</version>
+                        <version>2013.09.07.4.1-SNAPSHOT</version>
                     </dependency>
                     <dependency>
                         <groupId>org.opendaylight.yangtools.model</groupId>
                         <artifactId>ietf-inet-types</artifactId>
-                        <version>2010.09.24.4-Helium</version>
+                        <version>2010.09.24.4.1-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
             </plugin>
index dc1d08c07fafeb88b74214a21cc4541fe70d9071..3ad1afd41564b0ebf1244b7b64328563ca2ceef5 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 1ae50852a8deaf39646ebcdd4b274bc3107689b1..47d820bd1897641feb1df457dcba16f24c620a61 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <artifactId>yangtools-parent</artifactId>
         <groupId>org.opendaylight.yangtools</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index ee6d810259454ddb95f116dbb9ed4d35d613c1a2..2ea4d63e398c062a41e50012d16d6ff09b3342b9 100644 (file)
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.6.2-Helium</version>
+      <version>0.6.3-SNAPSHOT</version>
       <relativePath>../common/parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-Helium</version>
+    <version>0.6.3-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>integration-tests-aggregator</artifactId>
     <packaging>pom</packaging>
index b8fb55c9f73599127c5b5d305f183c200750c5c1..1dd69f62eb3b138958ee526c1a6ff2c421f38911 100644 (file)
@@ -9,7 +9,7 @@
 
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <artifactId>yangtools-parent</artifactId>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
index 97134ead2ec13dfd899cb0ad3118efa0d8b30339..969068826fc8e20aa73b7b7c9bede1a64b48afba 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
@@ -60,7 +60,7 @@
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>maven-sal-api-gen-plugin</artifactId>
-                        <version>0.6.2-Helium</version>
+                        <version>0.6.3-SNAPSHOT</version>
                         <type>jar</type>
                     </dependency>
                 </dependencies>
index 2db1ea96fdc75d0dd0a37a0e2f4db4f38ba30b25..b04f7a2a99ee8a9e61c596b684cf93ef10f393d3 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 43760572400afe756df30297966b93d0d02641ff..0ace9dcaa86568048fad00a7e13493d85929355c 100644 (file)
     <parent>
         <artifactId>model-iana</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-afn-safi</artifactId>
-    <version>2013.07.04.4-Helium</version>
+    <version>2013.07.04.4.1-SNAPSHOT</version>
 
     <build>
         <plugins>
index c1d532bd359a91d7fb0d08092a7eb2d529bbdc22..c6ce884e5d19b32ea1b279684fad5f19ccdc5332 100644 (file)
     <parent>
         <artifactId>model-iana</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-if-type</artifactId>
-    <version>2013.07.04.4-Helium</version>
+    <version>2013.07.04.4.1-SNAPSHOT</version>
 
     <build>
         <plugins>
index 0d7def171d623e9708e582580b374c0c5e8b37fe..e3567ebbe765fd890aaace3406ba8da220238589 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index 71271f215950909602bb1f384421235f381d190a..4c51955f2359e7a72bf5c143edd1cfeed4bb41cd 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-inet-types</artifactId>
-    <version>2010.09.24.4-Helium</version>
+    <version>2010.09.24.4.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 4c816b441ffd2f6851f45943b44a29bf6295e33c..adfb5913a6e9056ba5d5841789d4238a793d6b82 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-netconf</artifactId>
-    <version>1.0-Helium</version>
+    <version>1.0.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 85a2446e67947353c32f28c068acd9cbad445cf5..1cf50910d6235dc362db4adfab36bb4848613493 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-restconf</artifactId>
-    <version>2013.10.19.1-Helium</version>
+    <version>2013.10.19.1.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.opendaylight.yangtools.model</groupId>
             <artifactId>ietf-yang-types-20130715</artifactId>
-            <version>2013.07.15.1-Helium</version>
+            <version>2013.07.15.1.1-SNAPSHOT</version>
         </dependency>
         
         <dependency>
index d2b753d545c8ebf5c58eade812b7a20108884c98..615c9f5579a987960550b7773d297a6047f01e4c 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-ted</artifactId>
-    <version>2013.10.21.2-Helium</version>
+    <version>2013.10.21.2.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index d7c29da4812be7a235c6a1d01ce04dc5f2b2cc65..cbf0e5b042c1559aac13669e4ff90b4f3acc4c4f 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-isis</artifactId>
-    <version>2013.10.21.2-Helium</version>
+    <version>2013.10.21.2.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 3e2e31cb8c147ce044481dc3f7a97adcecf91c4a..b1425f3ab40b8bf4759a94740f6a7f1f2f15b8fd 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-l3-unicast-igp</artifactId>
-    <version>2013.10.21.2-Helium</version>
+    <version>2013.10.21.2.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index f7b8e76bb4d71597d557b154497783a09e85be46..8c02eca665678430abab43c94140d9180bab0931 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-ospf</artifactId>
-    <version>2013.10.21.2-Helium</version>
+    <version>2013.10.21.2.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index a10df247a9a5d74ee8b6093e88fc395e4172fd26..f080f48f748a87f288709abe1baa9c3540ebe415 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology</artifactId>
-    <version>2013.10.21.2-Helium</version>
+    <version>2013.10.21.2.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 8718518ae5e60eb3ce2b9f4eb34f6aaf4051d3eb..88d9083598c8c856007addb2bcb903e073606b84 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-yang-types-20130715</artifactId>
-    <version>2013.07.15.1-Helium</version>
+    <version>2013.07.15.1.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 1999e7c9ab89be1648cd0754267113b60c5df629..f273237c06db8fcc9e1ddd07f7fe64e1b3c07633 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-yang-types</artifactId>
-    <version>2010.09.24.4-Helium</version>
+    <version>2010.09.24.4.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 33005db79b06e7c5184117ed331d38e00ff6042a..7c081ffe1186817afa628d1b008393199f042ec5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 1d90f0b09006552e3a0fce87c4a7d24f395e38cd..49b27fced05b5f8d47a10dbf8e27a09c112e81ae 100644 (file)
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>opendaylight-l2-types</artifactId>
-    <version>2013.08.27.4-Helium</version>
+    <version>2013.08.27.4.1-SNAPSHOT</version>
 
     <build>
         <plugins>
index d94310d2fdc65e0a1280863c240af48298cc3c51..b7f1b9b202ffe99bf69f6f70c9f1425a6ddde032 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>../common/parent</relativePath>
     </parent>
     <groupId>org.opendaylight.yangtools.model</groupId>
-    <!--<version>0.6.2-Helium</version>-->
+    <!--<version>0.6.3-SNAPSHOT</version>-->
     <modelVersion>4.0.0</modelVersion>
     <artifactId>model-parent</artifactId>
     <packaging>pom</packaging>
@@ -68,7 +68,7 @@
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>maven-sal-api-gen-plugin</artifactId>
-                        <version>0.6.2-Helium</version>
+                        <version>0.6.3-SNAPSHOT</version>
                         <type>jar</type>
                     </dependency>
                 </dependencies>
index e986e7de3322e2943107fd55ec776fbdd39d6357..607615a8dd6b7a5792a0d096fd45ce95959b6a80 100644 (file)
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yang-ext</artifactId>
-    <version>2013.09.07.4-Helium</version>
+    <version>2013.09.07.4.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
diff --git a/pom.xml b/pom.xml
index 8ef124ccfec15944de8aa98b7622a21807bb9d55..bec024814873cccf888338e1311b51b5e0d9e4e0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.6.2-Helium</version>
+      <version>0.6.3-SNAPSHOT</version>
       <relativePath>common/parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yangtools-aggregator</artifactId>
     <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-Helium</version>
+    <version>0.6.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <scm>
index 31be886dc6e1f0d73ac8b1dcc9407f6fce46c8f4..134a32dd1fe9250a9eca9c064992ac0766ad10dc 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>../common/parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index a7e080ba7226874115d967eac0c65fc4cd9e7113..08953d9ffab561f576c302d3a2db9f74e986c019 100644 (file)
@@ -15,7 +15,7 @@
    <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>
index 9d58ad139b47e0c625f1b60f9309acda3224c4f8..16577a708b09ce260de51bee2c12c8ad4ee20543 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
   <artifactId>restconf-client-impl</artifactId>
index aeeab86ea457ab86a30c37736541b75ee1c21a56..3e7b6dc90333c513283d73c553537839dbd1321a 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>restconf-common</artifactId>
index 0ed501cb8e7f9b2907f15979fc21d6accfa81034..61cd1a9b18ed4eced96daf2771cb814bda4201c3 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
     <artifactId>restconf-jaxrs-api</artifactId>
     <name>restconf-jaxrs-api</name>
index d02024067e53c5e2dcfca2998d92bfe717978843..18af6e42694683377b3088092f9cc39bb249042c 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>restconf-test-service</artifactId>
index 25b8260d92edd22d34dc1aee58720eb26ee8ef0a..ffaada5b7820729707d33f03f9bca37b4ca39ad7 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>restconf-util</artifactId>
@@ -94,7 +94,7 @@
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>binding-data-codec</artifactId>
-            <version>0.6.2-Helium</version>
+            <version>0.6.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
index 3e132ea3ea2cc053d9c70df0318b5ad7ce8413ed..de95fa76208f3bf57fbd8a8430b87dba00b29ffd 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>third-party-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index 9aa7ce7f58ee743eb15ab64e1ec41a0312657d59..4e69e056b73bcc6158193432163d91f948cb90dc 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
index 26058f11f9e8201df39090b1c5efea244be3422a..ef00b9b681f5b987b3b714a5433133dcbe38989d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>third-party-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index 38b98a12196b8a6bb0a58989905481c2dc37f851..7bdfa3d627a977258ac8d667272b5406a8ebf60b 100644 (file)
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.6.2-Helium</version>
+      <version>0.6.3-SNAPSHOT</version>
       <relativePath>../common/parent</relativePath>
     </parent>
     <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-Helium</version>
+    <version>0.6.3-SNAPSHOT</version>
     <artifactId>websocket-aggregator</artifactId>
     <packaging>pom</packaging>
 
index 3d56dc407a277b1f83ef89b734fe24c110d78cc8..be36e2bb7e3df2bfa86f8c8e7e661e167e934a29 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 306143c233fcaed3ebee402c71f2422c4b2289cf..240ef73104899af2005b9a85531a1265587249c0 100644 (file)
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.6.2-Helium</version>
+      <version>0.6.3-SNAPSHOT</version>
       <relativePath>../common/parent</relativePath>
     </parent>
     <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-Helium</version>
+    <version>0.6.3-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yang-aggregator</artifactId>
     <packaging>pom</packaging>
index d8c36f7eb57a0bd19086e2a5706008131dcc6654..9df48990d522abce8e45c80c57dae4259727653b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 25b396526adf585e92352a8091b4eb03d43fa05f..eec41c05f5134e1f6647a6d5d0be4680db3ece3a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 1fbc0f761a9811df0b42f34bb0563ff63e1f13f3..9a25e5660b66c25b8284ea89f55d1c62a4de95b5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 85a0be17f2537fdd67ce70da3afd111c6b8e1401..1a4a32b57839e61e96cb7e9b1fa81d6fb90da880 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index e3406a1879522697345408a9d85950a9e10ab093..7309af9edbb36d25f4f47bce693f78d55b4bfac7 100644 (file)
@@ -10,7 +10,7 @@
        <parent>
                <groupId>org.opendaylight.yangtools</groupId>
                <artifactId>yangtools-parent</artifactId>
-               <version>0.6.2-Helium</version>
+               <version>0.6.3-SNAPSHOT</version>
                <relativePath>/../../common/parent/pom.xml</relativePath>
        </parent>
 
index e10887178144e252637ef795ac75e490d174b38e..90975beef55cc18bbd58e9c58e4d20342b145f85 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 9f56221f0f25366f5d26880103e71ebe3da65fd6..ef8e7bd4a5aae722e9a10bbdd7603fe6b3c95fe2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index da4ad51712e7c72d81699e608b1cc9aada3a5ff2..e6bf9e4ecb1b2a3fc837b1c95ac7da3ef07f08d6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index ce9ac6e9f6d6790d4414bd7f05c21002bdb66184..9172a63748cb61a62f26ea1529e12459a4a2da05 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 489cc23fa1e4525202f77a83bd7dbe653af4301c..824294500ad1eab6494a896f67528d5d07f7af70 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 99c6ef0e59601238c3a489e4f2afa7e405ecb60d..243ef7c31a79e9fc6c2c87dcfebc05962e48cb11 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 051a6f4c74d549a64bad781341cb20d151611838..6afd5b2a2c1db3fbeaa5600754da652d88f09f2b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index f1f8a667545e9d619826729ca1f8985bf75ff340..034f01c676958a88c0467554fc3091c54ad0eab3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 7b7b8eaa93743045841cd90c649ad9a05933f4f0..336b55f924923b3c2be878748b06244a4ecfc302 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 9f7e32062569106d00f8f26b26130c583d9a1ab1..9d83d5f56f1906ba3a32cb850fa570dbb4ed2c60 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-Helium</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>