Revision: 6577
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6577&view=rev
Author: manningr
Date: 2012-02-13 23:31:09 +0000 (Mon, 13 Feb 2012)
Log Message:
-----------
Set the version that the maven compiler is compatible with.
Modified Paths:
--------------
trunk/maven-plugin-workspace/maven-utils/pom.xml
Modified: trunk/maven-plugin-workspace/maven-utils/pom.xml
===================================================================
--- trunk/maven-plugin-workspace/maven-utils/pom.xml 2012-02-13 23:22:04 UTC (rev 6576)
+++ trunk/maven-plugin-workspace/maven-utils/pom.xml 2012-02-13 23:31:09 UTC (rev 6577)
@@ -56,6 +56,19 @@
<system>Hudson</system>
<url>https://www.squirrel-sql.org/hudson/</url>
</ciManagement>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|