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/06/03 06:57:45 UTC

svn commit: r1683226 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: lofwyr
Date: Wed Jun  3 04:57:45 2015
New Revision: 1683226

URL: http://svn.apache.org/r1683226
Log:
make build is running on Jenkins with old maven version - fix doc

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1683226&r1=1683225&r2=1683226&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Wed Jun  3 04:57:45 2015
@@ -609,7 +609,7 @@
             <configuration>
               <rules>
                 <requireMavenVersion>
-                  <!-- 3.3.1 is only required for a release, for a normal build 2.2.1 should be okay -->
+                  <!-- 3.3.1 is only required for a release, for a normal build 3.0.4 should be okay -->
                   <version>${required.maven.version}</version>
                 </requireMavenVersion>
                 <requirePluginVersions>
@@ -1005,7 +1005,7 @@
            </profile>
        -->
       <properties>
-          <required.maven.version>3.3.1</required.maven.version>
+        <required.maven.version>3.3.1</required.maven.version>
       </properties>
       <build>
         <plugins>