You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/04/23 11:31:28 UTC

svn commit: r1675564 - /myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml

Author: lofwyr
Date: Thu Apr 23 09:31:27 2015
New Revision: 1675564

URL: http://svn.apache.org/r1675564
Log:
updating spring to be runnable with Java 8

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml?rev=1675564&r1=1675563&r2=1675564&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml Thu Apr 23 09:31:27 2015
@@ -48,6 +48,7 @@
       </plugin>
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
+        <!--<groupId>org.eclipse.jetty</groupId>-->
         <artifactId>jetty-maven-plugin</artifactId>
         <configuration>
           <loginServices>
@@ -259,7 +260,7 @@
 
   <properties>
     <openjpa.version>1.0.4</openjpa.version>
-    <spring.version>2.5.3</spring.version>
+    <spring.version>3.2.13.RELEASE</spring.version>
   </properties>
 
 </project>