vmassol 2002/11/16 07:56:07
Modified: src/plugins-build/cactus/announcements 1.0.ann
src/plugins-build/cactus project.xml
src/plugins-build/cactus/xdocs changes.xml index.xml
navigation.xml tasks.xml
Log:
Prepare for releasing version 1.1
Revision Changes Path
1.2 +2 -0
jakarta-turbine-maven/src/plugins-build/cactus/announcements/1.0.ann
Index: 1.0.ann
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/announcements/1.0.ann,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 1.0.ann 6 Nov 2002 21:37:03 -0000 1.1
+++ 1.0.ann 16 Nov 2002 15:56:07 -0000 1.2
@@ -25,3 +25,5 @@
You can download the Cactus Maven plugin here:
http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.0.jar
+Have fun!
+-Vincent
\ No newline at end of file
1.21 +6 -1 jakarta-turbine-maven/src/plugins-build/cactus/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/project.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- project.xml 12 Nov 2002 15:04:46 -0000 1.20
+++ project.xml 16 Nov 2002 15:56:07 -0000 1.21
@@ -4,7 +4,7 @@
<pomVersion>3</pomVersion>
<id>maven-cactus-plugin</id>
<name>Maven Cactus Plug-in</name>
- <currentVersion>1.1-SNAPSHOT</currentVersion>
+ <currentVersion>1.1</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://jakarta.apache.org/</url>
@@ -42,6 +42,11 @@
<version>
<id>1.1</id>
<name>1.1</name>
+ <tag>MAVEN_CACTUS_1_1</tag>
+ </version>
+ <version>
+ <id>1.2</id>
+ <name>1.2</name>
<tag>HEAD</tag>
</version>
</versions>
1.16 +1 -1 jakarta-turbine-maven/src/plugins-build/cactus/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/xdocs/changes.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- changes.xml 12 Nov 2002 15:04:46 -0000 1.15
+++ changes.xml 16 Nov 2002 15:56:07 -0000 1.16
@@ -7,7 +7,7 @@
<body>
- <release version="1.1" date="in CVS">
+ <release version="1.1" date="2002-11-16">
<action dev="vmassol" type="add">
Added support for HttpUnit integration out of the box (i.e. the
HttpUnit jars are automatically added by the Cactus plugin).
1.9 +6 -0 jakarta-turbine-maven/src/plugins-build/cactus/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/xdocs/index.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- index.xml 11 Nov 2002 20:53:29 -0000 1.8
+++ index.xml 16 Nov 2002 15:56:07 -0000 1.9
@@ -25,6 +25,12 @@
<th>Description</th>
</tr>
<tr>
+ <td>16 Nov 2002</td>
+ <td>
+ Release of version 1.1.
+ </td>
+ </tr>
+ <tr>
<td>06 Nov 2002</td>
<td>
Release of version 1.0. Read the announcement
1.4 +1 -0
jakarta-turbine-maven/src/plugins-build/cactus/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/xdocs/navigation.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- navigation.xml 10 Nov 2002 16:10:35 -0000 1.3
+++ navigation.xml 16 Nov 2002 15:56:07 -0000 1.4
@@ -14,6 +14,7 @@
</menu>
<menu name="Downloads">
<item name="Cactus Plugin 1.0"
href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.0.jar"/>
+ <item name="Cactus Plugin 1.1"
href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.1.jar"/>
</menu>
</body>
</project>
1.15 +4 -7 jakarta-turbine-maven/src/plugins-build/cactus/xdocs/tasks.xml
Index: tasks.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/xdocs/tasks.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- tasks.xml 12 Nov 2002 22:33:07 -0000 1.14
+++ tasks.xml 16 Nov 2002 15:56:07 -0000 1.15
@@ -12,18 +12,12 @@
Lists of todos and ideas for future versions.
</p>
- <subsection name="1.1">
+ <subsection name="Unassigned">
<p>
<ul>
<li>
Describe plugin properties in the Maven plugin documentation.
</li>
- </ul>
- </p>
- </subsection>
- <subsection name="Unassigned">
- <p>
- <ul>
<li>
Fix the "single" goal as it will not really work because it
expects that the cactus war has been deployed and it won't
@@ -48,6 +42,9 @@
<li>
Ensure the plugin works when offline. There are potential issues
with the DTD URI specified in web.xml.dvsl and web.xml.
+ </li>
+ <li>
+ Add the rhino jar for HttpUnit javascript support.
</li>
</ul>
</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>