Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/maven-xdoclet2-plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6400/maven-xdoclet2-plugin
Modified Files:
project.xml
Log Message:
Change dependencies to their latest versions
Index: project.xml
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/maven-xdoclet2-plugin/project.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** project.xml 28 Apr 2005 11:15:45 -0000 1.15
--- project.xml 5 May 2005 12:14:33 -0000 1.16
***************
*** 2,15 ****
<project>
<groupId>xdoclet</groupId>
! <artifactId>maven-xdoclet2-plugin</artifactId>
<name>Maven XDoclet2 Plug-in</name>
<currentVersion>1.0</currentVersion>
<inceptionYear>2004</inceptionYear>
<description>
! A Maven plugin to run XDoclet2 from within Maven
! </description>
!
<shortDescription>A Maven plugin to run XDoclet2 from
Maven</shortDescription>
!
<developers>
<developer>
--- 2,15 ----
<project>
<groupId>xdoclet</groupId>
! <artifactId>maven-xdoclet2-plugin</artifactId>
<name>Maven XDoclet2 Plug-in</name>
<currentVersion>1.0</currentVersion>
<inceptionYear>2004</inceptionYear>
<description>
! A Maven plugin to run XDoclet2 from within Maven
! </description>
!
<shortDescription>A Maven plugin to run XDoclet2 from
Maven</shortDescription>
!
<developers>
<developer>
***************
*** 24,28 ****
</developers>
<dependencies>
! <dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet</artifactId>
--- 24,28 ----
</developers>
<dependencies>
! <dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet</artifactId>
***************
*** 48,52 ****
<groupId>nanocontainer</groupId>
<artifactId>nanocontainer-ant</artifactId>
! <version>1.0-beta-1</version>
<url>http://nanocontainer.codehaus.org/ant/</url>
</dependency>
--- 48,52 ----
<groupId>nanocontainer</groupId>
<artifactId>nanocontainer-ant</artifactId>
! <version>1.0-beta-3</version>
<url>http://nanocontainer.codehaus.org/ant/</url>
</dependency>
***************
*** 55,59 ****
<groupId>nanocontainer</groupId>
<artifactId>nanocontainer</artifactId>
! <version>1.0-beta-1</version>
<url>http://nanocontainer.codehaus.org/</url>
</dependency>
--- 55,59 ----
<groupId>nanocontainer</groupId>
<artifactId>nanocontainer</artifactId>
! <version>1.0-beta-3</version>
<url>http://nanocontainer.codehaus.org/</url>
</dependency>
***************
*** 63,67 ****
<artifactId>generama</artifactId>
<version>1.1</version>
! <url>http://generama.codehaus.org/</url>
</dependency>
--- 63,67 ----
<artifactId>generama</artifactId>
<version>1.1</version>
! <url>http://generama.codehaus.org/</url>
</dependency>
***************
*** 76,80 ****
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
! <version>2.1</version>
<url>http://jakarta.apache.org/</url>
</dependency>
--- 76,80 ----
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
! <version>3.1</version>
<url>http://jakarta.apache.org/</url>
</dependency>
***************
*** 82,86 ****
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
! <version>1.2.8</version>
<url>http://jakarta.apache.org/log4j/</url>
</dependency>
--- 82,86 ----
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
! <version>1.2.9</version>
<url>http://jakarta.apache.org/log4j/</url>
</dependency>
***************
*** 96,100 ****
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
! <version>1.6.1</version>
<url>http://jakarta.apache.org/</url>
</dependency>
--- 96,100 ----
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
! <version>1.7.0</version>
<url>http://jakarta.apache.org/</url>
</dependency>
***************
*** 103,107 ****
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly</artifactId>
! <version>1.0-beta-4</version>
</dependency>
--- 103,107 ----
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly</artifactId>
! <version>1.0-RC1</version>
</dependency>
***************
*** 128,139 ****
<dependency>
! <groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
! <version>1.4</version>
! <url>http://www.dom4j.org</url>
</dependency>
<dependency>
! <groupId>commons-jexl</groupId>
<artifactId>commons-jexl</artifactId>
<version>1.0</version>
--- 128,152 ----
<dependency>
! <groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
! <version>1.6</version>
! <url>http://www.dom4j.org</url>
</dependency>
<dependency>
! <groupId>jaxen</groupId>
! <artifactId>jaxen</artifactId>
! <version>1.1-beta-4</version>
! <url>http://sf.net/projects/jaxen</url>
! </dependency>
!
! <dependency>
! <groupId>saxpath</groupId>
! <artifactId>saxpath</artifactId>
! <version>1.0-FCS</version>
! </dependency>
!
! <dependency>
! <groupId>commons-jexl</groupId>
<artifactId>commons-jexl</artifactId>
<version>1.0</version>
***************
*** 142,153 ****
<dependency>
! <groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
! <url>http://ant.apache.org</url>
</dependency>
-
-
</dependencies>
<build>
<resources>
--- 155,165 ----
<dependency>
! <groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
! <url>http://ant.apache.org</url>
</dependency>
</dependencies>
+
<build>
<resources>
***************
*** 167,171 ****
</resources>
</build>
!
<reports>
<report>maven-changes-plugin</report>
--- 179,183 ----
</resources>
</build>
!
<reports>
<report>maven-changes-plugin</report>
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits