Change default version to 0.1.0-SNAPSHOT 20/36020/4
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 10 Mar 2016 01:35:02 +0000 (20:35 -0500)
committerEd Warnicke <hagbard@gmail.com>
Fri, 11 Mar 2016 23:28:08 +0000 (23:28 +0000)
With semantic versioning a project's initial version should not start
with 1.0.0-SNAPSHOT. Changing it to 0.1.0-SNAPSHOT so that a project can
start off with the recommended value.

See: http://semver.org/

Change-Id: Id3b99a9a5ccb2d68be02cc6faa0d4253e5b80f80
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/archetypes/opendaylight-startup/src/main/resources/META-INF/maven/archetype-metadata.xml

index 5f12a5f62569f2da3b127495e976df721f3e026d..15a10307864b97efc561e44864deadfee80671a9 100644 (file)
@@ -16,7 +16,7 @@
     </requiredProperty>
     <requiredProperty key="version">
         <defaultValue>
-            1.0.0-SNAPSHOT
+            0.1.0-SNAPSHOT
         </defaultValue>
     </requiredProperty>
   </requiredProperties>