Bump upstreams
[openflowplugin.git] / parent / pom.xml
index 0422d848a1d43e995886305db1ca699f84fdc990..dd357ea1f6644c85e998810aaa418da01a490cdb 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>4.0.0</version>
+        <version>12.0.0</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.17.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <scm>
         <tag>HEAD</tag>
     </scm>
 
-    <properties>
-        <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-        <infrautils.version>1.6.0-SNAPSHOT</infrautils.version>
-        <serviceutils.version>0.4.0-SNAPSHOT</serviceutils.version>
-    </properties>
-
     <dependencyManagement>
         <dependencies>
             <dependency>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>mdsal-artifacts</artifactId>
-                <version>1.10.0-SNAPSHOT</version>
+                <artifactId>controller-artifacts</artifactId>
+                <version>8.0.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <!-- thirdparty -->
             <dependency>
-                <groupId>openexi</groupId>
-                <artifactId>nagasena</artifactId>
-                <version>${exi.nagasena.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>openexi</groupId>
-                <artifactId>nagasena-rta</artifactId>
-                <version>${exi.nagasena.version}</version>
+                <groupId>org.opendaylight.infrautils</groupId>
+                <artifactId>infrautils-artifacts</artifactId>
+                <version>6.0.1</version>
+                <type>pom</type>
+                <scope>import</scope>
             </dependency>
             <dependency>
-                <groupId>net.sourceforge.argparse4j</groupId>
-                <artifactId>argparse4j</artifactId>
-                <version>0.7.0</version>
+                <groupId>org.opendaylight.serviceutils</groupId>
+                <artifactId>serviceutils-artifacts</artifactId>
+                <version>0.12.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
             </dependency>
+            <!-- thirdparty -->
             <dependency>
                 <groupId>pl.pragmatists</groupId>
                 <artifactId>JUnitParams</artifactId>