This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git
commit 1913df28c15acaeaa308d132f49e74ba010648a4 Author: Georg Kallidis <[email protected]> AuthorDate: Fri Oct 9 12:32:21 2015 +0000 - update groupId to fulcrum if parent is turbine. git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pool@1707704 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index dae8826..b3e14ab 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>fulcrum-pool</artifactId> + <groupId>org.apache.fulcrum</groupId> <version>1.0.5-SNAPSHOT</version> <name>Fulcrum Pool</name> <inceptionYear>2005</inceptionYear>
