diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2012-10-17 16:26:46 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2012-10-17 16:26:46 +0300 |
commit | 69042665cf78e3c8c3e8505fc8966bab8e3193ee (patch) | |
tree | 0068690389dcf10afad7a78da4859b69fbbf5cd1 /demo/pom.xml | |
parent | 5dcd40887e9b7f82aa50610fcd19d47c496e658a (diff) | |
download | pf4j-69042665cf78e3c8c3e8505fc8966bab8e3193ee.tar.gz pf4j-69042665cf78e3c8c3e8505fc8966bab8e3193ee.zip |
[maven-release-plugin] prepare release release-0.1release-0.1
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 ec642de..79116df 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>ro.fortsoft.pf4j</groupId> <artifactId>pom</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pom</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> <packaging>pom</packaging> <name>PF4J Demo</name> |