summaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2013-02-25 12:05:11 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2013-02-25 12:05:11 +0200
commitc7d64b16d3beccb929a37a4cf032628f81de13c2 (patch)
tree506a4d5bd1c977b27ec66a79364b69042beed56f /demo
parent7a00b55db4164183ab222e359060c1e421697586 (diff)
downloadpf4j-c7d64b16d3beccb929a37a4cf032628f81de13c2.tar.gz
pf4j-c7d64b16d3beccb929a37a4cf032628f81de13c2.zip
[maven-release-plugin] prepare release release-0.4release-0.4
Diffstat (limited to 'demo')
-rw-r--r--demo/api/pom.xml4
-rw-r--r--demo/app/pom.xml4
-rw-r--r--demo/plugin1/pom.xml4
-rw-r--r--demo/plugin2/pom.xml4
-rw-r--r--demo/pom.xml4
5 files changed, 10 insertions, 10 deletions
diff --git a/demo/api/pom.xml b/demo/api/pom.xml
index b6c07a9..b6516bc 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.4-SNAPSHOT</version>
+ <version>0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-api</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<packaging>jar</packaging>
<name>Demo Api</name>
diff --git a/demo/app/pom.xml b/demo/app/pom.xml
index 084eacf..7e638cf 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.4-SNAPSHOT</version>
+ <version>0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-app</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<packaging>jar</packaging>
<name>Demo App</name>
diff --git a/demo/plugin1/pom.xml b/demo/plugin1/pom.xml
index f11e1e9..44b0bf3 100644
--- a/demo/plugin1/pom.xml
+++ b/demo/plugin1/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin1</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<packaging>jar</packaging>
<name>Demo Plugin #1</name>
diff --git a/demo/plugin2/pom.xml b/demo/plugin2/pom.xml
index 21be875..0e0b019 100644
--- a/demo/plugin2/pom.xml
+++ b/demo/plugin2/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin2</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<packaging>jar</packaging>
<name>Demo Plugin #2</name>
diff --git a/demo/pom.xml b/demo/pom.xml
index 3d48507..8dd0a2f 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.4-SNAPSHOT</version>
+ <version>0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<packaging>pom</packaging>
<name>PF4J Demo</name>