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/04/27 07:29:00 UTC

svn commit: r397405 - in /maven/maven-1/plugins/trunk/aspectj: project.xml xdocs/changes.xml

Author: ltheussl
Date: Wed Apr 26 22:28:58 2006
New Revision: 397405

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

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

Modified: maven/maven-1/plugins/trunk/aspectj/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/aspectj/project.xml?rev=397405&r1=397404&r2=397405&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/aspectj/project.xml (original)
+++ maven/maven-1/plugins/trunk/aspectj/project.xml Wed Apr 26 22:28:58 2006
@@ -17,14 +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>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-aspectj-plugin</id>
   <name>Maven AspectJ Plugin</name>
-  <currentVersion>4.0-SNAPSHOT</currentVersion>
+  <currentVersion>4.0</currentVersion>
   <description/>
   <shortDescription>AspectJ Plugin for Maven</shortDescription>
   <versions>
@@ -57,6 +55,11 @@
       <id>3.2</id>
       <name>3.2</name>
       <tag>MAVEN_ASPECTJ_3_2</tag>
+    </version>
+    <version>
+      <id>4.0</id>
+      <name>4.0</name>
+      <tag>MAVEN_ASPECTJ_4_0</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/aspectj/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/aspectj/xdocs/changes.xml?rev=397405&r1=397404&r2=397405&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/aspectj/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/aspectj/xdocs/changes.xml Wed Apr 26 22:28:58 2006
@@ -17,7 +17,6 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>AspectJ plugin changes</title>
@@ -27,19 +26,24 @@
     <author email="carlos@apache.org">Carlos Sanchez</author>
   </properties>
   <body>
-    <release version="4.0-SNAPSHOT" date="in SVN">
-      <action dev="ltheussl" type="add" issue="MPASPECTJ-15" due-to="Alexey Dashkevich">New property <code>maven.aspectj.dest</code> to define output folder for <code>aspectj:compile</code> goal.</action>
-      <action dev="ltheussl" type="fix" issue="MPASPECTJ-14" due-to="Alexey Dashkevich">Unable to weave only sources defined in argument files. New property <code>maven.aspectj.src.argfilesOnly</code>.</action>
+    <release version="4.0" date="2006-04-26">
+      <action dev="ltheussl" type="add" issue="MPASPECTJ-15" due-to="Alexey Dashkevich">New property
+        <code>maven.aspectj.dest</code>to define output folder for
+        <code>aspectj:compile</code>goal.
+      </action>
+      <action dev="ltheussl" type="fix" issue="MPASPECTJ-14" due-to="Alexey Dashkevich">Unable to weave only sources defined in argument files. New property
+        <code>maven.aspectj.src.argfilesOnly</code>.
+      </action>
       <action dev="ltheussl" type="add" issue="MPASPECTJ-23" due-to="Shinobu Kawai Yoshida">Add a report for the plugin.</action>
       <action dev="carlos" type="update" issue="MPASPECTJ-21">Upgraded to AspectJ 1.5.0</action>
-      <action dev="carlos" type="add" issue="MPASPECTJ-24" due-to="Shinobu Kawai">
-        Added <code>maven.aspectj.failonerror</code> property.
+      <action dev="carlos" type="add" issue="MPASPECTJ-24" due-to="Shinobu Kawai">Added
+        <code>maven.aspectj.failonerror</code>property.
       </action>
-      <action dev="vmassol" type="update" issue="MPASPECTJ-19">
-        Add support for <code>iajc</code>'s <code>messageHolderClass</code> attribute
-        and added <code>maven.dependency.classpath</code> to the 
-        <code>iajc</code>'s taskdef so that custom message holder classes will be
-        found at execution time.
+      <action dev="vmassol" type="update" issue="MPASPECTJ-19">Add support for
+        <code>iajc</code>'s
+        <code>messageHolderClass</code>attribute and added
+        <code>maven.dependency.classpath</code>to the
+        <code>iajc</code>'s taskdef so that custom message holder classes will be found at execution time.
       </action>
     </release>
     <release version="3.2" date="2004-10-06">