You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2012/04/03 15:43:12 UTC

svn commit: r1308901 - in /sling/trunk: contrib/pom.xml pom.xml samples/pom.xml

Author: cziegeler
Date: Tue Apr  3 13:43:11 2012
New Revision: 1308901

URL: http://svn.apache.org/viewvc?rev=1308901&view=rev
Log:
Use same maven version as parent pom as required

Modified:
    sling/trunk/contrib/pom.xml
    sling/trunk/pom.xml
    sling/trunk/samples/pom.xml

Modified: sling/trunk/contrib/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/pom.xml?rev=1308901&r1=1308900&r2=1308901&view=diff
==============================================================================
--- sling/trunk/contrib/pom.xml (original)
+++ sling/trunk/contrib/pom.xml Tue Apr  3 13:43:11 2012
@@ -34,7 +34,7 @@
     <inceptionYear>2007</inceptionYear>
 
     <prerequisites>
-        <maven>2.2.1</maven>
+        <maven>3.0.2</maven>
     </prerequisites>
 
 

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1308901&r1=1308900&r2=1308901&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Tue Apr  3 13:43:11 2012
@@ -40,7 +40,7 @@
     <inceptionYear>2007</inceptionYear>
 
     <prerequisites>
-        <maven>2.2.1</maven>
+        <maven>3.0.2</maven>
     </prerequisites>
 
 

Modified: sling/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/pom.xml?rev=1308901&r1=1308900&r2=1308901&view=diff
==============================================================================
--- sling/trunk/samples/pom.xml (original)
+++ sling/trunk/samples/pom.xml Tue Apr  3 13:43:11 2012
@@ -33,7 +33,7 @@
     <inceptionYear>2007</inceptionYear>
 
     <prerequisites>
-        <maven>2.2.1</maven>
+        <maven>3.0.2</maven>
     </prerequisites>