You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2007/05/23 11:52:04 UTC

svn commit: r540909 - in /maven/maven-1/plugins/trunk/test: project.xml xdocs/changes.xml

Author: ltheussl
Date: Wed May 23 02:52:04 2007
New Revision: 540909

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

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

Modified: maven/maven-1/plugins/trunk/test/project.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/test/project.xml?view=diff&rev=540909&r1=540908&r2=540909
==============================================================================
--- maven/maven-1/plugins/trunk/test/project.xml (original)
+++ maven/maven-1/plugins/trunk/test/project.xml Wed May 23 02:52:04 2007
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-test-plugin</id>
   <name>Maven Test Plugin</name>
-  <currentVersion>1.8.2-SNAPSHOT</currentVersion>
+  <currentVersion>1.8.2</currentVersion>
   <description>Run JUnit tests.</description>
   <shortDescription>Run JUnit tests</shortDescription>
   <versions>
@@ -61,6 +61,11 @@
       <id>1.8.1</id>
       <name>1.8.1</name>
       <tag>MAVEN_TEST_1_8_1</tag>
+    </version>
+    <version>
+      <id>1.8.2</id>
+      <name>1.8.2</name>
+      <tag>MAVEN_TEST_1_8_2</tag>
     </version>
   </versions>
   <dependencies>

Modified: maven/maven-1/plugins/trunk/test/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/test/xdocs/changes.xml?view=diff&rev=540909&r1=540908&r2=540909
==============================================================================
--- maven/maven-1/plugins/trunk/test/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/test/xdocs/changes.xml Wed May 23 02:52:04 2007
@@ -24,11 +24,11 @@
     <author email="dion@multitask.com.au">dIon Gillard</author> 
   </properties>  
   <body> 
-    <release version="1.8.2-SNAPSHOT" date="in SVN"> 
-      <action dev="ltheussl" type="fix">
-        <description>Memory leak and performance degradation in test plugin 1.8.</description>
-        <fixes issue="MPTEST-63"/>
-        <fixes issue="MPTEST-64"/>
+    <release version="1.8.2" date="2007-05-23"> 
+      <action dev="ltheussl" type="fix"> 
+        <description>Memory leak and performance degradation in test plugin 1.8.</description>  
+        <fixes issue="MPTEST-63"/>  
+        <fixes issue="MPTEST-64"/> 
       </action> 
     </release>  
     <release version="1.8.1" date="2007-05-07">