[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:
ltheussl 2006-06-28 16:48:54 +00:00
parent 66553d9d5b
commit 70adda4a7b
2 changed files with 15 additions and 9 deletions

View File

@ -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>
@ -63,6 +66,6 @@
<groupId>jline</groupId> <groupId>jline</groupId>
<artifactId>jline</artifactId> <artifactId>jline</artifactId>
<version>0.9.5</version> <version>0.9.5</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -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>