[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>
|
||||
<id>maven-antlr-plugin</id>
|
||||
<name>Maven Antlr Plugin</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Process Antlr grammars</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/antlr/</url>
|
||||
@ -40,6 +40,11 @@
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_ANTLR_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_ANTLR_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,16 @@
|
||||
<title>Changes</title>
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" 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="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
<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 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>
|
||||
<action dev="dion" type="update">update to commons-lang 1.0.1</action>
|
||||
<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 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 version="1.0" date="2002-07-16">
|
||||
<action dev="jvanzyl" type="add">
|
||||
Original release for Maven 1.0-beta6
|
||||
</action>
|
||||
<action dev="jvanzyl" type="add">Original release for Maven 1.0-beta6</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-ashkelon-plugin</id>
|
||||
<name>Maven Ashkelon Plugin</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Publish javadoc to Ashkelon</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/ashkelon/</url>
|
||||
@ -40,6 +40,11 @@
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_ASHKELON_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_ASHKELON_1_2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers/>
|
||||
<dependencies>
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@ -22,15 +23,10 @@
|
||||
<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="2003-09-29">
|
||||
<action dev="dion" type="update">
|
||||
update to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-aspectwerkz-plugin</id>
|
||||
<name>Maven AspectWerkz Plugin</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<description>Plugin for AspectWerkz</description>
|
||||
<shortDescription>AspectWerkz plugin</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/aspectwerkz/</url>
|
||||
@ -45,6 +45,11 @@
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_ASPECTWERKZ_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_ASPECTWERKZ_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,20 +23,13 @@
|
||||
<title>Changes</title>
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
</release>
|
||||
<release version="1.2" date="2004-05-15"></release>
|
||||
<release version="1.1" date="2004-03-22">
|
||||
<action dev="brett" type="fix">
|
||||
Fixes for JDK 1.3 in relation to XML parsers.
|
||||
</action>
|
||||
<action dev="brett" type="fix">Fixes for JDK 1.3 in relation to XML parsers.</action>
|
||||
</release>
|
||||
<release version="1.0" date="2004-02-20">
|
||||
<action dev="vmassol" type="add">
|
||||
Plugin creation.
|
||||
</action>
|
||||
<action dev="vmassol" type="add">Plugin creation.</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user