fix broken artifactId
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>