Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-plugins-parent-pom
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24695/squirrelsql-plugins-parent-pom
Modified Files:
pom.xml
Log Message:
Fixed missing versions for maven plugins.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/squirrelsql-plugins-parent-pom/pom.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pom.xml 26 Sep 2009 17:52:49 -0000 1.10
--- pom.xml 21 Mar 2010 15:39:34 -0000 1.11
***************
*** 251,258 ****
--- 251,260 ----
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
+ <version>${surefire-plugin-version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
+ <version>${findbugs-plugin-version}</version>
<inherited>true</inherited>
<configuration>
***************
*** 265,268 ****
--- 267,271 ----
<inherited>true</inherited>
<artifactId>maven-pmd-plugin</artifactId>
+ <version>${pmd-plugin-version}</version>
<configuration>
<targetJdk>${javac-target-version}</targetJdk>
***************
*** 272,275 ****
--- 275,279 ----
<inherited>true</inherited>
<artifactId>maven-checkstyle-plugin</artifactId>
+ <version>${checkstyle-plugin-version}</version>
<configuration>
<outputFileFormat>xml</outputFileFormat>
|