aboutsummaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2014-04-11 11:52:33 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2014-04-11 11:52:33 +0300
commitbd953f99a3a6f5a2d75ac95367d901860daf0f10 (patch)
tree8a78dc153c3e3061dd5bda15fac6d13706b3dade /demo
parent1d1f3c3c34fd173788be86f60716c45ddfd7de43 (diff)
downloadpf4j-bd953f99a3a6f5a2d75ac95367d901860daf0f10.tar.gz
pf4j-bd953f99a3a6f5a2d75ac95367d901860daf0f10.zip
[maven-release-plugin] prepare release release-0.7.1release-0.7.1
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 a5f98f2..20e6fbd 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.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-api</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
<packaging>jar</packaging>
<name>Demo Api</name>
diff --git a/demo/app/pom.xml b/demo/app/pom.xml
index 818be11..99d5811 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.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-app</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
<packaging>jar</packaging>
<name>Demo App</name>
diff --git a/demo/plugins/plugin1/pom.xml b/demo/plugins/plugin1/pom.xml
index b74efb4..6aaba70 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.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin1</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
<packaging>jar</packaging>
<name>Demo Plugin #1</name>
diff --git a/demo/plugins/plugin2/pom.xml b/demo/plugins/plugin2/pom.xml
index e07036c..2fe2459 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.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j-demo-plugin2</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
<packaging>jar</packaging>
<name>Demo Plugin #2</name>
diff --git a/demo/plugins/pom.xml b/demo/plugins/pom.xml
index 1fcd302..aba2c06 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.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-plugins</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
<packaging>pom</packaging>
<name>Demo Plugins Parent</name>
diff --git a/demo/pom.xml b/demo/pom.xml
index 89da059..e97ac31 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.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.7.1</version>
<packaging>pom</packaging>
<name>Demo Parent</name>