From 9da4eec756289053489d571a6295af00b4e77833 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Thu, 9 Jun 2005 23:36:49 +0000 Subject: [PATCH] fix the bootstrap for windows sans cygwin git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@189859 13f79535-47bb-0310-9956-ffa450edef68 --- m2-bootstrap-all.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m2-bootstrap-all.bat b/m2-bootstrap-all.bat index 13c3dc7db8..a486d5e4b5 100644 --- a/m2-bootstrap-all.bat +++ b/m2-bootstrap-all.bat @@ -115,7 +115,7 @@ cd .. echo Rebuilding maven2 plugins cd maven-plugins -call m2 -e %MAVEN_CMD_LINE_ARGS% clean:clean install +call m2 -DupdateReleaseInfo=true -e %MAVEN_CMD_LINE_ARGS% clean:clean install cd .. echo Running integration tests