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 2015/05/09 21:07:09 UTC

svn commit: r1678518 - in /webservices/axiom/trunk: aspects/pom.xml implementations/pom.xml modules/axiom-jaxb/pom.xml modules/axiom-samples/pom.xml pom.xml systests/pom.xml

Author: veithen
Date: Sat May  9 19:07:09 2015
New Revision: 1678518

URL: http://svn.apache.org/r1678518
Log:
Switch to Java 1.5 source level (minimum) globally.

Modified:
    webservices/axiom/trunk/aspects/pom.xml
    webservices/axiom/trunk/implementations/pom.xml
    webservices/axiom/trunk/modules/axiom-jaxb/pom.xml
    webservices/axiom/trunk/modules/axiom-samples/pom.xml
    webservices/axiom/trunk/pom.xml
    webservices/axiom/trunk/systests/pom.xml

Modified: webservices/axiom/trunk/aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/pom.xml?rev=1678518&r1=1678517&r2=1678518&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/pom.xml Sat May  9 19:07:09 2015
@@ -47,10 +47,6 @@
                         <phase>none</phase>
                     </execution>
                 </executions>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>

Modified: webservices/axiom/trunk/implementations/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/pom.xml?rev=1678518&r1=1678517&r2=1678518&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/pom.xml (original)
+++ webservices/axiom/trunk/implementations/pom.xml Sat May  9 19:07:09 2015
@@ -47,10 +47,6 @@
                         <phase>none</phase>
                     </execution>
                 </executions>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>

Modified: webservices/axiom/trunk/modules/axiom-jaxb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-jaxb/pom.xml?rev=1678518&r1=1678517&r2=1678518&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-jaxb/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-jaxb/pom.xml Sat May  9 19:07:09 2015
@@ -101,13 +101,6 @@
                 </executions>
             </plugin>
             <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>

Modified: webservices/axiom/trunk/modules/axiom-samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-samples/pom.xml?rev=1678518&r1=1678517&r2=1678518&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-samples/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-samples/pom.xml Sat May  9 19:07:09 2015
@@ -93,13 +93,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <includes>

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1678518&r1=1678517&r2=1678518&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sat May  9 19:07:09 2015
@@ -730,7 +730,7 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <inherited>true</inherited>
                 <configuration>
-                    <source>1.4</source>
+                    <source>1.5</source>
                     <target>1.5</target>
                 </configuration>
             </plugin>

Modified: webservices/axiom/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/pom.xml?rev=1678518&r1=1678517&r2=1678518&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/pom.xml (original)
+++ webservices/axiom/trunk/systests/pom.xml Sat May  9 19:07:09 2015
@@ -46,13 +46,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
                 <artifactId>maven-deploy-plugin</artifactId>
                 <configuration>
                     <skip>true</skip>