Revision: 5965
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5965&view=rev
Author: manningr
Date: 2010-11-14 13:03:04 +0000 (Sun, 14 Nov 2010)
Log Message:
-----------
There is no compelling reason to use the module pom (plugins) as the parent for this project, since there is nothing in the plugins pom that is worth inheriting (aside from it's root pom inheritance). Therefore, until that changes, this project will inherit directly from the root pom.
Modified Paths:
--------------
trunk/sql12/plugins/squirrelsql-plugins-assembly-descriptor/pom.xml
Modified: trunk/sql12/plugins/squirrelsql-plugins-assembly-descriptor/pom.xml
===================================================================
--- trunk/sql12/plugins/squirrelsql-plugins-assembly-descriptor/pom.xml 2010-11-14 00:58:37 UTC (rev 5964)
+++ trunk/sql12/plugins/squirrelsql-plugins-assembly-descriptor/pom.xml 2010-11-14 13:03:04 UTC (rev 5965)
@@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.sf.squirrel-sql.plugins</groupId>
- <artifactId>plugins</artifactId>
+ <groupId>net.sf.squirrel-sql</groupId>
+ <artifactId>squirrel-root-pom</artifactId>
<version>3.2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>squirrelsql-plugins-assembly-descriptor</artifactId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|