Updated POM files and versions to SNAPSHOT
[controller.git] / opendaylight / sal / yang-prototype / code-generator / maven-yang-plugin-it / src / test / resources / Correct / pom.xml
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>