Bump versions to 4.0.11-SNAPSHOT
[mdsal.git] / binding / maven-sal-api-gen-plugin / pom.xml
index 9dd57ae204d2f21a994359090d75b3346768abbc..dabdb8bdfc0672ebb540143cf720b27f38f13f07 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>4.0.2</version>
+        <version>5.0.5</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>maven-sal-api-gen-plugin</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>2.0.11-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>3.0.0-SNAPSHOT</version>
+                <version>4.0.11-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.1.1</version>
+                <version>3.0.9</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <artifactId>plexus-build-api</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>