[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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<project>
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-changelog-plugin</id>
|
||||
<name>Maven Changelog Plugin</name>
|
||||
<currentVersion>1.8.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.8.2</currentVersion>
|
||||
<shortDescription>Produce SCM changelog reports.</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/changelog/</url>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGELOG</issueTrackingUrl>
|
||||
@ -74,6 +73,11 @@
|
||||
<name>1.8.1</name>
|
||||
<tag>maven-changelog-plugin-1.8.1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.8.2</id>
|
||||
<name>1.8.2</name>
|
||||
<tag>maven-changelog-plugin-1.8.2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<contributors>
|
||||
<contributor>
|
||||
@ -178,21 +182,18 @@
|
||||
<version>1.3</version>
|
||||
</dependency>
|
||||
<!-- Required because of the EnhancedStringTokenizer class -->
|
||||
|
||||
<dependency>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<!-- Required because of the Developer class -->
|
||||
|
||||
<dependency>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-model</artifactId>
|
||||
<version>3.0.0</version>
|
||||
</dependency>
|
||||
<!-- Required to build under for JDK 1.3 because we fork junit -->
|
||||
|
||||
<dependency>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xerces</artifactId>
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changelog plugin changes</title>
|
||||
@ -25,7 +24,7 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<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-65" due-to="Fuad Efendi">Corrected parsing of VSS results</action>
|
||||
<action dev="epugh" type="fix" issue="MPCHANGELOG-64">Corrected parsing of .cvspass</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user