Browse Source

adopt semantic versioning

pull/4/head
Decebal Suiu 11 years ago
parent
commit
e4efe65d36
  1. 16
      README.md
  2. 4
      demo/api/pom.xml
  3. 4
      demo/app/pom.xml
  4. 4
      demo/plugins/plugin1/pom.xml
  5. 4
      demo/plugins/plugin2/pom.xml
  6. 4
      demo/plugins/pom.xml
  7. 4
      demo/pom.xml
  8. 4
      pf4j/pom.xml
  9. 2
      pom.xml

16
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). 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:
`<major>.<minor>.<patch>`
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 License
-------------- --------------
Copyright 2012 Decebal Suiu Copyright 2012 Decebal Suiu

4
demo/api/pom.xml

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId> <artifactId>pf4j-demo-parent</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-api</artifactId> <artifactId>pf4j-demo-api</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Demo Api</name> <name>Demo Api</name>

4
demo/app/pom.xml

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId> <artifactId>pf4j-demo-parent</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-app</artifactId> <artifactId>pf4j-demo-app</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Demo App</name> <name>Demo App</name>

4
demo/plugins/plugin1/pom.xml

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-plugins</artifactId> <artifactId>pf4j-demo-plugins</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin1</artifactId> <artifactId>pf4j-demo-plugin1</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Demo Plugin #1</name> <name>Demo Plugin #1</name>

4
demo/plugins/plugin2/pom.xml

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-plugins</artifactId> <artifactId>pf4j-demo-plugins</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin2</artifactId> <artifactId>pf4j-demo-plugin2</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Demo Plugin #2</name> <name>Demo Plugin #2</name>

4
demo/plugins/pom.xml

@ -4,13 +4,13 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId> <artifactId>pf4j-demo-parent</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-plugins</artifactId> <artifactId>pf4j-demo-plugins</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Demo Plugins Parent</name> <name>Demo Plugins Parent</name>

4
demo/pom.xml

@ -4,13 +4,13 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j</groupId> <groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pf4j-parent</artifactId> <artifactId>pf4j-parent</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j.demo</groupId> <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId> <artifactId>pf4j-demo-parent</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Demo Parent</name> <name>Demo Parent</name>

4
pf4j/pom.xml

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>ro.fortsoft.pf4j</groupId> <groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pf4j-parent</artifactId> <artifactId>pf4j-parent</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pf4j</artifactId> <artifactId>pf4j</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>PF4J</name> <name>PF4J</name>
<description>Plugin Framework for Java</description> <description>Plugin Framework for Java</description>

2
pom.xml

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j</groupId> <groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pf4j-parent</artifactId> <artifactId>pf4j-parent</artifactId>
<version>0.7-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>PF4J Parent</name> <name>PF4J Parent</name>
<description>Plugin Framework for Java</description> <description>Plugin Framework for Java</description>

Loading…
Cancel
Save