[maven-scm-plugin] prepare release 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e389e1269
commit
2c4ca79134
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-antlr-plugin</id>
|
<id>maven-antlr-plugin</id>
|
||||||
<name>Maven Antlr Plugin</name>
|
<name>Maven Antlr Plugin</name>
|
||||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.2</currentVersion>
|
||||||
<description/>
|
<description/>
|
||||||
<shortDescription>Process Antlr grammars</shortDescription>
|
<shortDescription>Process Antlr grammars</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/antlr/</url>
|
<url>http://maven.apache.org/reference/plugins/antlr/</url>
|
||||||
@ -40,6 +40,11 @@
|
|||||||
<name>1.1</name>
|
<name>1.1</name>
|
||||||
<tag>MAVEN_ANTLR_1_1</tag>
|
<tag>MAVEN_ANTLR_1_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.2</id>
|
||||||
|
<name>1.2</name>
|
||||||
|
<tag>MAVEN_ANTLR_1_2</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -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,32 +23,16 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<release version="1.2" date="in CVS">
|
<release version="1.2" date="2004-05-15"></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">update to commons-lang 1.0.1</action>
|
||||||
update to commons-lang 1.0.1
|
<action dev="vmassol" type="fix" issue="MPANTLR-1">Upgraded version of Antlr used to 2.7.2, so that this plugin plays well with the Checkstyle plugin (which requires Antlr 2.7.2).</action>
|
||||||
</action>
|
<action dev="dion" type="add">Added documentation for navigation, changes, properties and goals</action>
|
||||||
<action dev="vmassol" type="fix" issue="MPANTLR-1">
|
<action dev="bwalding" type="update">Can now use maven.antlr.target.dir to set where generated files are placed. Defaults to ${maven.build.dir}/antlr</action>
|
||||||
Upgraded version of Antlr used to 2.7.2, so that this plugin plays
|
|
||||||
well with the Checkstyle plugin (which requires Antlr 2.7.2).
|
|
||||||
</action>
|
|
||||||
<action dev="dion" type="add">
|
|
||||||
Added documentation for navigation, changes, properties and goals
|
|
||||||
</action>
|
|
||||||
<action dev="bwalding" type="update">
|
|
||||||
Can now use maven.antlr.target.dir to set where generated files are placed. Defaults to ${maven.build.dir}/antlr
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.0" date="2002-07-16">
|
<release version="1.0" date="2002-07-16">
|
||||||
<action dev="jvanzyl" type="add">
|
<action dev="jvanzyl" type="add">Original release for Maven 1.0-beta6</action>
|
||||||
Original release for Maven 1.0-beta6
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-ashkelon-plugin</id>
|
<id>maven-ashkelon-plugin</id>
|
||||||
<name>Maven Ashkelon Plugin</name>
|
<name>Maven Ashkelon Plugin</name>
|
||||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.2</currentVersion>
|
||||||
<description/>
|
<description/>
|
||||||
<shortDescription>Publish javadoc to Ashkelon</shortDescription>
|
<shortDescription>Publish javadoc to Ashkelon</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/ashkelon/</url>
|
<url>http://maven.apache.org/reference/plugins/ashkelon/</url>
|
||||||
@ -40,6 +40,11 @@
|
|||||||
<name>1.1</name>
|
<name>1.1</name>
|
||||||
<tag>MAVEN_ASHKELON_1_1</tag>
|
<tag>MAVEN_ASHKELON_1_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.2</id>
|
||||||
|
<name>1.2</name>
|
||||||
|
<tag>MAVEN_ASHKELON_1_2</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers/>
|
<developers/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@ -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,15 +23,10 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="jason@zenplex.com">Jason van Zyl</author>
|
<author email="jason@zenplex.com">Jason van Zyl</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<release version="1.2-SNAPSHOT" date="in CVS">
|
<release version="1.2" date="2004-05-15"></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">update to use maven.docs.*/maven.gen.docs</action>
|
||||||
update to use maven.docs.*/maven.gen.docs
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-aspectwerkz-plugin</id>
|
<id>maven-aspectwerkz-plugin</id>
|
||||||
<name>Maven AspectWerkz Plugin</name>
|
<name>Maven AspectWerkz Plugin</name>
|
||||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.2</currentVersion>
|
||||||
<description>Plugin for AspectWerkz</description>
|
<description>Plugin for AspectWerkz</description>
|
||||||
<shortDescription>AspectWerkz plugin</shortDescription>
|
<shortDescription>AspectWerkz plugin</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/aspectwerkz/</url>
|
<url>http://maven.apache.org/reference/plugins/aspectwerkz/</url>
|
||||||
@ -45,6 +45,11 @@
|
|||||||
<name>1.1</name>
|
<name>1.1</name>
|
||||||
<tag>MAVEN_ASPECTWERKZ_1_1</tag>
|
<tag>MAVEN_ASPECTWERKZ_1_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.2</id>
|
||||||
|
<name>1.2</name>
|
||||||
|
<tag>MAVEN_ASPECTWERKZ_1_2</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -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,20 +23,13 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<release version="1.2" date="in CVS">
|
<release version="1.2" date="2004-05-15"></release>
|
||||||
</release>
|
|
||||||
<release version="1.1" date="2004-03-22">
|
<release version="1.1" date="2004-03-22">
|
||||||
<action dev="brett" type="fix">
|
<action dev="brett" type="fix">Fixes for JDK 1.3 in relation to XML parsers.</action>
|
||||||
Fixes for JDK 1.3 in relation to XML parsers.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
<release version="1.0" date="2004-02-20">
|
<release version="1.0" date="2004-02-20">
|
||||||
<action dev="vmassol" type="add">
|
<action dev="vmassol" type="add">Plugin creation.</action>
|
||||||
Plugin creation.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user