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 2006/01/29 23:21:49 UTC

svn commit: r373371 - in /maven/maven-1/plugins/trunk/developer-activity: project.xml xdocs/changes.xml

Author: ltheussl
Date: Sun Jan 29 14:21:47 2006
New Revision: 373371

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

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

Modified: maven/maven-1/plugins/trunk/developer-activity/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/developer-activity/project.xml?rev=373371&r1=373370&r2=373371&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/developer-activity/project.xml (original)
+++ maven/maven-1/plugins/trunk/developer-activity/project.xml Sun Jan 29 14:21:47 2006
@@ -17,13 +17,12 @@
  * limitations under the License.
  */
  -->
-<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
   <extend>../plugin-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-developer-activity-plugin</id>
   <name>Maven Developer Activity Plugin</name>
-  <currentVersion>1.6-SNAPSHOT</currentVersion>
+  <currentVersion>1.6</currentVersion>
   <description>This document provides a report of activity in terms of CVS commits and breaks it out by developer.</description>
   <shortDescription>Developer Activity report</shortDescription>
   <url>http://maven.apache.org/maven-1.x/reference/plugins/developer-activity/</url>
@@ -54,6 +53,11 @@
       <id>1.5.2</id>
       <name>1.5.2</name>
       <tag>maven-developer-activity-plugin-1.5.2</tag>
+    </version>
+    <version>
+      <id>1.6</id>
+      <name>1.6</name>
+      <tag>MAVEN_DEVELOPER_ACTIVITY_1_6</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/developer-activity/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/developer-activity/xdocs/changes.xml?rev=373371&r1=373370&r2=373371&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/developer-activity/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/developer-activity/xdocs/changes.xml Sun Jan 29 14:21:47 2006
@@ -23,10 +23,10 @@
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="1.6-SNAPSHOT" date="In SVN">
-      <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : 
+    <release version="1.6" date="2006-01-29">
+      <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
         <ul>
-          <li>commons-jelly-tags-xml v1.0 -> v1.1</li>
+          <li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
         </ul>
       </action>
     </release>