Update template Ivy file with publications

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/compress/trunk@953008 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/project-template.ivy.xml b/project-template.ivy.xml
index 8519707..365056e 100644
--- a/project-template.ivy.xml
+++ b/project-template.ivy.xml
@@ -19,7 +19,7 @@
 -->
 <ivy-module version="2.0">
   <info organization="${ivy.organization}"
-        module="compress-antlib"
+        module="ant"
         revision="${artifact.version}"
         publication="${publication.datetime}">
     <license name="Apache Software License 2.0"
@@ -32,6 +32,12 @@
       Apache Commons Compress.
     </description>
   </info>
+  <publications>  
+    <artifact name="${artifact.name}" type="pom" ext="pom"/>
+    <artifact name="${artifact.name}" type="pom.asc" ext="pom.asc"/>
+    <artifact name="${artifact.name}" type="jar" ext="jar"/>
+    <artifact name="${artifact.name}" type="jar.asc" ext="jar.asc"/>
+  </publications>
   <dependencies>
     <dependency org="org.apache.ant" name="ant" revision="[1.8.0,)"/>
     <dependency org="org.apache.commons" name="commons-compress"