From 39cd8a1398c8710126c7811c1f991437c2f7e8ed Mon Sep 17 00:00:00 2001 From: vmassol Date: Thu, 11 Nov 2004 11:53:54 +0000 Subject: [PATCH] Prepare for 1.6 development git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116225 13f79535-47bb-0310-9956-ffa450edef68 --- changes/project.xml | 2 +- changes/xdocs/changes.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changes/project.xml b/changes/project.xml index f3fd05a7..f60b2a7a 100644 --- a/changes/project.xml +++ b/changes/project.xml @@ -23,7 +23,7 @@ 3 maven-changes-plugin Maven Changes Plugin - 1.5.1 + 1.6-SNAPSHOT Produce changes report http://maven.apache.org/reference/plugins/changes/ http://jira.codehaus.org/browse/MPCHANGES diff --git a/changes/xdocs/changes.xml b/changes/xdocs/changes.xml index cc922697..11a09c62 100644 --- a/changes/xdocs/changes.xml +++ b/changes/xdocs/changes.xml @@ -24,6 +24,8 @@ Vincent Massol + + Fixed typo in changes.xml example on plugin web site. Close output file in ReleaseVersion.releaseVersion()