You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2014/07/20 20:10:14 UTC

svn commit: r1612139 - /webservices/axiom/trunk/implementations/pom.xml

Author: veithen
Date: Sun Jul 20 18:10:14 2014
New Revision: 1612139

URL: http://svn.apache.org/r1612139
Log:
Allow m2e to determine the correct Java version to use.

Modified:
    webservices/axiom/trunk/implementations/pom.xml

Modified: webservices/axiom/trunk/implementations/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/pom.xml?rev=1612139&r1=1612138&r2=1612139&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/pom.xml (original)
+++ webservices/axiom/trunk/implementations/pom.xml Sun Jul 20 18:10:14 2014
@@ -42,6 +42,10 @@
                         <phase>none</phase>
                     </execution>
                 </executions>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>