- minor formatting change
- renamed 1.4-dev to 1.4-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-changelog-plugin</id>
|
||||
<name>Maven Changelog Plug-in</name>
|
||||
<currentVersion>1.4-dev</currentVersion>
|
||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Produce SCM changelog reports</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/changelog/</url>
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.4-dev" date="in cvs">
|
||||
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="epugh" type="update">
|
||||
If, using the cvslib, fails, then fall back to using
|
||||
the command line call to the cvs executable.
|
||||
@@ -20,6 +21,7 @@
|
||||
MAVEN-963. Add support for Perforce SCM and cleaned up some docs.
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.3" date="2003-09-29">
|
||||
<action dev="dion" type="update">
|
||||
MAVEN-811. Add support of IBM Rational ClearCase SCM.
|
||||
@@ -44,27 +46,26 @@
|
||||
So, corresponding entrys in menu will appear only if reports are registered.
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
<p>
|
||||
Fix MAVEN-483. Corrected link for viewcvs configured with muliple cvs repository.
|
||||
</p>
|
||||
Fix MAVEN-483. Corrected link for viewcvs configured with muliple cvs repository.
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.2" date="UNKNOWN">
|
||||
<action dev="dion" type="add">
|
||||
<p>
|
||||
Added more documentation
|
||||
</p>
|
||||
Added more documentation
|
||||
</action>
|
||||
<action dev="dion" type="add">
|
||||
Reworked CVS changelog plugin to use the project repository
|
||||
connection string, rather than relying on CVS/Entries
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.1" date="2002-08-01">
|
||||
<action dev="smor" type="fix">
|
||||
Fix for Maven-5
|
||||
</action>
|
||||
</release>
|
||||
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user