Bump versions to 4.0.0-SNAPSHOT
[netconf.git] / restconf / wadl-generator / pom.xml
index f0ffbc6047b7bb1fa2fd270089552dfe947870a0..fb81e7fb16dc853e3581d6c6b3fcb3147c0c9c7b 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>2.0.9-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <artifactId>guava</artifactId>
         </dependency>
         <dependency>
+            <!-- FIXME: remove this dependency -->
             <groupId>org.eclipse.xtext</groupId>
             <artifactId>org.eclipse.xtext.xbase.lib</artifactId>
+            <version>2.26.0</version>
         </dependency>
         <dependency>
             <groupId>org.kohsuke.metainf-services</groupId>
             <artifactId>yang-test-util</artifactId>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.eclipse.xtend</groupId>
-                <artifactId>xtend-maven-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
 </project>