Add AsyncWriteTransaction.commit()
[controller.git] / opendaylight / archetypes / pom.xml
index db50dcb8ab86eb236608bfef06dff7eb1384c403..da318568b85df6860936fc855291f70a816bebe9 100644 (file)
@@ -5,22 +5,26 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>3.0.2</version>
+    <version>3.1.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller.archetypes</groupId>
   <artifactId>archetypes-parent</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
+  <properties>
+    <archetype.test.skip>true</archetype.test.skip>
+  </properties>
+
   <dependencies>
     <dependency>
       <!-- Required for https://jira.opendaylight.org/browse/CONTROLLER-1799
            but this is only half of the solution; the other half is setting org.ops4j.pax.url.mvn.localRepository -->
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>opendaylight-karaf-empty</artifactId>
-      <version>3.0.2</version>
+      <version>3.1.0</version>
       <type>zip</type>
     </dependency>
   </dependencies>