Uses proper groupId
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/6679a72b Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/6679a72b Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/6679a72b Branch: refs/heads/master Commit: 6679a72b470d1e5454ad1ae02b00f3ecdf77df56 Parents: 48c275a Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Sun Jan 10 18:00:10 2016 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Sun Jan 10 18:00:10 2016 +0100 ---------------------------------------------------------------------- themes/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/6679a72b/themes/pom.xml ---------------------------------------------------------------------- diff --git a/themes/pom.xml b/themes/pom.xml index 7566613..0cab23b 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -4,7 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>struts.apache.org</groupId> + <groupId>org.apache.struts</groupId> <artifactId>struts-examples</artifactId> <version>1.0.0</version> </parent>