Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-other-installer
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20941/squirrelsql-other-installer
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-other-installer/pom.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pom.xml 26 Sep 2009 17:52:49 -0000 1.9
--- pom.xml 27 Sep 2009 07:05:11 -0000 1.10
***************
*** 2,5 ****
--- 2,11 ----
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<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>
***************
*** 464,467 ****
--- 470,474 ----
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
+ <version>${gpg-plugin-version}</version>
<executions>
<execution>
|