Release Lithium 90/23290/1 release/lithium
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 23 Jun 2015 01:47:15 +0000 (01:47 +0000)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 25 Jun 2015 18:23:13 +0000 (14:23 -0400)
Change-Id: I6f23a994d6d12dcf65a275fda00f9961883de8dd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
82 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-parent/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/artifacts/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-2014-05-08/pom.xml
model/iana/iana-if-type/pom.xml
model/iana/pom.xml
model/ietf/ietf-inet-types/pom.xml
model/ietf/ietf-interfaces/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
websocket/pom.xml
websocket/websocket-client/pom.xml
yang-validation-tool/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-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-export/pom.xml
yang/yang-model-parent/pom.xml
yang/yang-model-util/pom.xml
yang/yang-parser-api/pom.xml
yang/yang-parser-impl/pom.xml

index 1c5b45ef603938fb728381de38df4292b5941f42..bc06c254f22f476adb4edfb0d4a75ac0ec21cf06 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>../common/parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -21,8 +21,8 @@
     <artifactId>benchmarks</artifactId>
 
     <properties>
-        <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
-        <yang.maven.plugin.version>0.7.0-SNAPSHOT</yang.maven.plugin.version>
+        <yangtools.version>0.7.0-Lithium</yangtools.version>
+        <yang.maven.plugin.version>0.7.0-Lithium</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 ad611d2d2dfc1240fae07f6c87be09669143058d..a1166d0c79043dd48b6f0bcb671b163e7b0aa03a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 691f8e5a84a9826b1f152db62d4bdc5f57f3a046..0a6a650681858167f0296065592f62e901d17f4e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index c5ed3cfdb6e8028c117216799a60177ead59d70b..d68eb6c2f9d48c7c23b78f39bfead592f8d0e1c8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 185fd691430bce9927158397f159886d10870fd9..ac1d6cdbd4a6c43fe3844823bf6a0b5f18dabc6f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 367aaff67bee2e38b019940bad8e87ce535863e2..9aad07cb10fdc963434e8930499af1231864c99d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 51aa5c7629c587f4ef3310e688d9044adaf504eb..840af0605a32fe3b80486914afb461f212a8217f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 2403d6e958d22803fae866a505821de1b9658468..e34ebde8d0f4b2423144e8445f63727e24cb88bd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index c38481e8d499af78d692e66f4c70d63ac1e3ed8c..ad0685600b33e2089a648e2b5503017ca4fae1b5 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.5.0-Lithium</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0-Lithium</version>
     <packaging>pom</packaging>
 
     <properties>
-        <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
+        <yangtools.version>0.7.0-Lithium</yangtools.version>
         <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
     </properties>
 
index c93a84c7c133e1133a4443aad2c86743e69f9958..30123bccaf2287bfcda3461d09d2536b86c4ec64 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
index f496868a3f49f4f22e7fa738e6a59f0cfab864cf..38a5349ca52a8f8b11f8da8f1a45933a1682cfa7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index d7d20c1489e13b118f711b34815436f2cff7ae96..4ee5766e0bf24e150da584cd21e4ad0853394acf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>maven-sal-api-gen-plugin</artifactId>
index 324088dc7d3cffba53ada40b6ead92b7cf8f5f2e..bc824b3b7cc2082881a6fef8de4775d341a723cb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>../common/parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 52daaac3b81ab05af8626d7069b9909db9c0c804..c299a93a1b0716ce95a4d459b273113589cdcb8e 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
     <artifactId>maven-code-gen-sample</artifactId>
 
index 4e1adde8af111b752b3b7f108a8d96dc8a8a5a31..0bef694ea1e02235022aacdb4e0a462734c46937 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
     <artifactId>modeling-sample</artifactId>
 
index 6d862f667510322cf84809552947cbb1802b054a..343f97968c9f9e66a6a393e68d911cfb309c8303 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0-Lithium</version>
     <packaging>pom</packaging>
 
     <properties>
         <!-- Model versions -->
-        <ietf.topology.version>2013.10.21.7-SNAPSHOT</ietf.topology.version>
+        <ietf.topology.version>2013.10.21.7-Lithium</ietf.topology.version>
     </properties>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools.model</groupId>
                 <artifactId>iana-if-type-2014-05-08</artifactId>
-                <version>2014.05.08.7-SNAPSHOT</version>
+                <version>2014.05.08.7-Lithium</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools.model</groupId>
                 <artifactId>ietf-inet-types</artifactId>
-                <version>2010.09.24.7-SNAPSHOT</version>
+                <version>2010.09.24.7-Lithium</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools.model</groupId>
                 <artifactId>ietf-yang-types</artifactId>
-                <version>2010.09.24.7-SNAPSHOT</version>
+                <version>2010.09.24.7-Lithium</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools.model</groupId>
                 <artifactId>ietf-yang-types-20130715</artifactId>
-                <version>2013.07.15.7-SNAPSHOT</version>
+                <version>2013.07.15.7-Lithium</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools.model</groupId>
                 <artifactId>ietf-interfaces</artifactId>
-                <version>2014.05.08.7-SNAPSHOT</version>
+                <version>2014.05.08.7-Lithium</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools.model</groupId>
                 <artifactId>ietf-restconf</artifactId>
-                <version>2013.10.19.7-SNAPSHOT</version>
+                <version>2013.10.19.7-Lithium</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools.model</groupId>
             <dependency>
                 <groupId>org.opendaylight.yangtools.model</groupId>
                 <artifactId>opendaylight-l2-types</artifactId>
-                <version>2013.08.27.7-SNAPSHOT</version>
+                <version>2013.08.27.7-Lithium</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools.model</groupId>
                 <artifactId>yang-ext</artifactId>
-                <version>2013.09.07.7-SNAPSHOT</version>
+                <version>2013.09.07.7-Lithium</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
index a29a3fe38372ab5aae8bc21628b9487e8cb5fac0..5bfe5986c92ba533bdd31dd39fdbbe5a5c6f2e9f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
   <artifactId>checkstyle-logging</artifactId>
index d2b0867d8cb680838202e21192532e87b393dd86..95c9bf7238104809f4f9209628efa3fcc943674a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 50ff2715034365bf65876ad73328533e238b8ae6..4a276deb11de6a2127e639d78e2acf1c6e90b4e8 100644 (file)
@@ -13,7 +13,7 @@
    <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
+      <version>0.7.0-Lithium</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <artifactId>features-test</artifactId>
@@ -27,7 +27,7 @@
      <relocation>
        <groupId>org.opendaylight.odlparent</groupId>
        <artifactId>features-test</artifactId>
-       <version>1.5.0-SNAPSHOT</version>
+       <version>1.5.0-Lithium</version>
        <message>This artifact has been migrated to odlparent and will be removed in Lithium release</message>
      </relocation>
    </distributionManagement>
index d59c952d30cbdf611cdfcb4c808d7df5d4b12c87..e6a3c658cfff9d4c6af7cf48750cffd774ae4227 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.5.0-Lithium</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0-Lithium</version>
     <packaging>jar</packaging>
 
     <dependencyManagement>
index 1637e1f9cbc3ccdde018767b948a28fc700a1094..8e26425f3ff59415e976a5706096903cb7fe6beb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 568834cdd80d2c26c2c1b064097022eb20ab8e81..a15c993a4f93ad45ba580fcd69128d9ba78072fe 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
     <packaging>bundle</packaging>
index ed837d1ace1d9c2cf838bc7493b0112c23bccec3..cf3ad838af10510ec1ce2ab827d02da9490ebac3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 2105738dd66ec9b2aea519792c10135f68075055..68165abe570217aad1eb5d01b7cce9bc233fb1d9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
     <packaging>bundle</packaging>
index 6341f11cfb30960cbbed594077692c14c13642d3..c4b61db997602a6b0052efa22d6a8dfa92107f41 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.5.0-Lithium</version>
         <relativePath></relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yangtools-parent</artifactId>
     <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0-Lithium</version>
     <packaging>pom</packaging>
 
     <properties>
-        <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
+        <yangtools.version>0.7.0-Lithium</yangtools.version>
 
         <!-- FIXME: these will be upstreamed -->
         <maven.depends.version>1.2</maven.depends.version>
                 <plugin>
                     <groupId>org.opendaylight.yangtools</groupId>
                     <artifactId>yang-maven-plugin</artifactId>
-                    <version>0.7.0-SNAPSHOT</version>
+                    <version>0.7.0-Lithium</version>
                     <executions>
                         <execution>
                             <goals>
                         <dependency>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>maven-sal-api-gen-plugin</artifactId>
-                            <version>0.7.0-SNAPSHOT</version>
+                            <version>0.7.0-Lithium</version>
                             <type>jar</type>
                         </dependency>
                     </dependencies>
index 8c0bf84b1bcfeb4183fc1474e8ef45feff2b9d0d..0269ce38854432beb078cd57512bb8bffcca6c2f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
+      <version>0.7.0-Lithium</version>
       <relativePath>parent</relativePath>
     </parent>
 
index 9c9ab40246a8c12b87347792a62a01d4492c1d5c..cd1a293ce11351be6b85f76f893b561dedc2d49b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
     <packaging>bundle</packaging>
index c2d2746263d5a24d6cb6f48934ab7ec0674fb84a..9473f808fb63bc47f7758beb97b29786de95f45f 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>yang-binding</artifactId>
-                        <version>0.7.0-SNAPSHOT</version>
+                        <version>0.7.0-Lithium</version>
                     </dependency>
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>yang-common</artifactId>
-                        <version>0.7.0-SNAPSHOT</version>
+                        <version>0.7.0-Lithium</version>
                     </dependency>
                 </dependencies>
             </plugin>
index 9a7177229b87fd0b55d8d976c0098abe655ecae8..424a577696619a601edd38462c64be6083d90781 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 42235ace5c538515a5a26f7758e4fc5cb337f41e..e7f00e263aff264e67863a7bcaebe5ea4d69987b 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <artifactId>yangtools-parent</artifactId>
         <groupId>org.opendaylight.yangtools</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 0871e056e70544e2a207d4fd5daa8a73f3a7bb8d..093a0beea09c2fc59af5cb2fb05a73c559366c89 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>../common/parent</relativePath>
     </parent>
 
index 4b0a4f1d7f6a99858c3d8024934ca1f73ce7d0a6..a58f13d7015e155cca2bdb4d3f955ac701b0c24a 100644 (file)
@@ -9,7 +9,7 @@
 
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <artifactId>yangtools-parent</artifactId>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
index 656ed68187738ca04c3e010d71eb518a97f53720..e1ffd2793f4b88f70767a7a87a3c0237fcfe5f31 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</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.7.0-SNAPSHOT</version>
+                        <version>0.7.0-Lithium</version>
                         <type>jar</type>
                     </dependency>
                 </dependencies>
index c145dc54ffa19de9a9f83f97f5e2c58a0a4aa5fe..4435e444abc6628430e0806278932a9541093b2a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 57bd56c9be34eae1848c01c97ecd40916b20ed27..714a929bb53153debf43d715d19065105eba5209 100644 (file)
     <parent>
         <artifactId>model-iana</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-afn-safi</artifactId>
-    <version>2013.07.04.7-SNAPSHOT</version>
+    <version>2013.07.04.7-Lithium</version>
 
     <build>
         <plugins>
index 979dfdf819dca75e3688a3ccf287a5ea87d6077f..2180c009ff67e76e8cd517567d187ee18f4405d4 100644 (file)
     <parent>
         <artifactId>model-iana</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-if-type-2014-05-08</artifactId>
-    <version>2014.05.08.7-SNAPSHOT</version>
+    <version>2014.05.08.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index b354c1c7cab3d46479b8f31afe5ccf05acaed39a..1ed96d0df3438f2f431c7c23f46e6c4210c7b78f 100644 (file)
     <parent>
         <artifactId>model-iana</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-if-type</artifactId>
-    <version>2013.07.04.7-SNAPSHOT</version>
+    <version>2013.07.04.7-Lithium</version>
 
     <build>
         <plugins>
index 13eb5db290d5645de0684c1b0d80652b30e98234..821c7470c6d80a59fb2864c182a86f4498a85fcb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index 9759f5ce93a98b7351f8b2762aa1f04ac77578d7..644fa9a7fcc1b1a0cadbb4a35edeee6d186b53d7 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-inet-types</artifactId>
-    <version>2010.09.24.7-SNAPSHOT</version>
+    <version>2010.09.24.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index f1bc48457d309772e32222cd001edd3ddda64f47..19d13d331e51fb7c7e44188bfe86545c8108a8b4 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-interfaces</artifactId>
-    <version>2014.05.08.7-SNAPSHOT</version>
+    <version>2014.05.08.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index e9ce3701373f407357650f202c1ad09ee3543653..a0692428ccd3482b237efc6640d07d7ef5a48947 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-restconf</artifactId>
-    <version>2013.10.19.7-SNAPSHOT</version>
+    <version>2013.10.19.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index d8f758d8783473e94a151943f9ea813678dd585a..0a956e91f9256106e5a55a1d2fe7bfe71b1b0fca 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-ted</artifactId>
-    <version>2013.10.21.7-SNAPSHOT</version>
+    <version>2013.10.21.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 77c026bf4cc652531e53f3aa267e7580e3430878..7fa039ee9018985d80f30a3c3e4bdbb13f400d60 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-isis</artifactId>
-    <version>2013.10.21.7-SNAPSHOT</version>
+    <version>2013.10.21.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 6d00b7814b7bced60b344438696f38be43e4b17a..edb6bdbf29c24a11c4db6a4b355e5ce918a853fe 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-l3-unicast-igp</artifactId>
-    <version>2013.10.21.7-SNAPSHOT</version>
+    <version>2013.10.21.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 64f2eb5dfa067109074c8d6447278be96ce00728..e63527b8beb18ae6ed3d5c5fc15dacd91fb9bcd0 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-ospf</artifactId>
-    <version>2013.10.21.7-SNAPSHOT</version>
+    <version>2013.10.21.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index ea135bbb88bbb9977c42b1a6da4c6c027b457266..c912facd7f53bfa82ae5be42a2ed8e4b27211e59 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology</artifactId>
-    <version>2013.10.21.7-SNAPSHOT</version>
+    <version>2013.10.21.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 25df3cebcaf72566136ac31e49f952116246de04..9265a5932346f65cbec81b39669b1c4eb0257c83 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-yang-types-20130715</artifactId>
-    <version>2013.07.15.7-SNAPSHOT</version>
+    <version>2013.07.15.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 685d70daff2ed1adc8d0a02402b682a2c11e68c2..441c7573db537eada044b0cfbc34b5bce310acf7 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-yang-types</artifactId>
-    <version>2010.09.24.7-SNAPSHOT</version>
+    <version>2010.09.24.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 5677b0c11bd687a46b0a487bc18a24d6f6242e6a..0829841423f18434eb8c3604620e62fd7a8fd230 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index c47cc0a90e3494baab6438743a3ae3e9bd3c1346..2fe4055fdc2f14826ad51e9cb48384e2a659be4b 100644 (file)
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>opendaylight-l2-types</artifactId>
-    <version>2013.08.27.7-SNAPSHOT</version>
+    <version>2013.08.27.7-Lithium</version>
 
     <build>
         <plugins>
index 206d1b288601b9a6c7f974a14bec51facaf75d07..94d1b1ee8f735c59e0cfb04253a23e5ee05af14b 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>../common/parent</relativePath>
     </parent>
     <groupId>org.opendaylight.yangtools.model</groupId>
-    <!--<version>0.7.0-SNAPSHOT</version>-->
+    <!--<version>0.7.0-Lithium</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.7.0-SNAPSHOT</version>
+                        <version>0.7.0-Lithium</version>
                         <type>jar</type>
                     </dependency>
                 </dependencies>
index 2bb3db677f40f85af0c3b6ab6006e3638fcfd344..bb779df1c4d8bb2b9193534ff76c0c3cffcbbb72 100644 (file)
     <parent>
         <artifactId>model-parent</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yang-ext</artifactId>
-    <version>2013.09.07.7-SNAPSHOT</version>
+    <version>2013.09.07.7-Lithium</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
diff --git a/pom.xml b/pom.xml
index e64f5c3bfe9bf6c56bfbea7efc8f9b2105c8011c..bfa7ca683200867a715650f4a72f2812c70f6e6a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
+      <version>0.7.0-Lithium</version>
       <relativePath>common/parent</relativePath>
     </parent>
 
index fba0fb7d03ba2e67d937a9126f5b4c516277e216..64be3535f8dbe0deaee983c39299e723a6fab2d2 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>../common/parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 130e7dffbbbb1532dded88ad00f9ccb1dead98cc..fca07f0f68958b0cfc0275e8968fce2e2c0417ed 100644 (file)
@@ -15,7 +15,7 @@
    <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
     <dependencies>
         <dependency>
index fe46d36d92b218e7e7db529914e726635580ac11..16aa648e1fe7da513f51e0b16ddfb3276ff809b3 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
   <artifactId>restconf-client-impl</artifactId>
index dbb4819085c9cf225890047d2d415d95bdefcc26..e08a59c469d04d8d267fed8a638c2b31205cb22f 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <artifactId>restconf-common</artifactId>
index aa91bc614bed2c1fdb70357fa9b2073a515ab6fc..f5aef9da37505e26fc21d1d4ecb295cf49538e6d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
     <artifactId>restconf-jaxrs-api</artifactId>
     <name>restconf-jaxrs-api</name>
index 7c079b9c0f31bd9af6245a7f0ba994bcfce41317..6bff45e174452404d7cac74b922c67487474ae3b 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <artifactId>restconf-test-service</artifactId>
index 9ebb9ba3a4e47ad18055bcf22a06a9ae16e7bc8b..27c66a5d260881cac350df6164a6db9666f77e24 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
 
     <artifactId>restconf-util</artifactId>
index 7442f99b3a8205f92a85394e2cb97142e5badb5a..6e9339d66df04cda5f84ba284c900956ce2acf38 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>third-party-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index c22c469cc2f12640b191530b351e5e98d44ab405..e2b0a8e1596f1cb692642af176873bd521fda2fc 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
index 8acd61daaffd8783a2a79b4b7731e98b1a7490dd..e01309e29f1bf648eda9e6e24df394ae696e472f 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
+      <version>0.7.0-Lithium</version>
       <relativePath>../common/parent</relativePath>
     </parent>
 
index 341099985966b42f5bf6985d8c7bae426651bbfd..6ff691290c7c48ebec65a0060ca8defb3872fb66 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 8dbaa1df2373af2b0b5a88fa4d9919aeb6859852..23f21a5005f68b2e113ed0536a11bb9aeac5ef46 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-aggregator</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
     </parent>
     <artifactId>yang-validation-tool</artifactId>
 
index 01e71bd5477661fc2afa507ff58fb3cfaa7a909a..89ed6702b8df1c54435dccd8f72fd2c3c8c873f9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
+      <version>0.7.0-Lithium</version>
       <relativePath>../common/parent</relativePath>
     </parent>
 
index ada7f5a89ddd2a74a95f6d30a1f79c16af367a58..a70f7e1600d6282add2ec4e2e5a64db771431ffe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index dc732e3dab4aaf34e357bf2b469472b27a03ed21..7249b54870c699ad3a14038d636cb72ade9dfcaf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 688dbb1fdbe2757fdfe7c8cd5b9c0bfb368558cf..16d9cb2c968a546f444b6603f6f213182119360d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index fd7481133768f0e605af26ad45b15cd741c1cbc0..9fe19f83ae7eeccd330a0f974ced8914ee2067f9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 951e19d180ccb2e23dbfe3169adb64a83e7bbf4a..bd63544f3c7779be05eea4b9f7d1c6e149d839c1 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index dec5406e42c133f1a19af14fc386e67a5ab2abaa..f4c77661825825aacc9d16720f378118c65dea60 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 85d904a2698534df081c0e47ec91e626edb5d78a..176e3a5d9c1ae45df8148125e906646d82d42c47 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 29048f106d844ff46212fc71bad37b1e9e2dbb5c..1980bf7813ed15c345e8f568615cecd036055af0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 3c88fe63fc49a502ff1e75ae114b4e658293027f..738559b1d0107e29a57177d46752ee34b6d861cb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index ab9085398894e628fd1c76d2062229c8c9c7d163..51ee46dec1d73c64ccba78d4c8af2f30d1eabee6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 10361ba20ccb79768a550382f7e058819dcd576f..97855a4af3cecf10298bdb356b919ef6417b0c5f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 31f82961be842eefee343fc264153854b0db4223..477328e85b1171364c58fe2149cacddf0572fabb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 50e2a926fd477971698d26091e4f5fb93046b68a..22ffcea2304540a8595856cb24719fd58defa22a 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.5.0-Lithium</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-parent</artifactId>
     <packaging>pom</packaging>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0-Lithium</version>
 
     <properties>
-        <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
+        <yangtools.version>0.7.0-Lithium</yangtools.version>
     </properties>
 
     <dependencyManagement>
index f484e09d3a54d878eebbef8a4a74c4dff36d26ce..cdaca13c8d89749aec49ed86ebb54aecef3375f7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index ee32cd90d54d5d17887485c376a8c4f2e0f1f830..1bc8a853bab90b8e44f86d5f1a1acd8cdfba09ec 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
index 6115c83b578108ce4dc9e219c481516708a140bc..9b54d36adfc0f9c1e10e54a62cd15990a7af50c6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0-Lithium</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>