diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2014-07-30 11:58:27 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2014-07-30 11:58:27 +0300 |
commit | 187ffc9b3e7d70268f59a2318291b50488a1e23c (patch) | |
tree | 0e4b7f243086f819099f756fd80840d7dcdc51fc /demo/api | |
parent | 54b1f59c9b751f73874f8ac7c4255998fb9ad66c (diff) | |
download | pf4j-187ffc9b3e7d70268f59a2318291b50488a1e23c.tar.gz pf4j-187ffc9b3e7d70268f59a2318291b50488a1e23c.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'demo/api')
-rw-r--r-- | demo/api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/api/pom.xml b/demo/api/pom.xml index eb142a3..9d748b9 100644 --- a/demo/api/pom.xml +++ b/demo/api/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>0.9.0</version> + <version>0.10.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-api</artifactId> - <version>0.9.0</version> + <version>0.10.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Demo Api</name> |