From 9f763067317a5b7227e7e07dbe8980e3efa01002 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Sun, 13 Nov 2005 21:22:16 +0000 Subject: [PATCH] Fix changelog entry git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@343963 13f79535-47bb-0310-9956-ffa450edef68 --- dist/xdocs/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/xdocs/changes.xml b/dist/xdocs/changes.xml index 5148acdb..a75c6815 100644 --- a/dist/xdocs/changes.xml +++ b/dist/xdocs/changes.xml @@ -36,7 +36,7 @@ It requires at least maven-plugin-plugin v1.7. It requires at least maven-artifact-plugin v1.3. Added multiproject analogs mirroring single project goals. Also added the abiltiy to generate combined javadocs for multiproject distribution. However multiproject consolidation might be best put into the site plugin. These fixes are associated with the following JIRA enhancement issue. - Removed unused properties: maven.dist.tar.executable and maven.dist.gunzip.executable. + Removed unused properties: maven.dist.tar.executable and maven.dist.gunzip.executable. Make compatible with Maven 1.1 Added maven.dist.bin.artifact property. Don't generate ant build file, call maven-ant-plugin before or set a preGoal