summaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2013-01-21 13:30:48 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2013-01-21 13:30:48 +0200
commit2acfe8039f811e46ab14fcadf6c22b1428f59949 (patch)
treeb5a3b7204ff00c14fdff7c43b4e6ed3461497fff /demo
parent82319fe10185c0a38361d8c9c30b01daddcc2748 (diff)
downloadpf4j-2acfe8039f811e46ab14fcadf6c22b1428f59949.tar.gz
pf4j-2acfe8039f811e46ab14fcadf6c22b1428f59949.zip
upgrade pom
Diffstat (limited to 'demo')
-rw-r--r--demo/api/pom.xml2
-rw-r--r--demo/app/pom.xml2
-rw-r--r--demo/plugin1/pom.xml2
-rw-r--r--demo/plugin2/pom.xml2
-rw-r--r--demo/pom.xml4
5 files changed, 6 insertions, 6 deletions
diff --git a/demo/api/pom.xml b/demo/api/pom.xml
index 1b99d58..b6c07a9 100644
--- a/demo/api/pom.xml
+++ b/demo/api/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
- <artifactId>pom</artifactId>
+ <artifactId>pf4j-demo-parent</artifactId>
<version>0.4-SNAPSHOT</version>
</parent>
diff --git a/demo/app/pom.xml b/demo/app/pom.xml
index b9db6ab..084eacf 100644
--- a/demo/app/pom.xml
+++ b/demo/app/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
- <artifactId>pom</artifactId>
+ <artifactId>pf4j-demo-parent</artifactId>
<version>0.4-SNAPSHOT</version>
</parent>
diff --git a/demo/plugin1/pom.xml b/demo/plugin1/pom.xml
index b332a96..f11e1e9 100644
--- a/demo/plugin1/pom.xml
+++ b/demo/plugin1/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
- <artifactId>pom</artifactId>
+ <artifactId>pf4j-demo-parent</artifactId>
<version>0.4-SNAPSHOT</version>
</parent>
diff --git a/demo/plugin2/pom.xml b/demo/plugin2/pom.xml
index 88e586f..21be875 100644
--- a/demo/plugin2/pom.xml
+++ b/demo/plugin2/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>ro.fortsoft.pf4j.demo</groupId>
- <artifactId>pom</artifactId>
+ <artifactId>pf4j-demo-parent</artifactId>
<version>0.4-SNAPSHOT</version>
</parent>
diff --git a/demo/pom.xml b/demo/pom.xml
index 6520ea5..3d48507 100644
--- a/demo/pom.xml
+++ b/demo/pom.xml
@@ -3,13 +3,13 @@
<parent>
<groupId>ro.fortsoft.pf4j</groupId>
- <artifactId>pom</artifactId>
+ <artifactId>pf4j-parent</artifactId>
<version>0.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j.demo</groupId>
- <artifactId>pom</artifactId>
+ <artifactId>pf4j-demo-parent</artifactId>
<version>0.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PF4J Demo</name>