Author: veithen
Date: Fri Dec 4 20:13:47 2015
New Revision: 1718019
URL: http://svn.apache.org/viewvc?rev=1718019&view=rev
Log:
Allow systests to use Java 7.
Modified:
webservices/axiom/trunk/systests/pom.xml
Modified: webservices/axiom/trunk/systests/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/pom.xml?rev=1718019&r1=1718018&r2=1718019&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/pom.xml (original)
+++ webservices/axiom/trunk/systests/pom.xml Fri Dec 4 20:13:47 2015
@@ -46,4 +46,16 @@
<skipDeploy>true</skipDeploy>
<skipSite>true</skipSite>
</properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.7</source>
+ <target>1.7</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>