You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/15 02:37:37 UTC

svn commit: r190674 - in /maven/maven-1/plugins/trunk/changelog: project.xml xdocs/changes.xml

Author: brett
Date: Tue Jun 14 17:37:36 2005
New Revision: 190674

URL: http://svn.apache.org/viewcvs?rev=190674&view=rev
Log:
[maven-scm-plugin] prepare release 1.8.2

Modified:
    maven/maven-1/plugins/trunk/changelog/project.xml
    maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/changelog/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/project.xml?rev=190674&r1=190673&r2=190674&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/project.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/project.xml Tue Jun 14 17:37:36 2005
@@ -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>

Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?rev=190674&r1=190673&r2=190674&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Tue Jun 14 17:37:36 2005
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org