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/02 23:34:45 UTC

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

Author: lofwyr
Date: Tue Jun  2 21:34:45 2015
New Revision: 1683190

URL: http://svn.apache.org/r1683190
Log:
make build is running on Jenkins with old maven version

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=1683190&r1=1683189&r2=1683190&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Tue Jun  2 21:34:45 2015
@@ -48,6 +48,7 @@
     <maven.compile.target>1.6</maven.compile.target>
     <maven.compile.encoding>UTF-8</maven.compile.encoding>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <required.maven.version>2.2.1</required.maven.version>
   </properties>
 
   <issueManagement>
@@ -609,7 +610,7 @@
               <rules>
                 <requireMavenVersion>
                   <!-- 3.3.1 is only required for a release, for a normal build 2.2.1 should be okay -->
-                  <version>3.3.1</version>
+                  <version>${required.maven.version}</version>
                 </requireMavenVersion>
                 <requirePluginVersions>
                   <message>Best Practice is to always define plugin versions!</message>
@@ -1003,6 +1004,9 @@
              </properties>
            </profile>
        -->
+      <properties>
+          <required.maven.version>3.3.1</required.maven.version>
+      </properties>
       <build>
         <plugins>
           <plugin>