Scarab commit: svn commit: r11210 - branches/SCB3098_TomcatUpgrade7/pom.xml

[email protected] Wed, 2 May 2012 04:31:38 -0700 (PDT)
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: mcoss
Date: 2012-05-02 04:31:38-0700
New Revision: 11210

Modified:
   branches/SCB3098_TomcatUpgrade7/pom.xml

Log:
ENH - Use JDK 1.6 now as this is preferred Java version of Tomcat 7.

Modified: branches/SCB3098_TomcatUpgrade7/pom.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/SCB3098_TomcatUpgrade7/pom.xml?view=diff&pathrev=11210&r1=11209&r2=11210
==============================================================================
--- branches/SCB3098_TomcatUpgrade7/pom.xml	(original)
+++ branches/SCB3098_TomcatUpgrade7/pom.xml	2012-05-02 04:31:38-0700
@@ -193,8 +193,8 @@
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-compiler-plugin</artifactId>
              <configuration>
-                 <source>1.5</source>
-                 <target>1.5</target>
+                 <source>1.6</source>
+                 <target>1.6</target>
              </configuration>
           </plugin>

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2956907