diff options
-rw-r--r-- | demo/api/pom.xml | 2 | ||||
-rw-r--r-- | demo/app/pom.xml | 2 | ||||
-rw-r--r-- | demo/plugin1/pom.xml | 2 | ||||
-rw-r--r-- | demo/plugin2/pom.xml | 2 | ||||
-rw-r--r-- | demo/pom.xml | 4 | ||||
-rw-r--r-- | pf4j/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
7 files changed, 8 insertions, 8 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> diff --git a/pf4j/pom.xml b/pf4j/pom.xml index e0ccfb8..da0ee7b 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>ro.fortsoft.pf4j</groupId> - <artifactId>pom</artifactId> + <artifactId>pf4j-parent</artifactId> <version>0.4-SNAPSHOT</version> </parent> @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>ro.fortsoft.pf4j</groupId> - <artifactId>pom</artifactId> + <artifactId>pf4j-parent</artifactId> <version>0.4-SNAPSHOT</version> <packaging>pom</packaging> <name>PF4J</name> |