Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-launcher
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3562/squirrelsql-launcher
Modified Files:
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: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/squirrelsql-launcher/pom.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pom.xml 30 Aug 2009 20:27:55 -0000 1.4
--- pom.xml 18 Sep 2009 00:23:08 -0000 1.5
***************
*** 2,6 ****
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>
<artifactId>squirrelsql-launcher</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 2,7 ----
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>
<artifactId>squirrelsql-launcher</artifactId>
<version>3.1.0-SNAPSHOT</version>
|