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 2014/01/13 16:28:06 UTC

svn commit: r1557750 - /commons/proper/weaver/trunk/pom.xml

Author: mbenson
Date: Mon Jan 13 15:28:06 2014
New Revision: 1557750

URL: http://svn.apache.org/r1557750
Log:
seems these are no longer necessary

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

Modified: commons/proper/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1557750&r1=1557749&r2=1557750&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Mon Jan 13 15:28:06 2014
@@ -43,10 +43,6 @@ under the License.
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.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>
     <commons.rc.version>RC1</commons.rc.version>