Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-other-installer
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3471/squirrelsql-other-installer
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-other-installer/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:38 -0000 1.4
--- pom.xml 18 Sep 2009 00:22:38 -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-other-installer</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-other-installer</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 54,68 ****
<!-- SQuirreL Dependencies -->
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>squirrelsql-launcher</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
<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>squirrel-sql</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 55,69 ----
<!-- SQuirreL Dependencies -->
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrelsql-launcher</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
<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>squirrel-sql</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 71,75 ****
<!-- Standard Plugins -->
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>codecompletion</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 72,76 ----
<!-- Standard Plugins -->
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>codecompletion</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 78,82 ****
</dependency>
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>editextras</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 79,83 ----
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>editextras</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 85,89 ****
</dependency>
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>graph</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 86,90 ----
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>graph</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 92,96 ****
</dependency>
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>laf</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 93,97 ----
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>laf</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 99,103 ****
</dependency>
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>sqlbookmark</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 100,104 ----
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>sqlbookmark</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 106,110 ****
</dependency>
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>sqlscript</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 107,111 ----
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>sqlscript</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 113,117 ****
</dependency>
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>syntax</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 114,118 ----
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>syntax</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 123,127 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>dataimport</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 124,128 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>dataimport</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 131,135 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>dbcopy</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 132,136 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>dbcopy</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 139,143 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>db2</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 140,144 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>db2</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 147,151 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>derby</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 148,152 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>derby</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 155,159 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>firebird</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 156,160 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>firebird</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 163,167 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>firebirdmanager</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 164,168 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>firebirdmanager</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 171,175 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>h2</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 172,176 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>h2</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 179,183 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>hibernate</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 180,184 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>hibernate</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 187,191 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>informix</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 188,192 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>informix</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 195,199 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>mssql</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 196,200 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>mssql</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 203,207 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>mysql</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 204,208 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>mysql</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 211,215 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>oracle</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 212,216 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>oracle</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 219,223 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>postgres</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 220,224 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>postgres</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 227,231 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>refactoring</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 228,232 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>refactoring</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 235,239 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>sessionscript</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 236,240 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>sessionscript</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 243,247 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>smarttools</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 244,248 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>smarttools</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 251,255 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>sqlparam</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 252,256 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>sqlparam</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 259,263 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>sqlreplace</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 260,264 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>sqlreplace</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 267,271 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>sqlval</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 268,272 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>sqlval</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 275,279 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>sybase</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 276,280 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>sybase</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 283,287 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>i18n</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 284,288 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>i18n</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 291,295 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>squirrelsql-translations</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 292,296 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrelsql-translations</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 298,302 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>squirrelsql-java-version-checker</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 299,303 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrelsql-java-version-checker</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 305,309 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>doc</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 306,310 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>doc</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 311,315 ****
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>website</artifactId>
<version>3.1.0-SNAPSHOT</version>
--- 312,316 ----
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>website</artifactId>
<version>3.1.0-SNAPSHOT</version>
***************
*** 389,393 ****
<includeClassifiers>assembly</includeClassifiers>
<includeTypes>zip</includeTypes>
! <includeGroupIds>net.sf.squirrel_sql</includeGroupIds>
<outputDirectory>${staging.dir}/plugins</outputDirectory>
</configuration>
--- 390,394 ----
<includeClassifiers>assembly</includeClassifiers>
<includeTypes>zip</includeTypes>
! <includeGroupIds>net.sf.squirrel-sql</includeGroupIds>
<outputDirectory>${staging.dir}/plugins</outputDirectory>
</configuration>
|