[maven-scm-plugin] prepare release 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@417814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
66553d9d5b
commit
70adda4a7b
@ -17,14 +17,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
||||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
|
||||||
<extend>../plugins-parent/project.xml</extend>
|
<extend>../plugins-parent/project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-console-plugin</id>
|
<id>maven-console-plugin</id>
|
||||||
<name>Maven Console Plugin</name>
|
<name>Maven Console Plugin</name>
|
||||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.2</currentVersion>
|
||||||
<shortDescription>Console for Maven</shortDescription>
|
<shortDescription>Console for Maven</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
<version>
|
<version>
|
||||||
@ -37,6 +35,11 @@
|
|||||||
<name>1.1</name>
|
<name>1.1</name>
|
||||||
<tag>MAVEN_CONSOLE_1_1</tag>
|
<tag>MAVEN_CONSOLE_1_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.2</id>
|
||||||
|
<name>1.2</name>
|
||||||
|
<tag>MAVEN_CONSOLE_1_2</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<contributors>
|
<contributors>
|
||||||
<contributor>
|
<contributor>
|
||||||
|
|||||||
@ -17,19 +17,22 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.2-SNAPSHOT" date="in SVN">
|
<release version="1.2" date="2006-06-28">
|
||||||
<action dev="ltheussl" type="update">Upgrade to commons-jelly-tags-interaction-1.1.</action>
|
<action dev="ltheussl" type="update">Upgrade to commons-jelly-tags-interaction-1.1.</action>
|
||||||
<action dev="ltheussl" type="add" issue="MPCONSOLE-6">New property <code>maven.console.completor.goals</code>.</action>
|
<action dev="ltheussl" type="add" issue="MPCONSOLE-6">New property
|
||||||
|
<code>maven.console.completor.goals</code>.
|
||||||
|
</action>
|
||||||
<action dev="ltheussl" type="add">Add tab completion and history functionality using the jline library.</action>
|
<action dev="ltheussl" type="add">Add tab completion and history functionality using the jline library.</action>
|
||||||
<action dev="brett" type="update" issue="MPCONSOLE-10">Split property setting into a separate goal console:set-properties to allow annotation of the properties</action>
|
<action dev="brett" type="update" issue="MPCONSOLE-10">Split property setting into a separate goal console:set-properties to allow annotation of the properties</action>
|
||||||
<action dev="brett" type="remove">Removed the <code>list</code> command as it hasn't worked as expected since the early betas (goals are lazy loaded into the werkz project)</action>
|
<action dev="brett" type="remove">Removed the
|
||||||
|
<code>list</code>command as it hasn't worked as expected since the early betas (goals are lazy loaded into the werkz project)
|
||||||
|
</action>
|
||||||
<action dev="brett" type="add">Add way to display a property value</action>
|
<action dev="brett" type="add">Add way to display a property value</action>
|
||||||
<action dev="brett" type="update">Improve help</action>
|
<action dev="brett" type="update">Improve help</action>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user