You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/16 03:04:01 UTC

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

Author: aheritier
Date: Sat Apr 15 18:04:01 2006
New Revision: 394412

URL: http://svn.apache.org/viewcvs?rev=394412&view=rev
Log:
Upgrade to Junit 3.8.2
Begin to work on release 1.10

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=394412&r1=394411&r2=394412&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/project.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/project.xml Sat Apr 15 18:04:01 2006
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-changelog-plugin</id>
   <name>Maven Changelog Plugin</name>
-  <currentVersion>1.9.1</currentVersion>
+  <currentVersion>1.10-SNAPSHOT</currentVersion>
   <description>The Changelog plugin generates reports about recent changes to the SCM repository.</description>
   <shortDescription>Produce SCM changelog reports.</shortDescription>
   <versions>
@@ -187,7 +187,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
     </dependency>
     <dependency>
       <groupId>org.netbeans.lib</groupId>

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=394412&r1=394411&r2=394412&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Sat Apr 15 18:04:01 2006
@@ -24,6 +24,9 @@
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
   </properties>
   <body>
+    <release version="1.10" date="In SVN">
+      <action dev="aheritier" type="update">Upgrade to Junit 3.8.2.</action>
+    </release>
     <release version="1.9.1" date="2006-03-26">
       <action dev="ltheussl" type="fix" issue="MPCHANGELOG-82">Don't construct links to files if
         <code>repository.url</code>is absent.