[maven-scm-plugin] prepare release 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-castor-plugin</id>
|
||||
<name>Maven Castor Plugin</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<description>Various goals for making development with Plexus easy.</description>
|
||||
<shortDescription>Plexus Tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/castor/</url>
|
||||
@@ -40,6 +40,11 @@
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_CASTOR_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_CASTOR_1_2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
@@ -57,7 +62,7 @@
|
||||
<contributor>
|
||||
<name>Tim Anderson</name>
|
||||
<email>tma@netspace.net.au</email>
|
||||
</contributor>
|
||||
</contributor>
|
||||
</contributors>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
@@ -23,23 +23,16 @@
|
||||
<title>Changes</title>
|
||||
<author email="jason@zenplex.com">Jason van Zyl</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2-SNAPSHOT" date="in CVS">
|
||||
</release>
|
||||
<release version="1.2" date="2004-05-15"></release>
|
||||
<release version="1.1" date="2004-02-04">
|
||||
<action dev="tima" type="add">
|
||||
Added <em>maven.castor.properties.dir</em> property.
|
||||
</action>
|
||||
<action dev="tima" type="update">
|
||||
Updated to castor 0.9.5
|
||||
<action dev="tima" type="add">Added
|
||||
<em>maven.castor.properties.dir</em>property.
|
||||
</action>
|
||||
<action dev="tima" type="update">Updated to castor 0.9.5</action>
|
||||
</release>
|
||||
<release version="1.0" date="2002-08-04">
|
||||
<action dev="jvanzyl" type="add">
|
||||
Original release for Maven 1.0-beta8
|
||||
</action>
|
||||
<action dev="jvanzyl" type="add">Original release for Maven 1.0-beta8</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-clean-plugin</id>
|
||||
<name>Maven Clean Plugin</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Clean plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/clean/</url>
|
||||
@@ -39,6 +39,11 @@
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_CLEAN_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_CLEAN_1_2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers/>
|
||||
</project>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -22,27 +23,15 @@
|
||||
<title>Changes</title>
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2-SNAPSHOT" date="in CVS">
|
||||
</release>
|
||||
<release version="1.2" date="2004-05-15"></release>
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="dion" type="fix">
|
||||
Remove clean:classes and clean:docs goals, as they are in an inappropriate place
|
||||
</action>
|
||||
<action dev="dion" type="fix" due-to="gabriel">
|
||||
Apply docs patch, fix bad code in the clean:classes and clean:docs goals
|
||||
</action>
|
||||
<action dev="dion" type="fix">Remove clean:classes and clean:docs goals, as they are in an inappropriate place</action>
|
||||
<action dev="dion" type="fix" due-to="gabriel">Apply docs patch, fix bad code in the clean:classes and clean:docs goals</action>
|
||||
</release>
|
||||
<release version="1.0" date="Unknown">
|
||||
<action dev="evenisse" type="add">
|
||||
Add clean:classes and clean:docs goals.
|
||||
</action>
|
||||
<action dev="evenisse" type="add">
|
||||
Initial plugin created. Goals are moved from java plugin.
|
||||
</action>
|
||||
<action dev="evenisse" type="add">Add clean:classes and clean:docs goals.</action>
|
||||
<action dev="evenisse" type="add">Initial plugin created. Goals are moved from java plugin.</action>
|
||||
</release>
|
||||
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<id>maven-cruisecontrol-plugin</id>
|
||||
<name>Maven Cruise Control Plugin</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<description>A plugin to handle the generating and maintaining of Cruise Control configuration. Requires Maven 1.0 RC2.</description>
|
||||
<shortDescription>Cruise Control Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/cruisecontrol/</url>
|
||||
@@ -38,6 +38,11 @@
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_CRUISECONTROL_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_CRUISECONTROL_1_2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -17,14 +18,13 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="brett@apache.org">Brett Porter</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.2-SNAPSHOT" date="in CVS">
|
||||
<release version="1.2" date="2004-05-15">
|
||||
<action dev="brett" type="fix">fix problem if target does not exist</action>
|
||||
</release>
|
||||
<release version="1.1" date="2004-03-03">
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-docbook-plugin</id>
|
||||
<name>Maven DocBook Plugin</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<shortDescription>Convert docbook to xdoc</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/docbook/</url>
|
||||
<siteDirectory>/www/maven.apache.org/reference/plugins/docbook/</siteDirectory>
|
||||
@@ -38,6 +38,11 @@
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_DOCBOOK_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_DOCBOOK_1_2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -22,32 +23,18 @@
|
||||
<title>Changes</title>
|
||||
<author email="dion@apache.org">dIon Gillard</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2-SNAPSHOT" date="in CVS">
|
||||
<action dev="bwalding" type="add">
|
||||
added functionality to generate pdfs from docbook (ala hibernate documentation)
|
||||
</action>
|
||||
<release version="1.2" date="2004-05-15">
|
||||
<action dev="bwalding" type="add">added functionality to generate pdfs from docbook (ala hibernate documentation)</action>
|
||||
</release>
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="dion" type="update">
|
||||
update to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to xalan 2.4.1
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
<action dev="dion" type="fix" issue="MAVEN-436">
|
||||
Applied Maven-436 to allow docbook dtds offline
|
||||
</action>
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="dion" type="update">update to xalan 2.4.1</action>
|
||||
<action dev="dion" type="update">update to commons-lang 1.0.1</action>
|
||||
<action dev="dion" type="fix" issue="MAVEN-436">Applied Maven-436 to allow docbook dtds offline</action>
|
||||
</release>
|
||||
<release version="1.0" date="2002-07-14">
|
||||
<action dev="dion" type="add">
|
||||
Original release for Maven 1.0-beta7
|
||||
</action>
|
||||
<action dev="dion" type="add">Original release for Maven 1.0-beta7</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jalopy-plugin</id>
|
||||
<name>Maven Jalopy Plugin</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Reformat java source</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jalopy/</url>
|
||||
@@ -40,6 +40,11 @@
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_JALOPY_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_JALOPY_1_2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
@@ -52,10 +57,10 @@
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Stéphane Mor</name>
|
||||
<name>Stéphane Mor</name>
|
||||
<id>smor</id>
|
||||
<email>stephanemor@yahoo.fr</email>
|
||||
<organization>Hasgard Systèmes et Réseaux</organization>
|
||||
<organization>Hasgard Systèmes et Réseaux</organization>
|
||||
<roles>
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -22,23 +23,13 @@
|
||||
<title>Changes</title>
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2-SNAPSHOT" date="in CVS">
|
||||
</release>
|
||||
<release version="1.2" date="2004-05-15"></release>
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed MAVEN-798. Add Test source formatting.
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
Move to oro 2.0.7
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
Move to log4j 1.2.8
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed directory of plugin resources.
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">Fixed MAVEN-798. Add Test source formatting.</action>
|
||||
<action dev="dion" type="update">Move to oro 2.0.7</action>
|
||||
<action dev="dion" type="update">Move to log4j 1.2.8</action>
|
||||
<action dev="evenisse" type="fix">Fixed directory of plugin resources.</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
Reference in New Issue
Block a user