Author: mes
Date: 2010-11-01 11:08:27 -0700 (Mon, 01 Nov 2010)
New Revision: 22676

Modified:
   cytoscape/trunk/pom.xml
Log:
bumped java requirement to 1.6

Modified: cytoscape/trunk/pom.xml
===================================================================
--- cytoscape/trunk/pom.xml     2010-11-01 17:55:17 UTC (rev 22675)
+++ cytoscape/trunk/pom.xml     2010-11-01 18:08:27 UTC (rev 22676)
@@ -31,7 +31,7 @@
         <configuration>
           
<tagBase>svn+ssh://grenache.ucsd.edu/cellar/common/svn/cytoscape/tags</tagBase>
           <autoVersionSubmodules>true</autoVersionSubmodules>
-          <goals>deploy</goals>
+          <goals>deploy install4j:compile</goals>
           <!-- we need this for corelibs/docs to be installed so that 
                application will build correctly -->
           <preparationGoals>clean install</preparationGoals>
@@ -41,8 +41,11 @@
         <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>
+          <optimize>true</optimize>
+          <showWarnings>true</showWarnings>
+          <showDeprecation>true</showDeprecation>
         </configuration>
       </plugin>
       <plugin>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to