Revision: 5961
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5961&view=rev
Author: manningr
Date: 2010-11-11 13:28:19 +0000 (Thu, 11 Nov 2010)
Log Message:
-----------
There is no compelling reason to use the module pom (installer) as the parent for any of these projects, since there is nothing in the installer pom that is worth inheriting (aside from it's root pom inheritance). Therefore, until that changes, all projects will inherit directly from the root pom. This fixes the incorrect relativePath in several of the pom files (Maven 3 is more strict with regard to this relative path being correct).
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-other-installer/pom.xml
Modified: trunk/sql12/installer/squirrelsql-other-installer/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-11-11 00:02:06 UTC (rev 5960)
+++ trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-11-11 13:28:19 UTC (rev 5961)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
- <artifactId>installer</artifactId>
+ <artifactId>squirrel-root-pom</artifactId>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|