[maven-scm-plugin] prepare release 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9a9e980f0
commit
83e8522804
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -17,20 +18,20 @@
|
|||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<extend>../project.xml</extend>
|
<extend>../project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-plugin-plugin</id>
|
<id>maven-plugin-plugin</id>
|
||||||
<name>Maven Plugin Plugin</name>
|
<name>Maven Plugin Plugin</name>
|
||||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.2</currentVersion>
|
||||||
<description/>
|
<description/>
|
||||||
<shortDescription>Maven Plugin plugin</shortDescription>
|
<shortDescription>Maven Plugin plugin</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/plugin/</url>
|
<url>http://maven.apache.org/reference/plugins/plugin/</url>
|
||||||
<siteDirectory>/www/maven.apache.org/reference/plugins/plugin/</siteDirectory>
|
<siteDirectory>/www/maven.apache.org/reference/plugins/plugin/</siteDirectory>
|
||||||
<repository>
|
<repository>
|
||||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/plugin/</connection>
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/plugin/</connection>
|
||||||
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/plugin/</url>
|
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/plugin/</developerConnection>
|
||||||
|
<url>http://cvs.apache.org/viewcvs/maven-plugins/plugin/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
@ -63,4 +64,11 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<versions>
|
||||||
|
<version>
|
||||||
|
<id>1.2</id>
|
||||||
|
<name>1.2</name>
|
||||||
|
<tag>MAVEN_PLUGIN_1_2</tag>
|
||||||
|
</version>
|
||||||
|
</versions>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -22,41 +23,18 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<release version="1.2" date="in CVS">
|
<release version="1.2" date="2004-03-07">
|
||||||
<action dev="epugh" type="update">
|
<action dev="epugh" type="update">Fixed the plugin:download goal to work. Previously it would delete the plugin you just downloaded. Also now leverages the plugin:uninstall goal.</action>
|
||||||
Fixed the plugin:download goal to work. Previously it would delete
|
<action dev="vmassol" type="add">Added assert:assertEquals tag to verify if two values are equal while testing a plugin.</action>
|
||||||
the plugin you just downloaded. Also now leverages the plugin:uninstall
|
<action dev="vmassol" type="add">Added assert:assertFileExists tag to verify if a file exists while testing a plugin.</action>
|
||||||
goal.
|
<action dev="dion" type="add">Add plugin:test goal</action>
|
||||||
</action>
|
<action dev="brett" type="add">Add plugin:repository-deploy goal</action>
|
||||||
<action dev="vmassol" type="add">
|
<action dev="brett" type="update">Split plugin:download goal into plugin:download-artifact goal and the original goal that downloads and installs the plugin. Download to local repository as well.</action>
|
||||||
Added assert:assertEquals tag to verify if two values are equal
|
|
||||||
while testing a plugin.
|
|
||||||
</action>
|
|
||||||
<action dev="vmassol" type="add">
|
|
||||||
Added assert:assertFileExists tag to verify if a file exists while
|
|
||||||
testing a plugin.
|
|
||||||
</action>
|
|
||||||
<action dev="dion" type="add">
|
|
||||||
Add plugin:test goal
|
|
||||||
</action>
|
|
||||||
<action dev="brett" type="add">
|
|
||||||
Add plugin:repository-deploy goal
|
|
||||||
</action>
|
|
||||||
<action dev="brett" type="update">
|
|
||||||
Split plugin:download goal into plugin:download-artifact goal and the original goal that downloads
|
|
||||||
and installs the plugin. Download to local repository as well.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
<release version="1.1" date="2003-09-29">
|
||||||
<release version="1.1" date="2003-09-29">
|
<action dev="dion" type="add">Added plugin:download goal</action>
|
||||||
<action dev="dion" type="add">
|
<action dev="evenisse" type="fix">Fixed MAVEN-708. Fix the goals description generation if there is no plugin.jelly file.</action>
|
||||||
Added plugin:download goal
|
|
||||||
</action>
|
|
||||||
<action dev="evenisse" type="fix">
|
|
||||||
Fixed MAVEN-708. Fix the goals description generation if there is no plugin.jelly file.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -17,19 +18,19 @@
|
|||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<extend>../project.xml</extend>
|
<extend>../project.xml</extend>
|
||||||
<id>maven-scm-plugin</id>
|
<id>maven-scm-plugin</id>
|
||||||
<name>Maven Source Control Management Plug-in</name>
|
<name>Maven Source Control Management Plug-in</name>
|
||||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.2</currentVersion>
|
||||||
<description>A plugin for SCM tasks, currently CVS.</description>
|
<description>A plugin for SCM tasks, currently CVS.</description>
|
||||||
<shortDescription>SCM Plugin for Maven. Requires Maven 1.0 RC2.</shortDescription>
|
<shortDescription>SCM Plugin for Maven. Requires Maven 1.0 RC2.</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/scm/</url>
|
<url>http://maven.apache.org/reference/plugins/scm/</url>
|
||||||
<siteDirectory>/www/maven.apache.org/reference/plugins/scm/</siteDirectory>
|
<siteDirectory>/www/maven.apache.org/reference/plugins/scm/</siteDirectory>
|
||||||
<repository>
|
<repository>
|
||||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/scm/</connection>
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/scm/</connection>
|
||||||
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/scm/</url>
|
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/scm/</developerConnection>
|
||||||
|
<url>http://cvs.apache.org/viewcvs/maven-plugins/scm/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<versions>
|
<versions>
|
||||||
<version>
|
<version>
|
||||||
@ -47,6 +48,11 @@
|
|||||||
<name>SNAPSHOT</name>
|
<name>SNAPSHOT</name>
|
||||||
<tag>HEAD</tag>
|
<tag>HEAD</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.2</id>
|
||||||
|
<name>1.2</name>
|
||||||
|
<tag>MAVEN_SCM_1_2</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
@ -68,4 +74,3 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -22,45 +23,22 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="brett@apache.org">Brett Porter</author>
|
<author email="brett@apache.org">Brett Porter</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<release version="1.2-SNAPSHOT" date="in CVS">
|
<release version="1.2" date="2004-03-07">
|
||||||
<action dev="brett" type="fix">
|
<action dev="brett" type="fix">Don't use -C - Mac OS X doesn't recognise it</action>
|
||||||
Don't use -C - Mac OS X doesn't recognise it
|
<action dev="brett" type="fix" issue="MPSCM-3">Catch exceptions to make sure files don't get moved permanently.</action>
|
||||||
</action>
|
<action dev="brett" type="fix" issue="MPSCM-4">Update POM using dom4j instead of JSL - no more formatting issues.</action>
|
||||||
<action dev="brett" type="fix" issue="MPSCM-3">
|
<action dev="brett" type="fix">Support :local: CVS paths</action>
|
||||||
Catch exceptions to make sure files don't get moved permanently.
|
<action dev="brett" type="add">Update changes.xml version and release date on prepare.</action>
|
||||||
</action>
|
<action dev="brett" type="add">Use developerConnection first, then standard connection when parsing connection from POM.</action>
|
||||||
<action dev="brett" type="fix" issue="MPSCM-4">
|
|
||||||
Update POM using dom4j instead of JSL - no more formatting issues.
|
|
||||||
</action>
|
|
||||||
<action dev="brett" type="fix">
|
|
||||||
Support :local: CVS paths
|
|
||||||
</action>
|
|
||||||
<action dev="brett" type="add">
|
|
||||||
Update changes.xml version and release date on prepare.
|
|
||||||
</action>
|
|
||||||
<action dev="brett" type="add">
|
|
||||||
Use developerConnection first, then standard connection when parsing connection from POM.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.1" date="2003-09-29">
|
<release version="1.1" date="2003-09-29">
|
||||||
<action dev="dion" type="update">
|
<action dev="dion" type="update">Apply MAVEN-834. Support for scm delimiters other than ':'</action>
|
||||||
Apply MAVEN-834. Support for scm delimiters other than ':'
|
<action dev="brett" type="fix">Turn off pretty printing to fix MAVEN-769 - random spaces added to project.xml.</action>
|
||||||
</action>
|
<action dev="brett" type="update">Add new versions to bottom of list instead of top to follow convention.</action>
|
||||||
<action dev="brett" type="fix">
|
|
||||||
Turn off pretty printing to fix MAVEN-769 - random spaces added
|
|
||||||
to project.xml.
|
|
||||||
</action>
|
|
||||||
<action dev="brett" type="update">
|
|
||||||
Add new versions to bottom of list instead of top to follow convention.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
<release version="1.0" date="2003-08-31">
|
<release version="1.0" date="2003-08-31">
|
||||||
<action dev="brett" type="add">
|
<action dev="brett" type="add">Initial creation - support for CVS.</action>
|
||||||
Initial creation - support for CVS.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user