From 70adda4a7bd8fd0111669371e976a324f4149c6f Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 28 Jun 2006 16:48:54 +0000 Subject: [PATCH] [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 --- console/project.xml | 13 ++++++++----- console/xdocs/changes.xml | 11 +++++++---- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/console/project.xml b/console/project.xml index afb1cd06..f071e5ea 100644 --- a/console/project.xml +++ b/console/project.xml @@ -17,14 +17,12 @@ * limitations under the License. */ --> - - + ../plugins-parent/project.xml 3 maven-console-plugin Maven Console Plugin - 1.2-SNAPSHOT + 1.2 Console for Maven @@ -37,6 +35,11 @@ 1.1 MAVEN_CONSOLE_1_1 + + 1.2 + 1.2 + MAVEN_CONSOLE_1_2 + @@ -63,6 +66,6 @@ jline jline 0.9.5 - + diff --git a/console/xdocs/changes.xml b/console/xdocs/changes.xml index f300a314..594fb4a0 100644 --- a/console/xdocs/changes.xml +++ b/console/xdocs/changes.xml @@ -17,19 +17,22 @@ * limitations under the License. */ --> - Changes dIon Gillard - + Upgrade to commons-jelly-tags-interaction-1.1. - New property maven.console.completor.goals. + New property + maven.console.completor.goals. + Add tab completion and history functionality using the jline library. Split property setting into a separate goal console:set-properties to allow annotation of the properties - Removed the list command as it hasn't worked as expected since the early betas (goals are lazy loaded into the werkz project) + Removed the + listcommand as it hasn't worked as expected since the early betas (goals are lazy loaded into the werkz project) + Add way to display a property value Improve help