[maven-scm-plugin] prepare release 1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-03-07 00:47:43 +00:00
parent 83e8522804
commit 5538d3d80a
6 changed files with 71 additions and 109 deletions

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,13 +18,12 @@
*/
-->
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-changelog-plugin</id>
<name>Maven Changelog Plug-in</name>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<currentVersion>1.4</currentVersion>
<description/>
<shortDescription>Produce SCM changelog reports</shortDescription>
<url>http://maven.apache.org/reference/plugins/changelog/</url>
@@ -31,6 +31,7 @@
<siteDirectory>/www/maven.apache.org/reference/plugins/changelog/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/changelog/</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/changelog/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/changelog/</url>
</repository>
<developers>
@@ -128,4 +129,11 @@
<version>1.0-beta-10</version>
</dependency>
</dependencies>
<versions>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_CHANGELOG_1_4</tag>
</version>
</versions>
</project>

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,74 +24,31 @@
<author email="dion@multitask.com.au">dIon Gillard</author>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.4" date="in CVS">
<release version="1.4" date="2004-03-07">
<action dev="dion" type="fix" issue="MPCHANGELOG-28">Fix bad HTML</action>
<action dev="evenisse" type="update">
Add maven.changelog.basedir property.
</action>
<action dev="epugh" type="update">
If, using the cvslib, fails, then fall back to using
the command line call to the cvs executable.
</action>
<action dev="epugh" type="update">
Added java based CVS library using cvslib. Removed
requirement for cvs executable.
</action>
<action dev="jcrossley" type="update" issue="MPCHANGELOG-7">
Add support for Perforce SCM and cleaned up some docs.
</action>
<action dev="brett" type="fix" issue="MPCHANGELOG-30" due-to="fabrizio giustina">
Fix CDATA sections in comments.
</action>
<action dev="evenisse" type="update">Add maven.changelog.basedir property.</action>
<action dev="epugh" type="update">If, using the cvslib, fails, then fall back to using the command line call to the cvs executable.</action>
<action dev="epugh" type="update">Added java based CVS library using cvslib. Removed requirement for cvs executable.</action>
<action dev="jcrossley" type="update" issue="MPCHANGELOG-7">Add support for Perforce SCM and cleaned up some docs.</action>
<action dev="brett" type="fix" issue="MPCHANGELOG-30" due-to="fabrizio giustina">Fix CDATA sections in comments.</action>
</release>
<release version="1.3" date="2003-09-29">
<action dev="dion" type="update" issue="MPCHANGELOG-6">
Add support of IBM Rational ClearCase SCM.
</action>
<action dev="dion" type="update">
Upgrade to maven 1.0 beta 10
</action>
<action dev="dion" type="update">
Upgrade to commons-logging 1.0.3
</action>
<action dev="dion" type="fix">
Remove classloader property stuff
</action>
<action dev="evenisse" type="fix">
Add xml declaration to generated report. Fixed for character encoding.
</action>
<action dev="evenisse" type="fix" due-to="Bruce Chenoweth" issue="MPCHANGELOG-8">
Escape filename.
</action>
<action dev="evenisse" type="fix" issue="MPCHANGELOG-9">
I register reports only if source, test,... exists.
So, corresponding entrys in menu will appear only if reports are
registered.
</action>
<action dev="evenisse" type="fix" issue="MPCHANGELOG-10">
Corrected link for viewcvs configured with muliple cvs
repository.
</action>
<action dev="dion" type="update" issue="MPCHANGELOG-6">Add support of IBM Rational ClearCase SCM.</action>
<action dev="dion" type="update">Upgrade to maven 1.0 beta 10</action>
<action dev="dion" type="update">Upgrade to commons-logging 1.0.3</action>
<action dev="dion" type="fix">Remove classloader property stuff</action>
<action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
<action dev="evenisse" type="fix" due-to="Bruce Chenoweth" issue="MPCHANGELOG-8">Escape filename.</action>
<action dev="evenisse" type="fix" issue="MPCHANGELOG-9">I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.</action>
<action dev="evenisse" type="fix" issue="MPCHANGELOG-10">Corrected link for viewcvs configured with muliple cvs repository.</action>
</release>
<release version="1.2" date="UNKNOWN">
<action dev="dion" type="add">
Added more documentation
</action>
<action dev="dion" type="add">
Reworked CVS changelog plugin to use the project repository
connection string, rather than relying on CVS/Entries
</action>
<action dev="dion" type="add">Added more documentation</action>
<action dev="dion" type="add">Reworked CVS changelog plugin to use the project repository connection string, rather than relying on CVS/Entries</action>
</release>
<release version="1.1" date="2002-08-01">
<action dev="smor" type="fix" issue="MPCHANGELOG-11">
</action>
<action dev="smor" type="fix" issue="MPCHANGELOG-11"></action>
</release>
</body>
</document>

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-developer-activity-plugin</id>
<name>Maven Developer Activity Plug-in</name>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<description>This document provides a report of activity in terms of CVS commits and breaks it out by developer.
Requires Maven 1.0 RC2.</description>
<currentVersion>1.4</currentVersion>
<description>This document provides a report of activity in terms of CVS commits and breaks it out by developer. Requires Maven 1.0 RC2.</description>
<shortDescription>Developer Activity report</shortDescription>
<url>http://maven.apache.org/reference/plugins/developer-activity/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/developer-activity/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/developer-activity/</connection>
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/developer-activity/</url>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/developer-activity</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/developer-activity/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/developer-activity</url>
</repository>
<developers>
<developer>
@@ -63,4 +63,11 @@
</properties>
</dependency>
</dependencies>
<versions>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_DEVELOPER_ACTIVITY_1_4</tag>
</version>
</versions>
</project>

View File

@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -22,24 +23,14 @@
<title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.4" date="In CVS">
<action dev="evenisse" type="update">
Add maven.changelog.basedir property.
</action>
<release version="1.4" date="2004-03-07">
<action dev="evenisse" type="update">Add maven.changelog.basedir property.</action>
</release>
<release version="1.3" date="2003-09-29">
<action dev="evenisse" type="add">
Add link with team list.
</action>
<action dev="evenisse" type="fix">
Add xml declaration to generated report. Fixed for character 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>
<release version="1.3" date="2003-09-29">
<action dev="evenisse" type="add">Add link with team list.</action>
<action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character 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>
</release>
</body>
</document>

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,24 +18,23 @@
*/
-->
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-file-activity-plugin</id>
<name>Maven File Activity Plug-in</name>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<currentVersion>1.4</currentVersion>
<!-- Gump integration -->
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>This document provides a report of activity in terms of CVS commits and breaks it out by file.
Requires Maven 1.0 RC2.</description>
<description>This document provides a report of activity in terms of CVS commits and breaks it out by file. Requires Maven 1.0 RC2.</description>
<shortDescription>File activity Report</shortDescription>
<url>http://maven.apache.org/reference/plugins/file-activity/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/file-activity/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/file-activity/</connection>
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/file-activity/</url>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/file-activity</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/file-activity/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/file-activity</url>
</repository>
<developers>
<developer>
@@ -86,4 +86,11 @@
</properties>
</dependency>
</dependencies>
<versions>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_FILE_ACTIVITY_1_4</tag>
</version>
</versions>
</project>

View File

@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -22,24 +23,14 @@
<title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.4" date="In CVS">
<action dev="evenisse" type="update">
Add maven.changelog.basedir property.
</action>
<release version="1.4" date="2004-03-07">
<action dev="evenisse" type="update">Add maven.changelog.basedir property.</action>
</release>
<release version="1.3" date="2003-09-29">
<action dev="evenisse" type="fix">
Fix url generation when pom.repository.url isn't empty.
</action>
<action dev="evenisse" type="fix">
Add xml declaration to generated report. Fixed for character 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>
<release version="1.3" date="2003-09-29">
<action dev="evenisse" type="fix">Fix url generation when pom.repository.url isn't empty.</action>
<action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character 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>
</release>
</body>
</document>