From 7839dd6fe57353ddab613bdeacab5123860ff206 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 20 Feb 2006 17:28:55 +0000 Subject: [PATCH] Add relevant issues that were fixed in release plugin before it was deprecated. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379173 13f79535-47bb-0310-9956-ffa450edef68 --- scm/xdocs/changes.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scm/xdocs/changes.xml b/scm/xdocs/changes.xml index 94572c8f..0d6f159b 100644 --- a/scm/xdocs/changes.xml +++ b/scm/xdocs/changes.xml @@ -25,6 +25,17 @@ + The encoding of the project.xml file is not preserved after doing release:transform. + Handle poms with a namespace. + Handle non-jar dependencies. + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : +
    +
  • maven v1.0-rc2 -> v1.0.2
  • +
  • dom4j v1.4-dev-8 -> v1.4
  • +
  • commons-jelly v1.0-beta-4 -> v1.0
  • +
  • xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2
  • +
+
Make it possible to check changes made by prepare-release before they are checked in and tagged. New property maven.scm.testmode. Update to maven-scm 1.0-beta-2. When pom.repository.connection ends with '/' checkout fails.