aboutsummaryrefslogtreecommitdiffstats
path: root/demo/pom.xml
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2012-10-16 14:33:48 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2012-10-16 14:33:48 +0300
commit9bd850bd57dc1df58f8103024df996d164c5ca0b (patch)
tree9cd6bf54c69f7b627adcfd26a9e9d861239f5a2d /demo/pom.xml
parentef96cc59fda8d665c1065bc1b7a18b5116703865 (diff)
downloadpf4j-9bd850bd57dc1df58f8103024df996d164c5ca0b.tar.gz
pf4j-9bd850bd57dc1df58f8103024df996d164c5ca0b.zip
prepare for maven central repository
Diffstat (limited to 'demo/pom.xml')
-rw-r--r--demo/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/pom.xml b/demo/pom.xml
index dbb029a..ec642de 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>org.pf4j</groupId>
+ <groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pom</artifactId>
<version>0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.pf4j.demo</groupId>
+ <groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pom</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>pom</packaging>