diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2017-09-20 16:55:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 16:55:30 +0200 |
commit | 5916ee64d9c05a4f085f6f6562ed383ff3203e4a (patch) | |
tree | 0255541afe778984d2becf450ecbb90d97e595d7 /demo/pom.xml | |
parent | b8cd3af90f8149e5003ea1db395d67b0fa8f7066 (diff) | |
download | pf4j-5916ee64d9c05a4f085f6f6562ed383ff3203e4a.tar.gz pf4j-5916ee64d9c05a4f085f6f6562ed383ff3203e4a.zip |
Change root package from ro.fortsoft.pf4j to org.pf4j (#168)
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 86a191a..b304fed 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -2,13 +2,13 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>ro.fortsoft.pf4j</groupId> + <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> <version>1.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>ro.fortsoft.pf4j.demo</groupId> + <groupId>org.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> <version>1.4.0-SNAPSHOT</version> <packaging>pom</packaging> |