Bump upstream versions
[openflowplugin.git] / parent / pom.xml
index f26c26f6b5e6d2e3a2546e00c4f3c7b079eccdd6..3638caa3b86157e0e15efcc0e72b5c9e7661fde8 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>4.0.1</version>
+        <version>9.0.4</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.15.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>5.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <!-- thirdparty -->
             <dependency>
-                <groupId>openexi</groupId>
-                <artifactId>nagasena</artifactId>
-                <version>${exi.nagasena.version}</version>
+                <groupId>org.opendaylight.infrautils</groupId>
+                <artifactId>infrautils-artifacts</artifactId>
+                <version>3.0.1</version>
+                <type>pom</type>
+                <scope>import</scope>
             </dependency>
             <dependency>
-                <groupId>openexi</groupId>
-                <artifactId>nagasena-rta</artifactId>
-                <version>${exi.nagasena.version}</version>
+                <groupId>org.opendaylight.serviceutils</groupId>
+                <artifactId>serviceutils-artifacts</artifactId>
+                <version>0.10.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
             </dependency>
+            <!-- thirdparty -->
             <dependency>
                 <groupId>net.sourceforge.argparse4j</groupId>
                 <artifactId>argparse4j</artifactId>