diff options
Diffstat (limited to 'demo/pom.xml')
-rw-r--r-- | demo/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |