aboutsummaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2016-01-29 14:11:11 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2016-01-29 14:11:11 +0200
commit08ce60a0d279bff27865b347f015262176efcb90 (patch)
tree72e577428d0ff514ac6bcc9340db76b940e5ef5f /demo
parentb87f20ee491ce02d905cd6f44e404ebb81c61026 (diff)
downloadpf4j-08ce60a0d279bff27865b347f015262176efcb90.tar.gz
pf4j-08ce60a0d279bff27865b347f015262176efcb90.zip
[maven-release-plugin] prepare release release-0.12.0release-0.12.0
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 f23dc6d..ac31f2a 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.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-api</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
<packaging>jar</packaging>
<name>Demo Api</name>
diff --git a/demo/app/pom.xml b/demo/app/pom.xml
index fd5dbc7..186a0ed 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.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-app</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
<packaging>jar</packaging>
<name>Demo App</name>
diff --git a/demo/plugins/plugin1/pom.xml b/demo/plugins/plugin1/pom.xml
index 47f8e9b..29a3051 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.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin1</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
<packaging>jar</packaging>
<name>Demo Plugin #1</name>
diff --git a/demo/plugins/plugin2/pom.xml b/demo/plugins/plugin2/pom.xml
index 2cf419d..7325f0e 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.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin2</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
<packaging>jar</packaging>
<name>Demo Plugin #2</name>
diff --git a/demo/plugins/pom.xml b/demo/plugins/pom.xml
index 18a1048..bb311a8 100644
--- a/demo/plugins/pom.xml
+++ b/demo/plugins/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugins</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
<packaging>pom</packaging>
<name>Demo Plugins Parent</name>
diff --git a/demo/pom.xml b/demo/pom.xml
index 4987dd7..6faae81 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.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>0.12.0</version>
<packaging>pom</packaging>
<name>Demo Parent</name>