Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1515
Modified Files:
doc-pom.xml
Log Message:
maven plugins need versions (best practice for portable builds).
Index: doc-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/doc-pom.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** doc-pom.xml 20 Sep 2009 00:10:52 -0000 1.6
--- doc-pom.xml 25 Sep 2009 21:06:54 -0000 1.7
***************
*** 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>doc</artifactId>
***************
*** 59,62 ****
--- 65,69 ----
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <version>${jar-plugin-version}</version>
<configuration>
<archive>
|