diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2014-07-30 11:58:22 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2014-07-30 11:58:22 +0300 |
commit | 54b1f59c9b751f73874f8ac7c4255998fb9ad66c (patch) | |
tree | 24c2ce1fb52936a616c313c617b302d8d1bcf091 /pf4j | |
parent | 808a36a3aed19bed50df3ae91097152bfd44ffe2 (diff) | |
download | pf4j-54b1f59c9b751f73874f8ac7c4255998fb9ad66c.tar.gz pf4j-54b1f59c9b751f73874f8ac7c4255998fb9ad66c.zip |
[maven-release-plugin] prepare release release-0.9.0release-0.9.0
Diffstat (limited to 'pf4j')
-rw-r--r-- | pf4j/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index fd5a9c7..086811a 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>ro.fortsoft.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.0</version> <packaging>jar</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> |