Bump argparse4j to 0.9.0
[bgpcep.git] / bgp / testtool / pom.xml
index 7d7fc07ab9dc082e90d20892bbcbe5c00bf1d98d..29269249db12c59c1d1871651c5c0d59addbe3e9 100644 (file)
     <scm>
         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
-        <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
+        <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>
         <tag>HEAD</tag>
     </scm>
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>testtool-parent</artifactId>
-        <version>0.13.0-SNAPSHOT</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../testtool-parent</relativePath>
     </parent>
 
     <artifactId>bgp-testtool</artifactId>
-    <version>0.13.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <description>BGP Interop Testing Tool</description>
     <name>${project.artifactId}</name>
         <dependency>
             <groupId>net.sourceforge.argparse4j</groupId>
             <artifactId>argparse4j</artifactId>
-            <version>0.7.0</version>
+            <version>0.9.0</version>
         </dependency>
     </dependencies>