Updated POM files and versions to SNAPSHOT 90/290/3
authorTony Tkacik <ttkacik@cisco.com>
Fri, 3 May 2013 13:45:49 +0000 (15:45 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Fri, 3 May 2013 15:39:02 +0000 (17:39 +0200)
Change-Id: I28b16eb8811d928440a18eb2e16df9253cc92562
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
32 files changed:
opendaylight/sal/yang-prototype/code-generator/binding-generator-api/pom.xml
opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/pom.xml
opendaylight/sal/yang-prototype/code-generator/binding-generator-spi/pom.xml
opendaylight/sal/yang-prototype/code-generator/binding-generator-util/pom.xml
opendaylight/sal/yang-prototype/code-generator/binding-java-api-generator/pom.xml
opendaylight/sal/yang-prototype/code-generator/binding-model-api/pom.xml
opendaylight/sal/yang-prototype/code-generator/code-generator-demo/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-sal-api-gen-plugin/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct_combined/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct_resources/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoGenerators/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoGenerators_resources/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoYangFiles/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/UnknownGenerator/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/UnknownGenerator_resources/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/YangRootNotExist/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/pom.xml
opendaylight/sal/yang-prototype/code-generator/maven-yang/pom.xml
opendaylight/sal/yang-prototype/code-generator/pom.xml
opendaylight/sal/yang-prototype/code-generator/samples/maven-code-gen-sample/pom.xml
opendaylight/sal/yang-prototype/code-generator/yang-model-parser-api/pom.xml
opendaylight/sal/yang-prototype/code-generator/yang-model-parser-impl/pom.xml
opendaylight/sal/yang-prototype/pom.xml [new file with mode: 0644]
opendaylight/sal/yang-prototype/yang/pom.xml
opendaylight/sal/yang-prototype/yang/yang-binding/pom.xml
opendaylight/sal/yang-prototype/yang/yang-common/pom.xml
opendaylight/sal/yang-prototype/yang/yang-data-api/pom.xml
opendaylight/sal/yang-prototype/yang/yang-data-util/pom.xml
opendaylight/sal/yang-prototype/yang/yang-model-api/pom.xml
opendaylight/sal/yang-prototype/yang/yang-model-util/pom.xml

index fcd599c73be7c95b12fe53e07f7b9f44ef0a2e5c..720a589771eb367ef636a185402faad23dc0c8e4 100644 (file)
@@ -3,19 +3,19 @@
   <parent>\r
     <groupId>org.opendaylight.controller</groupId>\r
     <artifactId>binding-generator</artifactId>\r
-    <version>1.0</version>\r
+    <version>0.5-SNAPSHOT</version>\r
   </parent>\r
   <artifactId>binding-generator-api</artifactId>\r
   <dependencies>\r
       <dependency>\r
           <groupId>org.opendaylight.controller</groupId>\r
           <artifactId>binding-model-api</artifactId>\r
-          <version>1.0</version>\r
+          <version>0.5-SNAPSHOT</version>\r
       </dependency>\r
       <dependency>\r
       <groupId>org.opendaylight.controller</groupId>\r
       <artifactId>yang-model-api</artifactId>\r
-      <version>1.0</version>\r
+      <version>0.5-SNAPSHOT</version>\r
       </dependency>\r
   </dependencies>\r
 </project>
\ No newline at end of file
index 950db94ea170ef869698d29c405287c0878a5b8f..ff5aafec98b7768820e6ae07355db529d6166661 100644 (file)
@@ -3,30 +3,30 @@
   <parent>\r
     <groupId>org.opendaylight.controller</groupId>\r
     <artifactId>binding-generator</artifactId>\r
-    <version>1.0</version>\r
+    <version>0.5-SNAPSHOT</version>\r
   </parent>\r
   <artifactId>binding-generator-impl</artifactId>\r
   <dependencies>\r
       <dependency>\r
           <groupId>org.opendaylight.controller</groupId>\r
           <artifactId>binding-generator-util</artifactId>\r
-          <version>1.0</version>\r
+          <version>0.5-SNAPSHOT</version>\r
       </dependency>\r
 \r
       <dependency>\r
           <groupId>org.opendaylight.controller</groupId>\r
           <artifactId>yang-model-parser-impl</artifactId>\r
-          <version>1.0</version>\r
+          <version>0.5-SNAPSHOT</version>\r
       </dependency>\r
       <dependency>\r
           <groupId>org.opendaylight.controller</groupId>\r
           <artifactId>binding-generator-api</artifactId>\r
-          <version>1.0</version>\r
+          <version>0.5-SNAPSHOT</version>\r
       </dependency>\r
       <dependency>\r
           <groupId>org.opendaylight.controller</groupId>\r
           <artifactId>binding-generator-spi</artifactId>\r
-          <version>1.0</version>\r
+          <version>0.5-SNAPSHOT</version>\r
       </dependency>\r
       <dependency>\r
        <groupId>jaxen</groupId>\r
index 97e5780a4de84374d930ba6bbd1ab3b1d637e3c8..96539552a54bb720f44ecb86a147ca56f83f7864 100644 (file)
@@ -3,19 +3,19 @@
   <parent>\r
     <groupId>org.opendaylight.controller</groupId>\r
     <artifactId>binding-generator</artifactId>\r
-    <version>1.0</version>\r
+    <version>0.5-SNAPSHOT</version>\r
   </parent>\r
   <artifactId>binding-generator-spi</artifactId>\r
   <dependencies>\r
       <dependency>\r
           <groupId>org.opendaylight.controller</groupId>\r
           <artifactId>binding-model-api</artifactId>\r
-          <version>1.0</version>\r
+          <version>0.5-SNAPSHOT</version>\r
       </dependency>\r
       <dependency>\r
           <groupId>org.opendaylight.controller</groupId>\r
           <artifactId>yang-model-api</artifactId>\r
-          <version>1.0</version>\r
+          <version>0.5-SNAPSHOT</version>\r
       </dependency>\r
   </dependencies>\r
 </project>
\ No newline at end of file
index b60d108d17b2dc89c453d5e70c9318cd440e8241..8a08ab4355dc86e2bcdd2ddfc933fdaafdd74b4a 100644 (file)
@@ -3,19 +3,19 @@
   <parent>\r
     <groupId>org.opendaylight.controller</groupId>\r
     <artifactId>binding-generator</artifactId>\r
-    <version>1.0</version>\r
+    <version>0.5-SNAPSHOT</version>\r
   </parent>\r
   <artifactId>binding-generator-util</artifactId>\r
   <dependencies>\r
       <dependency>\r
           <groupId>org.opendaylight.controller</groupId>\r
           <artifactId>binding-model-api</artifactId>\r
-          <version>1.0</version>\r
+          <version>0.5-SNAPSHOT</version>\r
       </dependency>\r
       <dependency>\r
        <groupId>org.opendaylight.controller</groupId>\r
        <artifactId>yang-model-api</artifactId>\r
-       <version>1.0</version>\r
+       <version>0.5-SNAPSHOT</version>\r
       </dependency>\r
   </dependencies>\r
 </project>
\ No newline at end of file
index 4517d7005d66141df8f11cf7d4db1bf462ef979d..847986c001562a6f819d7469e461d2482f2e9342 100644 (file)
@@ -4,25 +4,25 @@
        <parent>\r
                <groupId>org.opendaylight.controller</groupId>\r
                <artifactId>binding-generator</artifactId>\r
-               <version>1.0</version>\r
+               <version>0.5-SNAPSHOT</version>\r
        </parent>\r
        <artifactId>binding-java-api-generator</artifactId>\r
        <dependencies>\r
                <dependency>\r
                        <groupId>org.opendaylight.controller</groupId>\r
                        <artifactId>binding-model-api</artifactId>\r
-                       <version>1.0</version>\r
+                       <version>0.5-SNAPSHOT</version>\r
                </dependency>\r
                <dependency>\r
                        <groupId>org.opendaylight.controller</groupId>\r
                        <artifactId>binding-generator-impl</artifactId>\r
-                       <version>1.0</version>\r
+                       <version>0.5-SNAPSHOT</version>\r
                        <scope>test</scope>\r
                </dependency>\r
                <dependency>\r
                        <groupId>org.opendaylight.controller</groupId>\r
                        <artifactId>binding-generator-util</artifactId>\r
-                       <version>1.0</version>\r
+                       <version>0.5-SNAPSHOT</version>\r
                </dependency>\r
        </dependencies>\r
 </project>
\ No newline at end of file
index c9e60b6a144c7e3a4a59296543178c8cd96c35f8..9c7ca316af938efee0b4bcc8705f37713b0f7b10 100644 (file)
@@ -3,7 +3,7 @@
   <parent>\r
     <groupId>org.opendaylight.controller</groupId>\r
     <artifactId>binding-generator</artifactId>\r
-    <version>1.0</version>\r
+    <version>0.5-SNAPSHOT</version>\r
   </parent>\r
   <artifactId>binding-model-api</artifactId>\r
 </project>
\ No newline at end of file
index 58608354d1d0cdec771cbbc8cd324863e703277c..37282cc5e817d99ce0e26c37ca3627be09a76dde 100644 (file)
@@ -1,31 +1,32 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <parent>\r
-    <groupId>org.opendaylight.controller</groupId>\r
-    <artifactId>binding-generator</artifactId>\r
-    <version>1.0</version>\r
-  </parent>\r
-  <artifactId>code-generator-demo</artifactId>\r
-  \r
-  <dependencies>\r
-      <dependency>\r
-          <groupId>org.antlr</groupId>\r
-          <artifactId>antlr4</artifactId>\r
-          <version>4.0</version>\r
-      </dependency>\r
-      <dependency>\r
-          <groupId>org.opendaylight.controller</groupId>\r
-          <artifactId>binding-generator-impl</artifactId>\r
-          <version>1.0</version>\r
-      </dependency>\r
-      <dependency>\r
-          <groupId>org.opendaylight.controller</groupId>\r
-          <artifactId>binding-java-api-generator</artifactId>\r
-          <version>1.0</version>\r
-      </dependency>\r
-  </dependencies>\r
-  \r
-  <build>\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
+       <modelVersion>4.0.0</modelVersion>\r
+       <parent>\r
+               <groupId>org.opendaylight.controller</groupId>\r
+               <artifactId>binding-generator</artifactId>\r
+               <version>0.5-SNAPSHOT</version>\r
+       </parent>\r
+       <artifactId>code-generator-demo</artifactId>\r
+\r
+       <dependencies>\r
+               <dependency>\r
+                       <groupId>org.antlr</groupId>\r
+                       <artifactId>antlr4</artifactId>\r
+                       <version>4.0</version>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>org.opendaylight.controller</groupId>\r
+                       <artifactId>binding-generator-impl</artifactId>\r
+                       <version>0.5-SNAPSHOT</version>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>org.opendaylight.controller</groupId>\r
+                       <artifactId>binding-java-api-generator</artifactId>\r
+                       <version>0.5-SNAPSHOT</version>\r
+               </dependency>\r
+       </dependencies>\r
+\r
+       <build>\r
                <plugins>\r
                        <plugin>\r
                                <artifactId>maven-assembly-plugin</artifactId>\r
@@ -50,7 +51,6 @@
                                        </execution>\r
                                </executions>\r
                        </plugin>\r
-\r
                </plugins>\r
        </build>\r
 </project>\r
index 1f44e66a9e62d821b60f7af4511547f2988d2cc7..8f5d127414e034ca3915c2000ce95eacb88eb9dd 100644 (file)
@@ -4,36 +4,35 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
     <artifactId>maven-sal-api-gen-plugin</artifactId>
 
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
-            <artifactId>maven-yang</artifactId>
-            <version>1.0</version>
+            <artifactId>yang-maven-plugin-spi</artifactId>
+            <version>0.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>binding-model-api</artifactId>
-            <version>1.0</version>
+            <version>0.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>binding-generator-api</artifactId>
-            <version>1.0</version>
+            <version>0.5-SNAPSHOT</version>
         </dependency>
                <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>binding-generator-impl</artifactId>
-            <version>1.0</version>
+            <version>0.5-SNAPSHOT</version>
         </dependency>
                <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>binding-java-api-generator</artifactId>
-            <version>1.0</version>
+            <version>0.5-SNAPSHOT</version>
         </dependency>
     </dependencies>
-    
 </project>
index e3a54ba32a48a73cd0058d62ad5960e8fe26082f..6c574e5d859e0c948aff72d2fc3af4245c7e64ba 100644 (file)
@@ -2,11 +2,12 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>binding-generator</artifactId>
+        <artifactId>yang</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
+        <relativePath>../../yang/pom.xml</relativePath>
     </parent>
-    <artifactId>maven-yang-plugin-it</artifactId>
+    <artifactId>yang-maven-plugin-it</artifactId>
 
 
     <dependencies>
index c48f1514993b166c7504d8fee2dbc63937b536c0..6a7c3f95b70f0c32905915dc338edc8490f17fe5 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
     <artifactId>test</artifactId>
 
@@ -12,8 +12,8 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>maven-yang-plugin</artifactId>
-                <version>1.0</version>
+                <artifactId>yang-maven-plugin</artifactId>
+                <version>0.5-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -38,8 +38,8 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.opendaylight.controller</groupId>
-                        <artifactId>maven-yang</artifactId>
-                        <version>1.0</version>
+                        <artifactId>yang-maven-plugin-spi</artifactId>
+                        <version>0.5-SNAPSHOT</version>
                         <type>test-jar</type>
                     </dependency>
                 </dependencies>
index 4fbffb69043b97c4766c794c4a5c12eaa5af03c4..fe67c7815282e6247ddf28019692bc1c7fe32cc9 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
     <artifactId>test</artifactId>
 
@@ -12,8 +12,8 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>maven-yang-plugin</artifactId>
-                <version>1.0</version>
+                <artifactId>yang-maven-plugin</artifactId>
+                <version>0.5-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -49,8 +49,8 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.opendaylight.controller</groupId>
-                        <artifactId>maven-yang</artifactId>
-                        <version>1.0</version>
+                        <artifactId>yang-maven-plugin-spi</artifactId>
+                        <version>0.5-SNAPSHOT</version>
                         <type>test-jar</type>
                     </dependency>
                 </dependencies>
index 2a935158c18591ab72f7c5964161fc4f8759a1a7..0e0c96a48c33e7ea2682f44a06512d687e2b24fd 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
     <artifactId>test</artifactId>
 
@@ -12,8 +12,8 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>maven-yang-plugin</artifactId>
-                <version>1.0</version>
+                <artifactId>yang-maven-plugin</artifactId>
+                <version>0.5-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -38,8 +38,8 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.opendaylight.controller</groupId>
-                        <artifactId>maven-yang</artifactId>
-                        <version>1.0</version>
+                        <artifactId>yang-maven-plugin-spi</artifactId>
+                        <version>0.5-SNAPSHOT</version>
                         <type>test-jar</type>
                     </dependency>
                 </dependencies>
index a9ec4893f01927744979d6921478a53b32cf8ec9..f19d84886ec2006c54f54d5a16a22f3a6ea44112 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
     <artifactId>test</artifactId>
 
@@ -12,8 +12,8 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>maven-yang-plugin</artifactId>
-                <version>1.0</version>
+                <artifactId>yang-maven-plugin</artifactId>
+                <version>0.5-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
index 74f9dc38e3d4a5ca02d061f30407095bbde3d8ef..38028b84e909189964bea3ab2a0efe57d6d4d340 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
     <artifactId>test</artifactId>
 
@@ -12,8 +12,8 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>maven-yang-plugin</artifactId>
-                <version>1.0</version>
+                <artifactId>yang-maven-plugin</artifactId>
+                <version>0.5-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
index a64c7593943c657bca8b9b58ebf6d7f19fc951af..2308da0fed6b10dd47486832523cb6806ba8cbdf 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
     <artifactId>test</artifactId>
 
@@ -12,8 +12,8 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>maven-yang-plugin</artifactId>
-                <version>1.0</version>
+                <artifactId>yang-maven-plugin</artifactId>
+                <version>0.5-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -38,8 +38,8 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.opendaylight.controller</groupId>
-                        <artifactId>maven-yang</artifactId>
-                        <version>1.0</version>
+                        <artifactId>yang-maven-plugin-spi</artifactId>
+                        <version>0.5-SNAPSHOT</version>
                         <type>test-jar</type>
                     </dependency>
                 </dependencies>
index 2c7f9228389f82cb55ea2437e73dceff7106dbdc..2101b8471b0f5415fc0caa910c7e87e43cc02193 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
     <artifactId>test</artifactId>
 
@@ -12,8 +12,8 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>maven-yang-plugin</artifactId>
-                <version>1.0</version>
+                <artifactId>yang-maven-plugin</artifactId>
+                <version>0.5-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -46,8 +46,8 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.opendaylight.controller</groupId>
-                        <artifactId>maven-yang</artifactId>
-                        <version>1.0</version>
+                        <artifactId>yang-maven-plugin-spi</artifactId>
+                        <version>0.5-SNAPSHOT</version>
                         <type>test-jar</type>
                     </dependency>
                 </dependencies>
index fb83dc96ec2e90b455e92ad05c40e1c6bda48d34..8ee0606631545f3038fb6412cac2a47a61b7627c 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
     <artifactId>test</artifactId>
 
@@ -12,8 +12,8 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>maven-yang-plugin</artifactId>
-                <version>1.0</version>
+                <artifactId>yang-maven-plugin</artifactId>
+                <version>0.5-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -46,8 +46,8 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.opendaylight.controller</groupId>
-                        <artifactId>maven-yang</artifactId>
-                        <version>1.0</version>
+                        <artifactId>yang-maven-plugin-spi</artifactId>
+                        <version>0.5-SNAPSHOT</version>
                         <type>test-jar</type>
                     </dependency>
                 </dependencies>
index 6b5ae5a4515707398fd5628082e357f3de33f326..3aeb2e9535ba7b7ec0caa8ca7abcafe3a653cfce 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
     <artifactId>test</artifactId>
 
@@ -12,8 +12,8 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>maven-yang-plugin</artifactId>
-                <version>1.0</version>
+                <artifactId>yang-maven-plugin</artifactId>
+                <version>0.5-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
index 4bf399f0c32d255e631e5efcab1b6004098e701c..e82c737351b155d1fbdac480f690e6d00f86baf6 100644 (file)
@@ -2,12 +2,13 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>binding-generator</artifactId>
+        <artifactId>yang</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
+        <relativePath>../../yang/pom.xml</relativePath>
     </parent>
 
-    <artifactId>maven-yang-plugin</artifactId>
+    <artifactId>yang-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
     <description>
         This plugin is a wrapper for "yang to source code" generation.
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-model-parser-impl</artifactId>
-            <version>1.0</version>
+            <version>0.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
-            <artifactId>maven-yang</artifactId>
-            <version>1.0</version>
+            <artifactId>yang-maven-plugin-spi</artifactId>
+            <version>0.5-SNAPSHOT</version>
         </dependency>
 
         <dependency>
@@ -55,8 +56,8 @@
 
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>maven-yang</artifactId>
-            <version>1.0</version>
+            <artifactId>yang-maven-plugin-spi</artifactId>
+            <version>0.5-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
index 09dc9d727922a7caa691c62505e9d6adc45b7f63..89417b022ed259917e1fc621dd053fd676b63d13 100644 (file)
@@ -2,17 +2,18 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>binding-generator</artifactId>
+        <artifactId>yang</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
+        <relativePath>../../yang/pom.xml</relativePath>
     </parent>
-    <artifactId>maven-yang</artifactId>
+    <artifactId>yang-maven-plugin-spi</artifactId>
 
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>yang-model-api</artifactId>
-            <version>1.0</version>
+            <version>0.5-SNAPSHOT</version>
         </dependency>
     </dependencies>
 
index 89e2794fd197d74e307b9e18d0e696ead405caf1..7d908c3cd0fb64e5a3632e587183b7d05c7656c9 100644 (file)
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>binding-generator</artifactId>
-    <version>1.0</version>
-    <packaging>pom</packaging>
-    <name>binding-generator</name>
-    
-    <properties>
-               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-       </properties>
-  
-    <modules>
-       <module>../yang</module>
-       <module>../sal/sal-schema-repository-api</module>
-        <module>code-generator-demo</module>
-        <module>yang-model-parser-api</module>
-        <module>yang-model-parser-impl</module>
-        <module>binding-model-api</module>
-        <module>binding-generator-api</module>
-        <module>binding-generator-spi</module>
-        <module>binding-generator-util</module>
-        <module>binding-generator-impl</module>
-        <module>binding-java-api-generator</module>
-        <module>maven-yang</module>
-        <module>maven-yang-plugin</module>
-        <module>maven-yang-plugin-it</module>
-        <module>maven-sal-api-gen-plugin</module>
-    </modules>
-    <dependencies>
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
 
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.10</version>
-            <scope>test</scope>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <version>1.7.2</version>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <version>1.7.2</version>
-        </dependency>
-    </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.0</version>
-                <inherited>true</inherited>
-                <configuration>
-                    <source>1.7</source>
-                    <target>1.7</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.8.1</version>
-                <configuration>
-                    <stylesheet>maven</stylesheet>
-                </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>aggregate</goal>
-                        </goals>
-                        <phase>site</phase>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>2.4.0</version>
-                <configuration>
-                    <effort>Max</effort>
-                    <threshold>Low</threshold>
-                    <goal>site</goal>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>jdepend-maven-plugin</artifactId>
-                <version>2.0-beta-2</version>
-            </plugin>
-        </plugins>
-    </reporting>
+       <parent>
+               <groupId>org.opendaylight.controller</groupId>
+               <artifactId>yang-prototype</artifactId>
+               <version>0.5-SNAPSHOT</version>
+       </parent>
+
+       <groupId>org.opendaylight.controller</groupId>
+       <artifactId>binding-generator</artifactId>
+       <version>0.5-SNAPSHOT</version>
+       <packaging>pom</packaging>
+       <name>binding-generator</name>
+
+       <properties>
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
+
+       <modules>
+               <module>binding-model-api</module>
+               <module>binding-generator-api</module>
+               <module>binding-generator-spi</module>
+               <module>binding-generator-util</module>
+               <module>binding-generator-impl</module>
+               <module>binding-java-api-generator</module>
+               <module>maven-sal-api-gen-plugin</module>
+       </modules>
+       <dependencies>
+
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <scope>test</scope>
+                       <optional>true</optional>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-simple</artifactId>
+               </dependency>
+       </dependencies>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <version>2.0</version>
+                               <inherited>true</inherited>
+                               <configuration>
+                                       <source>1.7</source>
+                                       <target>1.7</target>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>2.8.1</version>
+                               <configuration>
+                                       <stylesheet>maven</stylesheet>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>aggregate</goal>
+                                               </goals>
+                                               <phase>site</phase>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
 </project>
index 55797196838128613553b262922392068a601325..05981c457868ab24bf31d70e1bcd7b4f3775048e 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.0</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
     <artifactId>maven-code-gen-sample</artifactId>
 
@@ -12,8 +12,8 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>maven-yang-plugin</artifactId>
-                <version>1.0</version>
+                <artifactId>yang-maven-plugin</artifactId>
+                <version>0.5-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -39,7 +39,7 @@
                     <dependency>
                         <groupId>org.opendaylight.controller</groupId>
                         <artifactId>maven-sal-api-gen-plugin</artifactId>
-                        <version>1.0</version>
+                        <version>0.5-SNAPSHOT</version>
                         <type>jar</type>
                     </dependency>
                 </dependencies>
@@ -79,7 +79,7 @@
                                                                                org.opendaylight.controller
                                                                        </groupId>
                                                                        <artifactId>
-                                                                               maven-yang-plugin
+                                                                               yang-maven-plugin
                                                                        </artifactId>
                                                                        <versionRange>
                                                                                [1.0,)
index 5bfd19d47a33f37183f411d564ec11d93e43aa32..48ebb51f389571fd8d964e24760678409702250a 100644 (file)
@@ -2,8 +2,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.controller</groupId>
-    <artifactId>binding-generator</artifactId>
-    <version>1.0</version>
+    <artifactId>yang</artifactId>
+    <version>0.5-SNAPSHOT</version>
+    <relativePath>../../yang/pom.xml</relativePath>
   </parent>
   <artifactId>yang-model-parser-api</artifactId>
   
@@ -11,7 +12,7 @@
       <dependency>
           <groupId>org.opendaylight.controller</groupId>
           <artifactId>yang-model-api</artifactId>
-          <version>1.0</version>
+          <version>0.5-SNAPSHOT</version>
       </dependency>
   </dependencies>
 </project>
\ No newline at end of file
index ce0543dafd7673c3b64de5dd1633096c5d928956..10ba3f2816c4e65778fdad78dae5803ce9f8b045 100644 (file)
@@ -3,8 +3,9 @@
        <modelVersion>4.0.0</modelVersion>\r
        <parent>\r
                <groupId>org.opendaylight.controller</groupId>\r
-               <artifactId>binding-generator</artifactId>\r
-               <version>1.0</version>\r
+               <artifactId>yang</artifactId>\r
+               <version>0.5-SNAPSHOT</version>\r
+               <relativePath>../../yang/pom.xml</relativePath>\r
        </parent>\r
        <artifactId>yang-model-parser-impl</artifactId>\r
 \r
                <dependency>\r
                        <groupId>org.opendaylight.controller</groupId>\r
                        <artifactId>yang-common</artifactId>\r
-                       <version>1.0</version>\r
+                       <version>0.5-SNAPSHOT</version>\r
                </dependency>\r
                <dependency>\r
                        <groupId>org.opendaylight.controller</groupId>\r
                        <artifactId>yang-model-api</artifactId>\r
-                       <version>1.0</version>\r
+                       <version>0.5-SNAPSHOT</version>\r
                </dependency>\r
                <dependency>\r
                        <groupId>org.opendaylight.controller</groupId>\r
                        <artifactId>yang-model-parser-api</artifactId>\r
-                       <version>1.0</version>\r
+                       <version>0.5-SNAPSHOT</version>\r
                </dependency>\r
                <dependency>\r
                        <groupId>org.opendaylight.controller</groupId>\r
                        <artifactId>yang-model-util</artifactId>\r
-                       <version>1.0</version>\r
+                       <version>0.5-SNAPSHOT</version>\r
                </dependency>\r
                <dependency>\r
                        <groupId>org.opendaylight.controller</groupId>\r
                        <artifactId>binding-model-api</artifactId>\r
-                       <version>1.0</version>\r
+                       <version>0.5-SNAPSHOT</version>\r
                </dependency>\r
 \r
                <dependency>\r
@@ -54,7 +55,7 @@
                        <groupId>org.mockito</groupId>\r
                        <artifactId>mockito-all</artifactId>\r
                        <version>1.8.4</version>\r
-               </dependency>
+               </dependency>\r
         <dependency>\r
           <groupId>com.google.guava</groupId>\r
           <artifactId>guava</artifactId>\r
diff --git a/opendaylight/sal/yang-prototype/pom.xml b/opendaylight/sal/yang-prototype/pom.xml
new file mode 100644 (file)
index 0000000..ab64b88
--- /dev/null
@@ -0,0 +1,214 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.opendaylight.controller</groupId>
+       <artifactId>yang-prototype</artifactId>
+       <version>0.5-SNAPSHOT</version>
+       <packaging>pom</packaging>
+       <modules>
+               <module>yang</module>
+               <module>code-generator</module>
+       </modules>
+
+       <properties>
+               <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
+               <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
+               <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
+               <siteplugin>3.2</siteplugin>
+               <projectinfo>2.6</projectinfo>
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+               <compiler.version>2.3.2</compiler.version>
+               <surefire.version>2.13</surefire.version>
+               <exam.version>3.0.0</exam.version>
+               <url.version>1.5.0</url.version>
+               <enunciate.version>1.26.2</enunciate.version>
+               <sonar.branch>${user.name}-private-view</sonar.branch>
+               <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
+               <logback.version>1.0.9</logback.version>
+               <slf4j.version>1.7.2</slf4j.version>
+       </properties>
+
+       <pluginRepositories>
+               <pluginRepository>
+                       <id>central2</id>
+                       <name>central2</name>
+                       <url>${nexusproxy}/repositories/central2/</url>
+               </pluginRepository>
+       </pluginRepositories>
+
+
+       <repositories>
+               <!-- EBR release -->
+               <!-- http://repository.springsource.com/maven/bundles/release -->
+               <repository>
+                       <id>ebr-bundles-release</id>
+                       <name>ebr-bundles-release</name>
+                       <url>${nexusproxy}/repositories/ebr-bundles-release/</url>
+               </repository>
+               <!-- EBR external -->
+               <!-- http://repository.springsource.com/maven/bundles/external -->
+               <repository>
+                       <id>ebr-bundles-external</id>
+                       <name>ebr-bundles-external</name>
+                       <url>${nexusproxy}/repositories/ebr-bundles-external/</url>
+               </repository>
+               <!-- Maven repo2 mirror -->
+               <!-- http://repo2.maven.org/maven2 -->
+               <repository>
+                       <id>central2</id>
+                       <name>central2</name>
+                       <url>${nexusproxy}/repositories/central2/</url>
+               </repository>
+               <!-- Maven repo1 mirror -->
+               <!-- http://repo1.maven.org/maven2 -->
+               <repository>
+                       <id>central</id>
+                       <name>central</name>
+                       <url>${nexusproxy}/repositories/central/</url>
+               </repository>
+               <!-- Pax mirror -->
+               <!-- https://oss.sonatype.org/content/repositories/ops4j-releases -->
+               <repository>
+                       <id>ops4j-releases</id>
+                       <name>ops4j-releases</name>
+                       <url>${nexusproxy}/repositories/ops4j-releases/</url>
+               </repository>
+               <!-- Third Packages hosted in local maven because not available in other 
+                       places -->
+               <repository>
+                       <id>thirdparty</id>
+                       <name>thirdparty</name>
+                       <url>${nexusproxy}/repositories/thirdparty/</url>
+               </repository>
+               <!-- Jboss mirror -->
+               <!-- https://repository.jboss.org/nexus/content/repositories/releases -->
+               <repository>
+                       <id>jboss.releases</id>
+                       <name>jboss.releases</name>
+                       <url>${nexusproxy}/repositories/jboss.releases/</url>
+               </repository>
+               <!-- OpenDayLight Released artifact -->
+               <repository>
+                       <id>opendaylight-release</id>
+                       <name>opendaylight-release</name>
+                       <url>${nexusproxy}/repositories/opendaylight.release/</url>
+               </repository>
+               <!-- OpenDayLight Snapshot artifact -->
+               <repository>
+                       <id>opendaylight-snapshot</id>
+                       <name>opendaylight-snapshot</name>
+                       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+               </repository>
+       </repositories>
+       <distributionManagement>
+               <!-- OpenDayLight Released artifact -->
+               <repository>
+                       <id>opendaylight-release</id>
+                       <url>${nexusproxy}/repositories/opendaylight.release/</url>
+               </repository>
+               <!-- OpenDayLight Snapshot artifact -->
+               <snapshotRepository>
+                       <id>opendaylight-snapshot</id>
+                       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+               </snapshotRepository>
+               <!-- Site deployment -->
+               <!-- site>
+                       <id>website</id>
+                       <url>${sitedeploy}</url>
+               </site -->
+       </distributionManagement>
+
+
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>junit</groupId>
+                               <artifactId>junit</artifactId>
+                               <version>4.10</version>
+                               <scope>test</scope>
+                               <optional>true</optional>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>slf4j-api</artifactId>
+                               <version>1.7.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>slf4j-simple</artifactId>
+                               <version>1.7.2</version>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <version>${compiler.version}</version>
+                               <inherited>true</inherited>
+                               <configuration>
+                                       <source>1.7</source>
+                                       <target>1.7</target>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>2.8.1</version>
+                               <configuration>
+                                       <stylesheet>maven</stylesheet>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>aggregate</goal>
+                                               </goals>
+                                               <phase>site</phase>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>findbugs-maven-plugin</artifactId>
+                               <version>2.4.0</version>
+                               <configuration>
+                                       <effort>Max</effort>
+                                       <threshold>Low</threshold>
+                                       <goal>site</goal>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>jdepend-maven-plugin</artifactId>
+                               <version>2.0-beta-2</version>
+                       </plugin>
+               </plugins>
+       </reporting>
+       <profiles>
+               <profile>
+                       <id>viewbuild</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
+                       <properties>
+                               <build.suffix>${project.version}</build.suffix>
+                       </properties>
+               </profile>
+               <profile>
+                       <id>jenkins</id>
+                       <activation>
+                               <property>
+                                       <name>BUILDSUFFIX</name>
+                               </property>
+                       </activation>
+                       <properties>
+                               <build.suffix>${BUILDSUFFIX}</build.suffix>
+                       </properties>
+               </profile>
+       </profiles>
+</project>
index 68134d4ac81db09199ce682ae109a39d8eb81d9d..0ac2bbe569b010475810db978d5685de9ebe1d75 100644 (file)
@@ -1,84 +1,94 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>yang</artifactId>
-    <version>1.0</version>
-    <packaging>pom</packaging>
-    <modules>
-       <module>yang-common</module>
-        <module>yang-data-api</module>
-        <module>yang-data-util</module>
-        <module>yang-model-api</module>
-        <module>yang-model-util</module>
-        <module>yang-binding</module>
-    </modules>
-    <dependencies>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.opendaylight.controller</groupId>
+               <artifactId>yang-prototype</artifactId>
+               <version>0.5-SNAPSHOT</version>
+       </parent>
 
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.10</version>
-            <scope>test</scope>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <version>1.7.2</version>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <version>1.7.2</version>
-        </dependency>
-    </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.0</version>
-                <inherited>true</inherited>
-                <configuration>
-                    <source>1.7</source>
-                    <target>1.7</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.8.1</version>
-                <configuration>
-                    <stylesheet>maven</stylesheet>
-                </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>aggregate</goal>
-                        </goals>
-                        <phase>site</phase>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>2.4.0</version>
-                <configuration>
-                    <effort>Max</effort>
-                    <threshold>Low</threshold>
-                    <goal>site</goal>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>jdepend-maven-plugin</artifactId>
-                <version>2.0-beta-2</version>
-            </plugin>
-        </plugins>
-    </reporting>
+       <groupId>org.opendaylight.controller</groupId>
+       <artifactId>yang</artifactId>
+       <version>0.5-SNAPSHOT</version>
+       <packaging>pom</packaging>
+       <modules>
+               <module>yang-common</module>
+               <module>yang-data-api</module>
+               <module>yang-data-util</module>
+               <module>yang-model-api</module>
+               <module>yang-model-util</module>
+               <module>yang-binding</module>
+               <module>../code-generator/yang-model-parser-api</module>
+               <module>../code-generator/yang-model-parser-impl</module>
+               <module>../code-generator/maven-yang</module>
+               <module>../code-generator/maven-yang-plugin</module>
+               <module>../code-generator/maven-yang-plugin-it</module>
+
+       </modules>
+       <dependencies>
+
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <scope>test</scope>
+                       <optional>true</optional>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-simple</artifactId>
+               </dependency>
+       </dependencies>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <version>2.0</version>
+                               <inherited>true</inherited>
+                               <configuration>
+                                       <source>1.7</source>
+                                       <target>1.7</target>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>2.8.1</version>
+                               <configuration>
+                                       <stylesheet>maven</stylesheet>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>aggregate</goal>
+                                               </goals>
+                                               <phase>site</phase>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>findbugs-maven-plugin</artifactId>
+                               <version>2.4.0</version>
+                               <configuration>
+                                       <effort>Max</effort>
+                                       <threshold>Low</threshold>
+                                       <goal>site</goal>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>jdepend-maven-plugin</artifactId>
+                               <version>2.0-beta-2</version>
+                       </plugin>
+               </plugins>
+       </reporting>
 </project>
index 3ddd4b37fcafb30cdd6615652c56cfb14c1c33b9..e679adeb11d598635e456f7111f9225204577229 100644 (file)
@@ -3,7 +3,7 @@
   <parent>\r
     <groupId>org.opendaylight.controller</groupId>\r
     <artifactId>yang</artifactId>\r
-    <version>1.0</version>\r
+    <version>0.5-SNAPSHOT</version>\r
   </parent>\r
   <artifactId>yang-binding</artifactId>\r
 </project>
\ No newline at end of file
index b072ab3c1ba913e3ef13e6defbf48f2da2bea514..f296579fcc95936dc0897d1f3254ec2688913480 100644 (file)
@@ -3,7 +3,7 @@
   <parent>\r
     <groupId>org.opendaylight.controller</groupId>\r
     <artifactId>yang</artifactId>\r
-    <version>1.0</version>\r
+    <version>0.5-SNAPSHOT</version>\r
   </parent>\r
   <artifactId>yang-common</artifactId>\r
 </project>
\ No newline at end of file
index 358cabd2d5f74961b7a69f92f53ad7266d3e1183..b38c21cd79612a825f3365cc75ce76439b52041a 100644 (file)
@@ -3,7 +3,7 @@
   <parent>\r
     <groupId>org.opendaylight.controller</groupId>\r
     <artifactId>yang</artifactId>\r
-    <version>1.0</version>\r
+    <version>0.5-SNAPSHOT</version>\r
   </parent>\r
   <artifactId>yang-data-api</artifactId>\r
   \r
@@ -12,7 +12,7 @@
        <dependency>\r
                <groupId>org.opendaylight.controller</groupId>\r
                <artifactId>yang-common</artifactId>\r
-               <version>1.0</version>\r
+               <version>${project.version}</version>\r
        </dependency>\r
   </dependencies>\r
 </project>
\ No newline at end of file
index 2595d5d8a7b32292c0cbec19a5f514195347e6a5..7606f07484a051e0377750d027739af02019e30a 100644 (file)
@@ -3,14 +3,14 @@
   <parent>\r
     <groupId>org.opendaylight.controller</groupId>\r
     <artifactId>yang</artifactId>\r
-    <version>1.0</version>\r
+    <version>0.5-SNAPSHOT</version>\r
   </parent>\r
   <artifactId>yang-data-util</artifactId>\r
   <dependencies>\r
        <dependency>\r
                <groupId>org.opendaylight.controller</groupId>\r
                <artifactId>yang-data-api</artifactId>\r
-               <version>1.0</version>\r
+               <version>0.5-SNAPSHOT</version>\r
        </dependency>\r
   </dependencies>\r
 </project>
\ No newline at end of file
index bf1a4ce76fa1b6f8c75fd5b02a3a60b47abf76fd..24bbdd5e35d0dcb36c228157aa91abb2994c617a 100644 (file)
@@ -3,7 +3,7 @@
   <parent>\r
     <groupId>org.opendaylight.controller</groupId>\r
     <artifactId>yang</artifactId>\r
-    <version>1.0</version>\r
+    <version>0.5-SNAPSHOT</version>\r
   </parent>\r
   <artifactId>yang-model-api</artifactId>\r
   \r
@@ -11,7 +11,7 @@
        <dependency>\r
                <groupId>org.opendaylight.controller</groupId>\r
                <artifactId>yang-common</artifactId>\r
-               <version>1.0</version>\r
+               <version>0.5-SNAPSHOT</version>\r
        </dependency>\r
   </dependencies>\r
 </project>
\ No newline at end of file
index 47a14e12ff5c16d5e4281b6cfc4f85668de5ea37..9b56180deb37cdc9bd732f5e24c49a11c2b61a2c 100644 (file)
@@ -3,14 +3,15 @@
   <parent>\r
     <groupId>org.opendaylight.controller</groupId>\r
     <artifactId>yang</artifactId>\r
-    <version>1.0</version>\r
+    <version>0.5-SNAPSHOT</version>\r
+    <relativePath>../../yang/pom.xml</relativePath>\r
   </parent>\r
   <artifactId>yang-model-util</artifactId>\r
   <dependencies>\r
       <dependency>\r
           <groupId>org.opendaylight.controller</groupId>\r
           <artifactId>yang-model-api</artifactId>\r
-          <version>1.0</version>\r
+          <version>0.5-SNAPSHOT</version>\r
       </dependency>\r
   </dependencies>\r
 </project>\r