You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2012/11/30 09:05:23 UTC

svn commit: r1415532 - /cxf/dosgi/trunk/parent/pom.xml

Author: cschneider
Date: Fri Nov 30 08:05:22 2012
New Revision: 1415532

URL: http://svn.apache.org/viewvc?rev=1415532&view=rev
Log:
DOSGI-150  Update to Java 1.6

Modified:
    cxf/dosgi/trunk/parent/pom.xml

Modified: cxf/dosgi/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=1415532&r1=1415531&r2=1415532&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Fri Nov 30 08:05:22 2012
@@ -120,10 +120,10 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.3.2</version>
+                    <version>2.5.1</version>
                     <configuration>
-                        <source>1.5</source>
-                        <target>1.5</target>
+                        <source>1.6</source>
+                        <target>1.6</target>
                         <maxmem>256M</maxmem>
                         <fork>false</fork>
                     </configuration>