summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-nodeps
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2006-10-31 14:54:29 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2006-10-31 14:54:29 +0000
commitdba2c632cb93a7306319f89d0f2f198ac9085b0f (patch)
treecf8a998c8c280c37ad8c6aa99bd0c05dcaa41752 /src/etc/poms/ant-nodeps
parent4f40185967b93eb0a023fb414825110c51ff973c (diff)
downloadant-dba2c632cb93a7306319f89d0f2f198ac9085b0f.tar.gz
set the groupId of ant from maven to org.apache.ant
as discussed on the repository mailing list git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@469506 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/etc/poms/ant-nodeps')
-rw-r--r--src/etc/poms/ant-nodeps/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-nodeps/pom.xml b/src/etc/poms/ant-nodeps/pom.xml
index 4c9fa1207..b900c113c 100644
--- a/src/etc/poms/ant-nodeps/pom.xml
+++ b/src/etc/poms/ant-nodeps/pom.xml
@@ -3,19 +3,19 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant-nodeps</artifactId>
<version>1.7.0-SNAPSHOT</version>
<description>contains all the optional tasks and types which do not have particular dependencies</description>
<dependencies>
<dependency>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.0-SNAPSHOT</version>
<scope>compile</scope>