Bump to odlparent 2.0.0
[openflowjava.git] / artifacts / pom.xml
index eaa3779f5c426a60d153d3d0c7e8a300b58e2a05..54204e9010f96b2b5f85f4790f15921f0d41a735 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>
+
+  <parent>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>2.0.0</version>
+    <relativePath/>
+  </parent>
+
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <!-- <name> formatting is used by autorelease to parse and notify projects on
+         build failure. Please do not modify this unless you have a good reason. -->
+    <name>ODL :: openflowjava :: ${project.artifactId}</name>
 
     <dependencyManagement>
         <dependencies>
                 <type>test-jar</type>
                 <scope>test</scope>
             </dependency>
+            <dependency>
+              <groupId>org.opendaylight.openflowjava</groupId>
+              <artifactId>openflowjava-blueprint-config</artifactId>
+              <version>${project.version}</version>
+              <type>xml</type>
+              <classifier>config</classifier>
+            </dependency>
+            <dependency>
+              <groupId>org.opendaylight.openflowjava</groupId>
+              <artifactId>openflowjava-blueprint-config</artifactId>
+              <version>${project.version}</version>
+              <type>xml</type>
+              <classifier>legacyConfig</classifier>
+            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>openflow-protocol-spi</artifactId>
@@ -72,4 +97,3 @@
     </dependencyManagement>
 
 </project>
-