Bump versions by x.y.(z+1)
[netconf.git] / karaf / pom.xml
index af56eea75f4f3fa4adac64ef93b9bcebede33bb2..2b0698bc153b3bc8ae6adf3646c21b4e9d745776 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>4.0.8</version>
+    <version>4.0.10</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>1.9.0-SNAPSHOT</version>
+  <version>1.9.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <properties>
-    <netconf.version>1.6.0-SNAPSHOT</netconf.version>
-    <restconf.version>1.9.0-SNAPSHOT</restconf.version>
+    <netconf.version>1.6.2-SNAPSHOT</netconf.version>
+    <restconf.version>1.9.2-SNAPSHOT</restconf.version>
   </properties>
 
   <dependencies>
           <skip>true</skip>
         </configuration>
       </plugin>
-
-      <plugin>
-        <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>karaf-plugin</artifactId>
-        <version>4.0.9-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <id>populate-local-repo</id>
-            <phase>prepare-package</phase>
-            <goals>
-              <goal>populate-local-repo</goal>
-            </goals>
-            <configuration>
-              <localRepo>${project.build.directory}/assembly/system</localRepo>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
     </plugins>
   </build>