From: Konstantin P. <ko...@us...> - 2006-08-29 18:56:33
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4362/taglib Modified Files: pom.xml Log Message: syncronisation. evrythiing builds up to webwork Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/taglib/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 24 Aug 2006 05:26:47 -0000 1.2 --- pom.xml 29 Aug 2006 18:56:29 -0000 1.3 *************** *** 30,39 **** <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.version}</version> </dependency> <dependency> <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.version}</version> </dependency> </dependencies> --- 30,39 ---- <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>1.0.4-SNAPSHOT</version> </dependency> <dependency> <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>1.0.4-SNAPSHOT</version> </dependency> </dependencies> |