You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/08/23 16:18:21 UTC

svn commit: r1516857 - /commons/sandbox/weaver/trunk/pom.xml

Author: mbenson
Date: Fri Aug 23 14:18:20 2013
New Revision: 1516857

URL: http://svn.apache.org/r1516857
Log:
rock fetch ;)

Modified:
    commons/sandbox/weaver/trunk/pom.xml

Modified: commons/sandbox/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml?rev=1516857&r1=1516856&r2=1516857&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/pom.xml (original)
+++ commons/sandbox/weaver/trunk/pom.xml Fri Aug 23 14:18:20 2013
@@ -40,13 +40,12 @@ under the License.
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-    <!-- these will be needed with the next parent or promotion to proper:
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
-     -->
-    <!-- these are current: -->
-    <maven.compile.source>1.6</maven.compile.source>
-    <maven.compile.target>1.6</maven.compile.target>
+
+    <!-- drop after parent upgrade: -->
+    <maven.compile.source>${maven.compiler.source}</maven.compile.source>
+    <maven.compile.target>${maven.compiler.target}</maven.compile.target>
 
     <commons.componentid>weaver</commons.componentid>
     <commons.release.version>1.0</commons.release.version>