You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2013/07/23 11:06:41 UTC

svn commit: r1505943 - in /jackrabbit/trunk: README.txt jackrabbit-parent/pom.xml

Author: jukka
Date: Tue Jul 23 09:06:40 2013
New Revision: 1505943

URL: http://svn.apache.org/r1505943
Log:
JCR-3625: make port number for webdav integration tests configurable

Upgrade the surefire plugin in an attempt to avoid http://jira.codehaus.org/browse/SUREFIRE-121

Also update build instructions with the latest minimum requirements.

Modified:
    jackrabbit/trunk/README.txt
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/README.txt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/README.txt?rev=1505943&r1=1505942&r2=1505943&view=diff
==============================================================================
--- jackrabbit/trunk/README.txt (original)
+++ jackrabbit/trunk/README.txt Tue Jul 23 09:06:40 2013
@@ -19,8 +19,8 @@ You can build Jackrabbit like this:
 
     mvn clean install
 
-You need Maven 2.0.9 (or higher) with Java 5 (or higher) for the build.
-For more instructions, please see the documentation at:
+You need Maven 2.1 (or higher, Maven 3 recommended) with Java 6 (or higher)
+for the build. For more instructions, please see the documentation at:
 
    http://jackrabbit.apache.org/building-jackrabbit.html
 

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1505943&r1=1505942&r2=1505943&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Tue Jul 23 09:06:40 2013
@@ -209,7 +209,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.3</version>
+          <version>2.15</version>
         </plugin>
         <plugin>
           <artifactId>maven-failsafe-plugin</artifactId>