You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2012/11/25 20:59:23 UTC

svn commit: r1413395 - /openwebbeans/trunk/pom.xml

Author: struberg
Date: Sun Nov 25 19:59:23 2012
New Revision: 1413395

URL: http://svn.apache.org/viewvc?rev=1413395&view=rev
Log:
OWB-726 upgrade trunk to target java 1.6

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1413395&r1=1413394&r2=1413395&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Sun Nov 25 19:59:23 2012
@@ -331,8 +331,8 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>2.3.2</version>
                 <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
+                    <source>1.6</source>
+                    <target>1.6</target>
                 </configuration>
             </plugin>
             <plugin>