You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by gb...@apache.org on 2013/05/01 15:00:26 UTC

svn commit: r1477978 - /pdfbox/trunk/preflight/pom.xml

Author: gbailleul
Date: Wed May  1 13:00:25 2013
New Revision: 1477978

URL: http://svn.apache.org/r1477978
Log:
PDFBOX-1589: 
Remove unused java compile definition

Modified:
    pdfbox/trunk/preflight/pom.xml

Modified: pdfbox/trunk/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1477978&r1=1477977&r2=1477978&view=diff
==============================================================================
--- pdfbox/trunk/preflight/pom.xml (original)
+++ pdfbox/trunk/preflight/pom.xml Wed May  1 13:00:25 2013
@@ -30,10 +30,6 @@
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 
-	<properties>
-		<compileSource>1.5</compileSource>
-	</properties>
-
 	<build>
 		<plugins>
 			<plugin>