Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv980
Modified Files:
website-pom.xml
Log Message:
maven plugins need versions (best practice for portable builds).
Index: website-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/website-pom.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** website-pom.xml 19 Sep 2009 13:02:53 -0000 1.5
--- website-pom.xml 25 Sep 2009 21:03:00 -0000 1.6
***************
*** 3,6 ****
--- 3,12 ----
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>net.sf.squirrel-sql</groupId>
+ <artifactId>squirrel-root-pom</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ </parent>
+
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>website</artifactId>
***************
*** 57,60 ****
--- 63,67 ----
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <version>${jar-plugin-version}</version>
<configuration>
<includes>
|