Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20823
Modified Files:
installer-pom.xml
Log Message:
Added root pom as parent so that distribution urls are inherited.
Index: installer-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/installer-pom.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** installer-pom.xml 26 Sep 2009 17:52:49 -0000 1.7
--- installer-pom.xml 27 Sep 2009 07:04:44 -0000 1.8
***************
*** 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>installer</artifactId>
|