[maven-scm-plugin] prepare release 1.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cc232858bd
commit
259864c6d9
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-console-plugin</id>
|
||||
<name>Maven Console Plugin</name>
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<shortDescription>Console for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/console/</url>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10361</issueTrackingUrl>
|
||||
@ -41,6 +41,11 @@
|
||||
<name>1.0</name>
|
||||
<tag>MAVEN_CONSOLE_1_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.1</id>
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_CONSOLE_1_1</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@ -22,22 +23,14 @@
|
||||
<title>Changes</title>
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.1-SNAPSHOT" date="in CVS">
|
||||
<release version="1.1" date="2004-05-15">
|
||||
<action dev="brett" type="add" issue="MPCONSOLE-2">Add some whitespace before goal</action>
|
||||
<action dev="brett" type="fix">Set properties in parent scope so it takes effect for plugin properties</action>
|
||||
</release>
|
||||
<release version="1.0" date="2003-09-29">
|
||||
<action dev="smor" type="add">
|
||||
We can now set the first goal to be set as default when starting the
|
||||
console. This way, a project can set its own default goal, so that
|
||||
you doesn't have to "guess" what he is supposed to do.
|
||||
</action>
|
||||
<action dev="dion" type="add" due-to="Jim Birchfield">
|
||||
Plugin graciously donated by Jim
|
||||
</action>
|
||||
<action dev="smor" type="add">We can now set the first goal to be set as default when starting the console. This way, a project can set its own default goal, so that you doesn't have to "guess" what he is supposed to do.</action>
|
||||
<action dev="dion" type="add" due-to="Jim Birchfield">Plugin graciously donated by Jim</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user