Ari,

the versions are all placed in the parent POM. They are not in individual module poms not by coincidence, but rather to avoid duplication.

https://svn.apache.org/repos/asf/cayenne/main/trunk/pom.xml

Andrus

On Apr 16, 2008, at 1:18 PM, [EMAIL PROTECTED] wrote:

Author: amaniatis
Date: Wed Apr 16 03:18:08 2008
New Revision: 648659

URL: http://svn.apache.org/viewvc?rev=648659&view=rev
Log:
Ensure that the Hessian used is the correct version which we've tested and doesn't upgrade or downgrade on its own. In this case 3.1.5 seems to work well.
CAY-1006

Modified:
   cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml

Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/ pom.xml
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml?rev=648659&r1=648658&r2=648659&view=diff
= = = = = = = = ====================================================================== --- cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml (original) +++ cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml Wed Apr 16 03:18:08 2008
@@ -66,6 +66,7 @@
                <dependency>
                        <groupId>com.caucho</groupId>
                        <artifactId>hessian</artifactId>
+                   <version>3.1.5</version>
                </dependency>

                <dependency>




Reply via email to