You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2017/05/30 18:09:59 UTC

ant-antlibs-compress git commit: fix broken artifactId

Repository: ant-antlibs-compress
Updated Branches:
  refs/heads/master 8756a84c1 -> 7323d9b8f


fix broken artifactId


Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/7323d9b8
Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/7323d9b8
Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/7323d9b8

Branch: refs/heads/master
Commit: 7323d9b8f551509bb7e001bac8888d1486592d35
Parents: 8756a84
Author: Stefan Bodewig <st...@freenet.de>
Authored: Tue May 30 20:09:37 2017 +0200
Committer: Stefan Bodewig <st...@freenet.de>
Committed: Tue May 30 20:09:37 2017 +0200

----------------------------------------------------------------------
 project-template.pom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/7323d9b8/project-template.pom
----------------------------------------------------------------------
diff --git a/project-template.pom b/project-template.pom
index 216ebff..b2a1174 100644
--- a/project-template.pom
+++ b/project-template.pom
@@ -20,7 +20,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0">
   <modelVersion>4.0.0</modelVersion>
   <groupId>${m2.groupID}</groupId>
-  <artifactId>compress-antlib</artifactId>
+  <artifactId>${artifact.name}</artifactId>
   <packaging>jar</packaging>
   <version>${artifact.version}</version>
   <name>Apache Compress Antlib</name>