Updated POM files and versions to SNAPSHOT
[controller.git] / opendaylight / sal / yang-prototype / code-generator / code-generator-demo / pom.xml
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