You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/12/05 20:05:11 UTC

svn commit: r1643400 - /commons/proper/bsf/trunk/pom.xml

Author: sebb
Date: Fri Dec  5 19:05:10 2014
New Revision: 1643400

URL: http://svn.apache.org/r1643400
Log:
CP35

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

Modified: commons/proper/bsf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bsf/trunk/pom.xml?rev=1643400&r1=1643399&r2=1643400&view=diff
==============================================================================
--- commons/proper/bsf/trunk/pom.xml (original)
+++ commons/proper/bsf/trunk/pom.xml Fri Dec  5 19:05:10 2014
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>21</version>
+        <version>35</version>
     </parent>
 
     <groupId>bsf</groupId>
@@ -41,8 +41,8 @@
     <properties>
       <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
       <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-      <maven.compile.source>1.3</maven.compile.source>
-      <maven.compile.target>1.3</maven.compile.target>
+      <maven.compiler.source>1.3</maven.compiler.source>
+      <maven.compiler.target>1.3</maven.compiler.target>
       <commons.componentid>bsf</commons.componentid>
       <commons.release.version>2.4.0</commons.release.version>
       <commons.release.desc></commons.release.desc>