You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/04/24 22:40:57 UTC

svn commit: r396679 - /cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/pom.xml

Author: jheymans
Date: Mon Apr 24 13:40:55 2006
New Revision: 396679

URL: http://svn.apache.org/viewcvs?rev=396679&view=rev
Log:
upgrading itext, is on ibiblio now under new groupId

Modified:
    cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/pom.xml?rev=396679&r1=396678&r2=396679&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/pom.xml Mon Apr 24 13:40:55 2006
@@ -38,9 +38,9 @@
       <version>2.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>itext</groupId>
+      <groupId>com.lowagie</groupId>
       <artifactId>itext</artifactId>
-      <version>1.1</version>
+      <version>1.1.4</version>
     </dependency>
   </dependencies>
 </project>