brett 2004/03/10 03:56:58
Modified: simian project.xml
simian/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.3
Revision Changes Path
1.26 +10 -3 maven-plugins/simian/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/simian/project.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- project.xml 7 Mar 2004 23:01:26 -0000 1.25
+++ project.xml 10 Mar 2004 11:56:58 -0000 1.26
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,12 +18,11 @@
*/
-->
-
<project>
<extend>../project.xml</extend>
<id>maven-simian-plugin</id>
<name>Maven Simian Plugin</name>
- <currentVersion>1.3-SNAPSHOT</currentVersion>
+ <currentVersion>1.3</currentVersion>
<description>Simian Plugin for Maven</description>
<shortDescription>Simian Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/simian/</url>
@@ -86,7 +86,7 @@
<roles>
<role>Maven Plugin</role>
</roles>
- </developer>
+ </developer>
</developers>
<contributors>
<contributor>
@@ -104,4 +104,11 @@
<report>maven-javadoc-plugin</report>
<report>maven-clover-plugin</report>
</reports>
+ <versions>
+ <version>
+ <id>1.3</id>
+ <name>1.3</name>
+ <tag>MAVEN_SIMIAN_1_3</tag>
+ </version>
+ </versions>
</project>
1.17 +22 -73 maven-plugins/simian/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/simian/xdocs/changes.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- changes.xml 4 Mar 2004 18:38:55 -0000 1.16
+++ changes.xml 10 Mar 2004 11:56:58 -0000 1.17
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -23,89 +24,37 @@
<author email="rinkrank at codehaus.org">Aslak Hellesoy</author>
<author email="[EMAIL PROTECTED]">Maurice Montg?nie</author>
</properties>
-
<body>
-
- <release version="1.3" date="in CVS">
- <action dev="dion" type="fix">
- Apply MPSIMIAN-4. Fix HTML.
- </action>
- <action dev="epugh" type="add">
- Allow classes to be included/excluded.
- </action>
- <action dev="dion" type="fix">
- Allow test case to be run.
- </action>
- <action dev="dion" type="update">
- Upgrade to ant 1.6.
- </action>
- <action dev="dion" type="update">
- Apply MAVEN-890. Allow unit tests to be skipped.
- </action>
+ <release version="1.3" date="2004-03-10">
+ <action dev="dion" type="fix">Apply MPSIMIAN-4. Fix HTML.</action>
+ <action dev="epugh" type="add">Allow classes to be included/excluded.</action>
+ <action dev="dion" type="fix">Allow test case to be run.</action>
+ <action dev="dion" type="update">Upgrade to ant 1.6.</action>
+ <action dev="dion" type="update">Apply MAVEN-890. Allow unit tests to be
skipped.</action>
</release>
-
<release version="1.2" date="2003-09-29">
<action dev="dion" type="update">update to
commons-jelly-20030902.160215</action>
- <action dev="dion" type="fix">
- Fix class name having 'xref.' or 'xref-test.' on the beginning
- </action>
- <action dev="dion" type="update">
- Upgrade to commons-logging 1.0.3
- </action>
- <action dev="dion" type="fix">
- Fix <code>Couldn't find relative path ...</code> message on windows
- under multiproject build. Paths with <code>..</code> in them
- were absolute, but it meant that the 'startsWith' logic was flawed.
- Changed to using the canonical path.
- </action>
- <action dev="dion" type="fix">
- Add sourceModification include/excludes
- </action>
- <action dev="dion" type="fix">
- Handle file paths with embedded spaces
+ <action dev="dion" type="fix">Fix class name having 'xref.' or 'xref-test.'
on the beginning</action>
+ <action dev="dion" type="update">Upgrade to commons-logging 1.0.3</action>
+ <action dev="dion" type="fix">Fix
+ <code>Couldn't find relative path ...</code>message on windows under
multiproject build. Paths with
+ <code>..</code>in them were absolute, but it meant that the 'startsWith'
logic was flawed. Changed to using the canonical path.
</action>
+ <action dev="dion" type="fix">Add sourceModification include/excludes</action>
+ <action dev="dion" type="fix">Handle file paths with embedded spaces</action>
</release>
-
<release version="1.1.1" date="2003-07-09 (In JIRA)">
-
- <action dev="maurice" type="add">
- New optional options introduced in Simian 1.9.1.
- </action>
-
+ <action dev="maurice" type="add">New optional options introduced in Simian
1.9.1.</action>
</release>
-
<release version="1.1" date="2003-07-08 (In JIRA)">
-
- <action dev="rinkrank" type="add">
- Now parses test sources too.
- </action>
-
- <action dev="rinkrank" type="add">
- Report displays the similarity treshold.
- </action>
-
- <action dev="rinkrank" type="update">
- Updated to use Simian 1.9.1
- </action>
-
- <action dev="rinkrank" type="update">
- Removed the simian jar from the plugin.
- </action>
-
- <action dev="rinkrank" type="fix">
- Reset site doc colour scheme to default.
- </action>
-
+ <action dev="rinkrank" type="add">Now parses test sources too.</action>
+ <action dev="rinkrank" type="add">Report displays the similarity
treshold.</action>
+ <action dev="rinkrank" type="update">Updated to use Simian 1.9.1</action>
+ <action dev="rinkrank" type="update">Removed the simian jar from the
plugin.</action>
+ <action dev="rinkrank" type="fix">Reset site doc colour scheme to
default.</action>
</release>
-
<release version="1.0-alpha-1" date="2003-06-25 (In JIRA)">
-
- <action dev="rinkrank" type="add">
- First release.
- </action>
-
+ <action dev="rinkrank" type="add">First release.</action>
</release>
-
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]