svn commit: r1601784 - /portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
| Newsgroups | gmane.comp.jakarta.jetspeed.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: taylor
Date: Tue Jun 10 22:38:45 2014
New Revision: 1601784
URL: http://svn.apache.org/r1601784
Log:
JS2-1292: Set Default Compiler for Jetspeed Build to Java 1.7
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
Modified: portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/pom.xml?rev=1601784&r1=1601783&r2=1601784&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/pom.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/pom.xml Tue Jun 10 22:38:45 2014
@@ -406,8 +406,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.7</source>
+ <target>1.7</target>
<debug>true</debug>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>