[maven-scm-plugin] prepare release 1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114831 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-03-07 01:09:18 +00:00
parent fad4fba0f6
commit 05b894d7ef
2 changed files with 23 additions and 36 deletions

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,21 +18,20 @@
*/
-->
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-junit-report-plugin</id>
<name>Maven JUnit Report Plug-in</name>
<currentVersion>1.5-SNAPSHOT</currentVersion>
<description>Reports from JUnit tests.
Requires Maven 1.0 RC2.</description>
<currentVersion>1.5</currentVersion>
<description>Reports from JUnit tests. Requires Maven 1.0 RC2.</description>
<shortDescription>Reports from JUnit tests</shortDescription>
<url>http://maven.apache.org/reference/plugins/junit-report/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/junit-report/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/junit-report/</connection>
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/junit-report/</url>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/junit-report/</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/junit-report/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/junit-report/</url>
</repository>
<versions>
<version>
@@ -39,6 +39,11 @@
<name>1.4</name>
<tag>MAVEN_JUNIT_REPORT_1_4</tag>
</version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_JUNIT_REPORT_1_5</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -23,42 +24,23 @@
<author email="vmassol@apache.org">Vincent Massol</author>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.5" date="in CVS">
<action dev="dion" type="update">
Apply MPJUNITREPORT-3
</action>
<release version="1.5" date="2004-03-07">
<action dev="dion" type="update">Apply MPJUNITREPORT-3</action>
</release>
<release version="1.4" date="2004-01-29">
<action dev="vmassol" type="update">
Added new goal <code>junit-report:report</code> which is is the same
as the <code>maven-junit-report-plugin:report</code> goal (but in a
simpler short form that can be called from other plugins).
<action dev="vmassol" type="update">Added new goal
<code>junit-report:report</code>which is is the same as the
<code>maven-junit-report-plugin:report</code>goal (but in a simpler short form that can be called from other plugins).
</action>
</release>
<release version="1.3" date="2003-09-29">
<action dev="evenisse" type="fix" due-to="Kuisong Tong">
Fixed MAVEN-452. Patch for charter encoding.
</action>
<action dev="evenisse" type="fix">
Fixed MAVEN-493. I register reports only if source, test,... exists.
So, corresponding entrys in menu will appear only if reports are registered.
</action>
<action dev="vmassol" type="fix">
The <code>maven.test.failure.ignore</code> is forced to true during
the execution of the tests (so that report generation do not fail
if the tests fail) but it is not reset to its initial value aftewards,
thus causing issues for other plugins thereafter relying on it.
<action dev="evenisse" type="fix" due-to="Kuisong Tong">Fixed MAVEN-452. Patch for charter encoding.</action>
<action dev="evenisse" type="fix">Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.</action>
<action dev="vmassol" type="fix">The
<code>maven.test.failure.ignore</code>is forced to true during the execution of the tests (so that report generation do not fail if the tests fail) but it is not reset to its initial value aftewards, thus causing issues for other plugins thereafter relying on it.
</action>
</release>
<release version="1.2" date="?">
</release>
<release version="1.2" date="?"></release>
</body>
</document>