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

svn commit: r1243185 - /commons/proper/digester/trunk/annotations-processor/pom.xml

Author: simonetripodi
Date: Sun Feb 12 00:20:11 2012
New Revision: 1243185

URL: http://svn.apache.org/viewvc?rev=1243185&view=rev
Log:
annotations processor is targeted 1.6

Modified:
    commons/proper/digester/trunk/annotations-processor/pom.xml

Modified: commons/proper/digester/trunk/annotations-processor/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/annotations-processor/pom.xml?rev=1243185&r1=1243184&r2=1243185&view=diff
==============================================================================
--- commons/proper/digester/trunk/annotations-processor/pom.xml (original)
+++ commons/proper/digester/trunk/annotations-processor/pom.xml Sun Feb 12 00:20:11 2012
@@ -48,6 +48,11 @@
     </dependency>
   </dependencies>
 
+  <properties>
+    <maven.compile.source>1.6</maven.compile.source>
+    <maven.compile.target>1.6</maven.compile.target>
+  </properties>
+
   <build>
     <resources>
       <resource>