Revision: 5693
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5693&view=rev
Author: manningr
Date: 2010-07-11 16:44:04 +0000 (Sun, 11 Jul 2010)
Log Message:
-----------
Specify the compiler plugin version.
Modified Paths:
--------------
trunk/mavenize/fw-pom.xml
Modified: trunk/mavenize/fw-pom.xml
===================================================================
--- trunk/mavenize/fw-pom.xml 2010-07-11 16:43:25 UTC (rev 5692)
+++ trunk/mavenize/fw-pom.xml 2010-07-11 16:44:04 UTC (rev 5693)
@@ -209,6 +209,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>${compiler-plugin-version}</version>
<configuration>
<!-- http://maven.apache.org/plugins/maven-compiler-plugin/ -->
<source>${javac-source-version}</source>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|