You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/11/18 22:08:41 UTC

svn commit: r1715068 - /commons/proper/jxpath/trunk/pom.xml

Author: britter
Date: Wed Nov 18 21:08:41 2015
New Revision: 1715068

URL: http://svn.apache.org/viewvc?rev=1715068&view=rev
Log:
Set maven compiler properties as suggested by Gary Gregory.

Modified:
    commons/proper/jxpath/trunk/pom.xml

Modified: commons/proper/jxpath/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1715068&r1=1715067&r2=1715068&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Wed Nov 18 21:08:41 2015
@@ -68,6 +68,9 @@ under the License.
   </scm>
 
   <properties>
+    <maven.compiler.source>1.3</maven.compiler.source>
+    <maven.compiler.target>1.3</maven.compiler.target>
+
     <commons.componentid>jxpath</commons.componentid>
     <!-- should agree with project.version for releases: -->
     <commons.release.version>1.4</commons.release.version>