Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-plugins-assembly-descriptor
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20847/squirrelsql-plugins-assembly-descriptor
Modified Files:
pom.xml
Log Message:
Added root pom as parent so that distribution urls are inherited.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/squirrelsql-plugins-assembly-descriptor/pom.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pom.xml 26 Sep 2009 17:52:49 -0000 1.8
--- pom.xml 27 Sep 2009 07:04:58 -0000 1.9
***************
*** 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>squirrelsql-plugins-assembly-descriptor</artifactId>
***************
*** 64,67 ****
--- 70,74 ----
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
+ <version>${gpg-plugin-version}</version>
<executions>
<execution>
|