diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2013-01-21 13:30:48 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2013-01-21 13:30:48 +0200 |
commit | 2acfe8039f811e46ab14fcadf6c22b1428f59949 (patch) | |
tree | b5a3b7204ff00c14fdff7c43b4e6ed3461497fff /demo/pom.xml | |
parent | 82319fe10185c0a38361d8c9c30b01daddcc2748 (diff) | |
download | pf4j-2acfe8039f811e46ab14fcadf6c22b1428f59949.tar.gz pf4j-2acfe8039f811e46ab14fcadf6c22b1428f59949.zip |
upgrade pom
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> |