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 2016/01/31 22:00:55 UTC

svn commit: r1727855 - in /webservices/axiom/trunk: aspects/pom.xml pom.xml

Author: veithen
Date: Sun Jan 31 21:00:54 2016
New Revision: 1727855

URL: http://svn.apache.org/viewvc?rev=1727855&view=rev
Log:
Upgrade AspectJ and set compliance level to 1.6.

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

Modified: webservices/axiom/trunk/aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/pom.xml?rev=1727855&r1=1727854&r2=1727855&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/pom.xml Sun Jan 31 21:00:54 2016
@@ -60,7 +60,7 @@
                             <goal>compile</goal>
                         </goals>
                         <configuration>
-                            <complianceLevel>1.5</complianceLevel>
+                            <complianceLevel>1.6</complianceLevel>
                         </configuration>
                     </execution>
                 </executions>

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1727855&r1=1727854&r2=1727855&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Jan 31 21:00:54 2016
@@ -454,7 +454,7 @@
             <dependency>
                 <groupId>org.aspectj</groupId>
                 <artifactId>aspectjrt</artifactId>
-                <version>1.8.2</version>
+                <version>1.8.7</version>
             </dependency>
             <dependency>
                 <groupId>com.sun.xml.messaging.saaj</groupId>
@@ -723,7 +723,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>aspectj-maven-plugin</artifactId>
-                    <version>1.7</version>
+                    <version>1.8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.eclipse.m2e</groupId>