Revision: 5657
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5657&view=rev
Author: manningr
Date: 2010-06-27 16:32:58 +0000 (Sun, 27 Jun 2010)
Log Message:
-----------
Fixed groupId.
Modified Paths:
--------------
trunk/mavenize/squirrelsql-plugin-archetype/pom.xml
Modified: trunk/mavenize/squirrelsql-plugin-archetype/pom.xml
===================================================================
--- trunk/mavenize/squirrelsql-plugin-archetype/pom.xml 2010-06-27 16:32:23 UTC (rev 5656)
+++ trunk/mavenize/squirrelsql-plugin-archetype/pom.xml 2010-06-27 16:32:58 UTC (rev 5657)
@@ -1,10 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>net.sf.squirrel-sql</groupId>
+ <groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugin-archetype</artifactId>
<packaging>jar</packaging>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.2.0-SNAPSHOT</version>
<name>squirrelsql-plugin-archetype</name>
<url>http://maven.apache.org</url>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|