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