diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2013-10-11 12:52:57 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2013-10-11 12:52:57 +0300 |
commit | faba983abcac39d4f519eb6ae4ae3c590ade1636 (patch) | |
tree | 9f5fb555a82f1663d7831e6ca2d4ed916e2b1f96 /demo/pom.xml | |
parent | 7cbdd748b901a40dee324b4293f8ccc1532e700c (diff) | |
download | pf4j-faba983abcac39d4f519eb6ae4ae3c590ade1636.tar.gz pf4j-faba983abcac39d4f519eb6ae4ae3c590ade1636.zip |
[maven-release-plugin] prepare release release-0.6release-0.6
Diffstat (limited to 'demo/pom.xml')
-rw-r--r-- | demo/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/pom.xml b/demo/pom.xml index 7d00cd7..8eaae4f 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>ro.fortsoft.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <packaging>pom</packaging> <name>Demo Parent</name> |