You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by df...@apache.org on 2009/11/03 18:32:58 UTC

svn commit: r832480 - /commons/proper/dbutils/trunk/pom.xml

Author: dfabulich
Date: Tue Nov  3 17:32:57 2009
New Revision: 832480

URL: http://svn.apache.org/viewvc?rev=832480&view=rev
Log:
Updating compiler plugin separately (why did this ever work before?)

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

Modified: commons/proper/dbutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=832480&r1=832479&r2=832480&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Tue Nov  3 17:32:57 2009
@@ -206,8 +206,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
           <configuration>
-            <source>1.4</source>
-            <target>1.4</target>
+            <source>1.5</source>
+            <target>1.5</target>
         </configuration>
       </plugin>
       <plugin>