Bump versions to 2.0.1-SNAPSHOT
[netconf.git] / netconf / tools / netconf-testtool / pom.xml
index ffe9b015ee3e0949205247146147fac11c30eedb..59de196f37766a29f703369d59f1527b9c4df429 100644 (file)
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>2.0.1-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-testtool</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.9.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
         <sonar.skip>true</sonar.skip>
-        <xmlunit.version>2.6.3</xmlunit.version>
     </properties>
 
     <dependencies>
         <dependency>
             <groupId>org.xmlunit</groupId>
             <artifactId>xmlunit-core</artifactId>
-            <version>${xmlunit.version}</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.xmlunit</groupId>
             <artifactId>xmlunit-assertj</artifactId>
-            <version>${xmlunit.version}</version>
-            <scope>test</scope>
         </dependency>
     </dependencies>