brett 2004/05/15 19:25:13
Modified: console project.xml
console/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.1
Revision Changes Path
1.26 +6 -1 maven-plugins/console/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/console/project.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- project.xml 16 May 2004 01:35:46 -0000 1.25
+++ project.xml 16 May 2004 02:25:13 -0000 1.26
@@ -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>
@@ -40,6 +40,11 @@
<id>1.0</id>
<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>
1.6 +5 -12 maven-plugins/console/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/console/xdocs/changes.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- changes.xml 17 Apr 2004 01:09:23 -0000 1.5
+++ changes.xml 16 May 2004 02:25:13 -0000 1.6
@@ -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="[EMAIL PROTECTED]">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>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]