brett 2004/03/10 04:39:44
Modified: aspectj project.xml
aspectj/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 2.0
Revision Changes Path
1.25 +7 -2 maven-plugins/aspectj/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/aspectj/project.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- project.xml 7 Mar 2004 23:01:24 -0000 1.24
+++ project.xml 10 Mar 2004 12:39:44 -0000 1.25
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,13 +18,12 @@
*/
-->
-
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-aspectj-plugin</id>
<name>Maven AspectJ Plug-in</name>
- <currentVersion>2.0-SNAPSHOT</currentVersion>
+ <currentVersion>2.0</currentVersion>
<description/>
<shortDescription>Eclipse Plugin for AspectJ</shortDescription>
<url>http://maven.apache.org/reference/plugins/aspectj/</url>
@@ -44,6 +44,11 @@
<id>2.0</id>
<name>2.0</name>
<tag>HEAD</tag>
+ </version>
+ <version>
+ <id>2.0</id>
+ <name>2.0</name>
+ <tag>MAVEN_ASPECTJ_2_0</tag>
</version>
</versions>
<developers>
1.8 +8 -15 maven-plugins/aspectj/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/aspectj/xdocs/changes.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- changes.xml 4 Mar 2004 18:00:22 -0000 1.7
+++ changes.xml 10 Mar 2004 12:39:44 -0000 1.8
@@ -1,4 +1,5 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -22,27 +23,19 @@
<title>AspectJ plugin changes</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
<author email="[EMAIL PROTECTED]">Vincent Massol</author>
- <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
+ <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
</properties>
-
<body>
- <release version="2.0" date="in CVS">
- <action dev="vmassol" type="add">
- Complete rewrite of the plugin. Now using AspectJ 1.1 and performing
- binary weaving on jar generated by the <code>jar:jar</code> goal. Also
- supports creation and weaving-in of reusable aspect libraries.
+ <release version="2.0" date="2004-03-10">
+ <action dev="vmassol" type="add">Complete rewrite of the plugin. Now using
AspectJ 1.1 and performing binary weaving on jar generated by the
+ <code>jar:jar</code>goal. Also supports creation and weaving-in of reusable
aspect libraries.
</action>
</release>
<release version="1.1" date="2003-09-21">
- <action dev="dion" type="add">
- Added documentation for navigation, changes, properties and goals
- </action>
+ <action dev="dion" type="add">Added documentation for navigation, changes,
properties and goals</action>
</release>
<release version="1.0" date="2002-07-16">
- <action dev="jvanzyl" type="add">
- Original release for Maven 1.0-beta6
- </action>
+ <action dev="jvanzyl" type="add">Original release for Maven 1.0-beta6</action>
</release>
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]