You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2021/08/10 19:12:58 UTC

svn commit: r1892188 - /gump/metadata/project/commons-lang-2.x.xml

Author: markt
Date: Tue Aug 10 19:12:57 2021
New Revision: 1892188

URL: http://svn.apache.org/viewvc?rev=1892188&view=rev
Log:
Correct proeprty names?

Modified:
    gump/metadata/project/commons-lang-2.x.xml

Modified: gump/metadata/project/commons-lang-2.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-lang-2.x.xml?rev=1892188&r1=1892187&r2=1892188&view=diff
==============================================================================
--- gump/metadata/project/commons-lang-2.x.xml (original)
+++ gump/metadata/project/commons-lang-2.x.xml Tue Aug 10 19:12:57 2021
@@ -41,8 +41,8 @@
     <mvn2 goal="package" separateLocalRepository="too-early-for-mvn">
       <property name="skipTests" value="true"/>
       <!-- Override so we can build with Java 11 -->
-      <property name="maven.compiler.source" value="1.6"/>
-      <property name="maven.compiler.target" value="1.6"/>
+      <property name="maven.compile.source" value="1.6"/>
+      <property name="maven.compile.target" value="1.6"/>
     </mvn2>
 
     <jar name="target/commons-lang-2.7-SNAPSHOT.jar" id="commons-lang"/>