You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/06/28 18:48:54 UTC

svn commit: r417814 - in /maven/maven-1/plugins/trunk/console: project.xml xdocs/changes.xml

Author: ltheussl
Date: Wed Jun 28 09:48:54 2006
New Revision: 417814

URL: http://svn.apache.org/viewvc?rev=417814&view=rev
Log:
[maven-scm-plugin] prepare release 1.2

Modified:
    maven/maven-1/plugins/trunk/console/project.xml
    maven/maven-1/plugins/trunk/console/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/console/project.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/console/project.xml?rev=417814&r1=417813&r2=417814&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/console/project.xml (original)
+++ maven/maven-1/plugins/trunk/console/project.xml Wed Jun 28 09:48:54 2006
@@ -17,14 +17,12 @@
  * 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>
   <pomVersion>3</pomVersion>
   <id>maven-console-plugin</id>
   <name>Maven Console Plugin</name>
-  <currentVersion>1.2-SNAPSHOT</currentVersion>
+  <currentVersion>1.2</currentVersion>
   <shortDescription>Console for Maven</shortDescription>
   <versions>
     <version>
@@ -37,6 +35,11 @@
       <name>1.1</name>
       <tag>MAVEN_CONSOLE_1_1</tag>
     </version>
+    <version>
+      <id>1.2</id>
+      <name>1.2</name>
+      <tag>MAVEN_CONSOLE_1_2</tag>
+    </version>
   </versions>
   <contributors>
     <contributor>
@@ -63,6 +66,6 @@
       <groupId>jline</groupId>
       <artifactId>jline</artifactId>
       <version>0.9.5</version>
-    </dependency> 
+    </dependency>
   </dependencies>
 </project>

Modified: maven/maven-1/plugins/trunk/console/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/console/xdocs/changes.xml?rev=417814&r1=417813&r2=417814&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/console/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/console/xdocs/changes.xml Wed Jun 28 09:48:54 2006
@@ -17,19 +17,22 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
     <author email="dion@multitask.com.au">dIon Gillard</author>
   </properties>
   <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="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="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="update">Improve help</action>
     </release>