[maven-scm-plugin] prepare release 1.8.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190674 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1902938d31
commit
2f8d9575c2
@ -17,13 +17,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<extend>../plugin-parent/project.xml</extend>
|
<extend>../plugin-parent/project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-changelog-plugin</id>
|
<id>maven-changelog-plugin</id>
|
||||||
<name>Maven Changelog Plugin</name>
|
<name>Maven Changelog Plugin</name>
|
||||||
<currentVersion>1.8.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.8.2</currentVersion>
|
||||||
<shortDescription>Produce SCM changelog reports.</shortDescription>
|
<shortDescription>Produce SCM changelog reports.</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/changelog/</url>
|
<url>http://maven.apache.org/reference/plugins/changelog/</url>
|
||||||
<issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGELOG</issueTrackingUrl>
|
<issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGELOG</issueTrackingUrl>
|
||||||
@ -74,6 +73,11 @@
|
|||||||
<name>1.8.1</name>
|
<name>1.8.1</name>
|
||||||
<tag>maven-changelog-plugin-1.8.1</tag>
|
<tag>maven-changelog-plugin-1.8.1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.8.2</id>
|
||||||
|
<name>1.8.2</name>
|
||||||
|
<tag>maven-changelog-plugin-1.8.2</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<contributors>
|
<contributors>
|
||||||
<contributor>
|
<contributor>
|
||||||
@ -178,21 +182,18 @@
|
|||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Required because of the EnhancedStringTokenizer class -->
|
<!-- Required because of the EnhancedStringTokenizer class -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>maven</artifactId>
|
<artifactId>maven</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Required because of the Developer class -->
|
<!-- Required because of the Developer class -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>maven-model</artifactId>
|
<artifactId>maven-model</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Required to build under for JDK 1.3 because we fork junit -->
|
<!-- Required to build under for JDK 1.3 because we fork junit -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>xerces</groupId>
|
<groupId>xerces</groupId>
|
||||||
<artifactId>xerces</artifactId>
|
<artifactId>xerces</artifactId>
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>Changelog plugin changes</title>
|
<title>Changelog plugin changes</title>
|
||||||
@ -25,7 +24,7 @@
|
|||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.8.2-SNAPSHOT" date="in Subversion">
|
<release version="1.8.2" date="2005-06-15">
|
||||||
<action dev="brett" type="fix" issue="MPCHANGELOG-66">Avoid NullPointerException when no type is given</action>
|
<action dev="brett" type="fix" issue="MPCHANGELOG-66">Avoid NullPointerException when no type is given</action>
|
||||||
<action dev="brett" type="fix" issue="MPCHANGELOG-65" due-to="Fuad Efendi">Corrected parsing of VSS results</action>
|
<action dev="brett" type="fix" issue="MPCHANGELOG-65" due-to="Fuad Efendi">Corrected parsing of VSS results</action>
|
||||||
<action dev="epugh" type="fix" issue="MPCHANGELOG-64">Corrected parsing of .cvspass</action>
|
<action dev="epugh" type="fix" issue="MPCHANGELOG-64">Corrected parsing of .cvspass</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user