aboutsummaryrefslogtreecommitdiffstats
path: root/demo/plugin2/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demo/plugin2/pom.xml')
-rw-r--r--demo/plugin2/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/demo/plugin2/pom.xml b/demo/plugin2/pom.xml
index 3b65ea6..cf5c67c 100644
--- a/demo/plugin2/pom.xml
+++ b/demo/plugin2/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin2</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
<packaging>jar</packaging>
<name>Demo Plugin #2</name>
@@ -26,7 +26,7 @@
<plugin.class>ro.fortsoft.pf4j.demo.hello.HelloPlugin</plugin.class>
<plugin.version>0.0.1</plugin.version>
<plugin.provider>Decebal Suiu</plugin.provider>
- <plugin.dependencies></plugin.dependencies>
+ <plugin.dependencies />
</properties>
<build>