You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2006/05/26 22:00:19 UTC

svn commit: r409726 - /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/pom.xml

Author: simoneg
Date: Fri May 26 13:00:19 2006
New Revision: 409726

URL: http://svn.apache.org/viewvc?rev=409726&view=rev
Log:
Dependency to sv.apache.org xreporter-expression-r672, will move it back to xreporter on ibiblio when xreporter will release a new version

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

Modified: cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/pom.xml?rev=409726&r1=409725&r2=409726&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/pom.xml Fri May 26 13:00:19 2006
@@ -95,9 +95,9 @@
       <version>1.4</version>
     </dependency>
     <dependency>
-      <groupId>org.outerj.xreporter</groupId>
+      <groupId>xreporter</groupId>
       <artifactId>xreporter-expression</artifactId>
-      <version>1.2.1</version>
+      <version>r672</version>
     </dependency>
     <dependency>
       <groupId>xmlunit</groupId>