From: Decebal Suiu Date: Tue, 1 Apr 2014 15:08:46 +0000 (+0300) Subject: adopt semantic versioning X-Git-Tag: release-0.7.0~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e4efe65d36f223a0b08e30b1e76729eafad4a4eb;p=pf4j.git adopt semantic versioning --- diff --git a/README.md b/README.md index ec87e2b..485a393 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,22 @@ Mailing list Much of the conversation between developers and users is managed through [mailing list] (http://groups.google.com/group/pf4j). +Versioning +------------ +PF4J will be maintained under the Semantic Versioning guidelines as much as possible. + +Releases will be numbered with the follow format: + +`..` + +And constructed with the following guidelines: + +* Breaking backward compatibility bumps the major +* New additions without breaking backward compatibility bumps the minor +* Bug fixes and misc changes bump the patch + +For more information on SemVer, please visit http://semver.org/. + License -------------- Copyright 2012 Decebal Suiu diff --git a/demo/api/pom.xml b/demo/api/pom.xml index 6d76d93..079c4a4 100644 --- a/demo/api/pom.xml +++ b/demo/api/pom.xml @@ -4,12 +4,12 @@ ro.fortsoft.pf4j.demo pf4j-demo-parent - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT 4.0.0 pf4j-demo-api - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT jar Demo Api diff --git a/demo/app/pom.xml b/demo/app/pom.xml index 13c442d..b7d4d8e 100644 --- a/demo/app/pom.xml +++ b/demo/app/pom.xml @@ -4,12 +4,12 @@ ro.fortsoft.pf4j.demo pf4j-demo-parent - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT 4.0.0 pf4j-demo-app - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT jar Demo App diff --git a/demo/plugins/plugin1/pom.xml b/demo/plugins/plugin1/pom.xml index 9c6db84..5d187ab 100644 --- a/demo/plugins/plugin1/pom.xml +++ b/demo/plugins/plugin1/pom.xml @@ -4,12 +4,12 @@ ro.fortsoft.pf4j.demo pf4j-demo-plugins - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT 4.0.0 pf4j-demo-plugin1 - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT jar Demo Plugin #1 diff --git a/demo/plugins/plugin2/pom.xml b/demo/plugins/plugin2/pom.xml index 23acb7a..8a1474e 100644 --- a/demo/plugins/plugin2/pom.xml +++ b/demo/plugins/plugin2/pom.xml @@ -4,12 +4,12 @@ ro.fortsoft.pf4j.demo pf4j-demo-plugins - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT 4.0.0 pf4j-demo-plugin2 - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT jar Demo Plugin #2 diff --git a/demo/plugins/pom.xml b/demo/plugins/pom.xml index 30c2848..d114467 100644 --- a/demo/plugins/pom.xml +++ b/demo/plugins/pom.xml @@ -4,13 +4,13 @@ ro.fortsoft.pf4j.demo pf4j-demo-parent - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT 4.0.0 ro.fortsoft.pf4j.demo pf4j-demo-plugins - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT pom Demo Plugins Parent diff --git a/demo/pom.xml b/demo/pom.xml index 9ce0579..9a2fa82 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -4,13 +4,13 @@ ro.fortsoft.pf4j pf4j-parent - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT 4.0.0 ro.fortsoft.pf4j.demo pf4j-demo-parent - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT pom Demo Parent diff --git a/pf4j/pom.xml b/pf4j/pom.xml index f06491e..10c4b05 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -4,12 +4,12 @@ ro.fortsoft.pf4j pf4j-parent - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT 4.0.0 pf4j - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT jar PF4J Plugin Framework for Java diff --git a/pom.xml b/pom.xml index cedf32e..b026952 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 ro.fortsoft.pf4j pf4j-parent - 0.7-SNAPSHOT + 0.7.0-SNAPSHOT pom PF4J Parent Plugin Framework for Java