aboutsummaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2013-09-26 14:35:02 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2013-09-26 14:35:02 +0300
commitb3e5b8761910ee994a540c64b530de0a39774ece (patch)
tree7e100771a4a4aa5b1a0e37c963b3d4313691201b /demo
parent6dd1c458b5306293bb133f5e3c9b88a9ee9106a7 (diff)
downloadpf4j-b3e5b8761910ee994a540c64b530de0a39774ece.tar.gz
pf4j-b3e5b8761910ee994a540c64b530de0a39774ece.zip
[maven-release-plugin] prepare release release-0.5release-0.5
Diffstat (limited to 'demo')
-rw-r--r--demo/api/pom.xml4
-rw-r--r--demo/app/pom.xml4
-rw-r--r--demo/plugins/plugin1/pom.xml4
-rw-r--r--demo/plugins/plugin2/pom.xml4
-rw-r--r--demo/plugins/pom.xml4
-rw-r--r--demo/pom.xml4
6 files changed, 12 insertions, 12 deletions
diff --git a/demo/api/pom.xml b/demo/api/pom.xml
index 2a2a04b..2b8d9fd 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.5-SNAPSHOT</version>
+ <version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-api</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
<packaging>jar</packaging>
<name>Demo Api</name>
diff --git a/demo/app/pom.xml b/demo/app/pom.xml
index cef9586..f8dd78f 100644
--- a/demo/app/pom.xml
+++ b/demo/app/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-app</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
<packaging>jar</packaging>
<name>Demo App</name>
diff --git a/demo/plugins/plugin1/pom.xml b/demo/plugins/plugin1/pom.xml
index 5880fb9..d448fa7 100644
--- a/demo/plugins/plugin1/pom.xml
+++ b/demo/plugins/plugin1/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-plugins</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin1</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
<packaging>jar</packaging>
<name>Demo Plugin #1</name>
diff --git a/demo/plugins/plugin2/pom.xml b/demo/plugins/plugin2/pom.xml
index 62d99fe..2316918 100644
--- a/demo/plugins/plugin2/pom.xml
+++ b/demo/plugins/plugin2/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-plugins</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin2</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
<packaging>jar</packaging>
<name>Demo Plugin #2</name>
diff --git a/demo/plugins/pom.xml b/demo/plugins/pom.xml
index 9420816..b6ad731 100644
--- a/demo/plugins/pom.xml
+++ b/demo/plugins/pom.xml
@@ -4,13 +4,13 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-plugins</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
<packaging>pom</packaging>
<name>Demo Plugins Parent</name>
diff --git a/demo/pom.xml b/demo/pom.xml
index 2c7f277..d64b4aa 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.5-SNAPSHOT</version>
+ <version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
<packaging>pom</packaging>
<name>Demo Parent</name>