You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by kw...@apache.org on 2012/09/06 15:23:39 UTC

svn commit: r1381592 - /openjpa/trunk/pom.xml

Author: kwsutter
Date: Thu Sep  6 13:23:38 2012
New Revision: 1381592

URL: http://svn.apache.org/viewvc?rev=1381592&view=rev
Log:
OPENJPA-2240.  Update the Serp dependency to v1.14.1.  This version resolves the issue of enhancing methods with class constants as parameters.

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1381592&r1=1381591&r2=1381592&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Thu Sep  6 13:23:38 2012
@@ -477,7 +477,7 @@
             <dependency>
                 <groupId>net.sourceforge.serp</groupId>
                 <artifactId>serp</artifactId>
-                <version>1.13.1</version>
+                <version>1.14.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>