You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2006/09/04 14:11:44 UTC

svn commit: r440046 - /portals/wsrp4j/trunk/producer/pom.xml

Author: dlouzan
Date: Mon Sep  4 05:11:43 2006
New Revision: 440046

URL: http://svn.apache.org/viewvc?view=rev&rev=440046
Log:
Fixed dependency version on wsdl4j.

Modified:
    portals/wsrp4j/trunk/producer/pom.xml

Modified: portals/wsrp4j/trunk/producer/pom.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/producer/pom.xml?view=diff&rev=440046&r1=440045&r2=440046
==============================================================================
--- portals/wsrp4j/trunk/producer/pom.xml (original)
+++ portals/wsrp4j/trunk/producer/pom.xml Mon Sep  4 05:11:43 2006
@@ -75,7 +75,7 @@
     <dependency>
       <artifactId>axis-wsdl4j</artifactId>
       <groupId>axis</groupId>
-      <version>${axis.version}</version>
+      <version>${wsdl4j.version}</version>
     </dependency>
     <dependency>
       <artifactId>commons-discovery</artifactId>