Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23043
Modified Files:
app-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: app-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/app-pom.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** app-pom.xml 7 Sep 2009 22:13:19 -0000 1.7
--- app-pom.xml 17 Sep 2009 22:29:16 -0000 1.8
***************
*** 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>squirrel-sql</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>squirrel-sql</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 56,65 ****
<dependencies>
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>fw</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>fw</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 56,65 ----
<dependencies>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>fw</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>fw</artifactId>
<version>3.1.0-SNAPSHOT</version>
|