Skip to content

Commit 507af3d

Browse files
authored
Fixed group ID of gp-ant-task component
The group ID should be com.ibm.g11n.pipeline, not com.ibm.g11n.pipeline.ant.
1 parent b9de1d7 commit 507af3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gp-ant-task/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<artifactId>gp-java-tools</artifactId>
99
<version>1.1.5-SNAPSHOT</version>
1010
</parent>
11-
<groupId>com.ibm.g11n.pipeline.ant</groupId>
11+
<groupId>com.ibm.g11n.pipeline</groupId>
1212
<artifactId>gp-ant-task</artifactId>
13-
<name>Globalization Pipeline Ant Tasks</name>
13+
<name>Globalization Pipeline Ant Task</name>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)