Bug 8745: Migrate EditConfig to the new XML parser
[netconf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 91749a7fb1d9e842a849f722a2f8cdd756220b47..ea293fce3ffb8e510b565bedcf170f21b3c695f4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,39 +1,46 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
 <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.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>2.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     <modules>
-        <module>opendaylight/netconf</module>
-        <module>opendaylight/restconf</module>
+        <module>netconf</module>
+        <module>restconf</module>
 
         <module>features</module>
         <module>karaf</module>
     </modules>
 
     <properties>
-        <config.version>0.5.0-SNAPSHOT</config.version>
+        <config.version>0.7.0-SNAPSHOT</config.version>
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
-        <features.test.version>1.7.0-SNAPSHOT</features.test.version>
+        <features.test.version>1.9.0</features.test.version>
 
-        <mdsal.version>2.1.0-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
-        <controller.mdsal.version>1.4.0-SNAPSHOT</controller.mdsal.version>
-        <netconf.version>1.1.0-SNAPSHOT</netconf.version>
-        <restconf.version>1.4.0-SNAPSHOT</restconf.version>
-        <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
+        <mdsal.version>2.3.0-SNAPSHOT</mdsal.version>
+        <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
+        <controller.mdsal.version>1.6.0-SNAPSHOT</controller.mdsal.version>
+        <netconf.version>1.3.0-SNAPSHOT</netconf.version>
+        <restconf.version>1.6.0-SNAPSHOT</restconf.version>
+        <yangtools.version>1.2.0-SNAPSHOT</yangtools.version>
     </properties>
 
 
@@ -63,7 +70,7 @@
         <dependency>
           <groupId>org.opendaylight.aaa</groupId>
           <artifactId>aaa-artifacts</artifactId>
-          <version>0.4.0-SNAPSHOT</version>
+          <version>0.6.0-SNAPSHOT</version>
           <type>pom</type>
           <scope>import</scope>
         </dependency>
       </dependencies>
     </dependencyManagement>
 
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.opendaylight.controller</groupId>
-                            <artifactId>checkstyle</artifactId>
-                            <version>0.3.0-SNAPSHOT</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-
     <profiles>
         <profile>
             <id>integrationtests</id>