vmassol 2004/08/20 12:15:03
Modified: abbot/xdocs changes.xml
abbot project.xml
Log:
Upgraded to Abbot 0.13.0 and JDOM 1.0 beta 10.
Revision Changes Path
1.5 +3 -0 maven-plugins/abbot/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/abbot/xdocs/changes.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- changes.xml 17 Aug 2004 15:11:16 -0000 1.4
+++ changes.xml 20 Aug 2004 19:15:03 -0000 1.5
@@ -7,6 +7,9 @@
</properties>
<body>
<release version="1.1-SNAPSHOT" date="in CVS">
+ <action dev="vmassol" type="update">
+ Upgraded to Abbot 0.13.0 and JDOM 1.0 beta 10.
+ </action>
<action dev="vmassol" type="add">
Added new <code>maven.abbot.extrajars</code> property that can be used
to specify extra jars to be added to the executing classpath. For example,
1.11 +2 -2 maven-plugins/abbot/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/abbot/project.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- project.xml 17 Aug 2004 15:11:15 -0000 1.10
+++ project.xml 20 Aug 2004 19:15:03 -0000 1.11
@@ -69,7 +69,7 @@
<dependency>
<groupId>abbot</groupId>
<artifactId>abbot</artifactId>
- <version>0.12.3</version>
+ <version>0.13.0</version>
<properties>
<abbot.editor>true</abbot.editor>
<abbot.webstart>true</abbot.webstart>
@@ -78,7 +78,7 @@
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
- <version>1.0b8</version>
+ <version>b10</version>
<properties>
<abbot.editor>true</abbot.editor>
<abbot.webstart>true</abbot.webstart>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]