Bump versions by x.y.(z+1)
[controller.git] / opendaylight / archetypes / opendaylight-startup / pom.xml
index 336d56be65da14fe0bb213997a26a69b74c384e2..6bdfb9ef4b376668b0de83b014634d5303e89347 100644 (file)
@@ -5,23 +5,13 @@
   <parent>
      <groupId>org.opendaylight.controller.archetypes</groupId>
      <artifactId>archetypes-parent</artifactId>
-     <version>0.4.0-SNAPSHOT</version>
+     <version>0.8.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>opendaylight-startup-archetype</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.6.2-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>${project.artifactId}</name>
 
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <failsOnError>false</failsOnError>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>