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-site.git
commit 13f12f50fd077c407fda51c033ebd803f36c6435 Author: Thomas Vandahl <[email protected]> AuthorDate: Mon Mar 23 17:14:19 2009 +0000 Fix version of (released) parent-POM Fix group-ids, fix dependencies git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/site@757451 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c4c1ffd..d332bbd 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <artifactId>apache</artifactId> <version>4</version> </parent> - <groupId>fulcrum</groupId> + <groupId>org.apache.fulcrum</groupId> <artifactId>fulcrum-site</artifactId> <version>1.0.0</version> <name>Fulcrum Component Library</name>
