Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3856
Modified Files:
plugin-pom.xml
Log Message:
Changed groupid to squirrel-sql instead of squirrel_sql which according to Juven Xu is preferred (https://issues.sonatype.org/browse/OSSRH-84?focusedCommentId=45388&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_45388)
Index: plugin-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/plugin-pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** plugin-pom.xml 30 Aug 2009 20:23:42 -0000 1.2
--- plugin-pom.xml 18 Sep 2009 00:24:56 -0000 1.3
***************
*** 4,13 ****
<parent>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>@@--$artifactId--@@</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 4,13 ----
<parent>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>@@--$artifactId--@@</artifactId>
<version>3.1.0-SNAPSHOT</version>
|