Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23343
Modified Files:
fw-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: fw-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/fw-pom.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** fw-pom.xml 7 Sep 2009 14:15:12 -0000 1.4
--- fw-pom.xml 17 Sep 2009 22:30:47 -0000 1.5
***************
*** 4,13 ****
<parent>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>fw</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 4,13 ----
<parent>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>fw</artifactId>
<version>3.1.0-SNAPSHOT</version>
|