Revision: 5652
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5652&view=rev
Author: manningr
Date: 2010-06-27 00:05:34 +0000 (Sun, 27 Jun 2010)
Log Message:
-----------
fixed groupId to be "plugins" instead of "plugin". This conforms to the apache maven plugins groupId.
Modified Paths:
--------------
trunk/mavenize/plugin-pom.xml
Modified: trunk/mavenize/plugin-pom.xml
===================================================================
--- trunk/mavenize/plugin-pom.xml 2010-06-26 20:35:42 UTC (rev 5651)
+++ trunk/mavenize/plugin-pom.xml 2010-06-27 00:05:34 UTC (rev 5652)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.sf.squirrel-sql.plugin</groupId>
+ <groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
<version>3.2.0-SNAPSHOT</version>
</parent>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|