Revision: 6532
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6532&view=rev
Author: manningr
Date: 2011-11-21 12:06:43 +0000 (Mon, 21 Nov 2011)
Log Message:
-----------
reset version to 3.4.0 for the next release. The batch-mode option caused the release plugin to pick the wrong version for the next development version
Modified Paths:
--------------
trunk/sql12/app/pom.xml
trunk/sql12/doc/pom.xml
trunk/sql12/fw/pom.xml
trunk/sql12/installer/pom.xml
trunk/sql12/installer/squirrelsql-installer-deps/pom.xml
trunk/sql12/installer/squirrelsql-java-version-checker/pom.xml
trunk/sql12/installer/squirrelsql-launcher/pom.xml
trunk/sql12/installer/squirrelsql-macosx-installer/pom.xml
trunk/sql12/installer/squirrelsql-other-installer/pom.xml
trunk/sql12/installer/squirrelsql-update-site/pom.xml
trunk/sql12/plugins/codecompletion/pom.xml
trunk/sql12/plugins/dataimport/pom.xml
trunk/sql12/plugins/db2/pom.xml
trunk/sql12/plugins/dbcopy/pom.xml
trunk/sql12/plugins/dbdiff/pom.xml
trunk/sql12/plugins/derby/pom.xml
trunk/sql12/plugins/editextras/pom.xml
trunk/sql12/plugins/example/pom.xml
trunk/sql12/plugins/exportconfig/pom.xml
trunk/sql12/plugins/favs/pom.xml
trunk/sql12/plugins/firebird/pom.xml
trunk/sql12/plugins/firebirdmanager/pom.xml
trunk/sql12/plugins/graph/pom.xml
trunk/sql12/plugins/greenplum/pom.xml
trunk/sql12/plugins/h2/pom.xml
trunk/sql12/plugins/hibernate/pom.xml
trunk/sql12/plugins/i18n/pom.xml
trunk/sql12/plugins/informix/pom.xml
trunk/sql12/plugins/laf/pom.xml
trunk/sql12/plugins/macosx/pom.xml
trunk/sql12/plugins/mssql/pom.xml
trunk/sql12/plugins/mysql/pom.xml
trunk/sql12/plugins/netezza/pom.xml
trunk/sql12/plugins/oracle/pom.xml
trunk/sql12/plugins/pom.xml
trunk/sql12/plugins/postgres/pom.xml
trunk/sql12/plugins/refactoring/pom.xml
trunk/sql12/plugins/sessionscript/pom.xml
trunk/sql12/plugins/smarttools/pom.xml
trunk/sql12/plugins/sqlbookmark/pom.xml
trunk/sql12/plugins/sqlparam/pom.xml
trunk/sql12/plugins/sqlreplace/pom.xml
trunk/sql12/plugins/sqlscript/pom.xml
trunk/sql12/plugins/sqlval/pom.xml
trunk/sql12/plugins/squirrelsql-plugin-archetype/pom.xml
trunk/sql12/plugins/squirrelsql-plugins-assembly-descriptor/pom.xml
trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml
trunk/sql12/plugins/sybase/pom.xml
trunk/sql12/plugins/syntax/pom.xml
trunk/sql12/plugins/userscript/pom.xml
trunk/sql12/plugins/wikiTableConfigurations/pom.xml
trunk/sql12/pom.xml
trunk/sql12/squirrelsql-translations/pom.xml
trunk/sql12/web-site/pom.xml
Modified: trunk/sql12/app/pom.xml
===================================================================
--- trunk/sql12/app/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/app/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/doc/pom.xml
===================================================================
--- trunk/sql12/doc/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/doc/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/fw/pom.xml
===================================================================
--- trunk/sql12/fw/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/fw/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/installer/pom.xml
===================================================================
--- trunk/sql12/installer/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/installer/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/installer/squirrelsql-installer-deps/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-installer-deps/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/installer/squirrelsql-installer-deps/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/installer/squirrelsql-java-version-checker/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-java-version-checker/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/installer/squirrelsql-java-version-checker/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/installer/squirrelsql-launcher/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-launcher/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/installer/squirrelsql-launcher/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/installer/squirrelsql-macosx-installer/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-macosx-installer/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/installer/squirrelsql-macosx-installer/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>installer</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/installer/squirrelsql-other-installer/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>installer</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/installer/squirrelsql-update-site/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-update-site/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/installer/squirrelsql-update-site/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>installer</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/plugins/codecompletion/pom.xml
===================================================================
--- trunk/sql12/plugins/codecompletion/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/codecompletion/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>codecompletion</artifactId>
Modified: trunk/sql12/plugins/dataimport/pom.xml
===================================================================
--- trunk/sql12/plugins/dataimport/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/dataimport/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>dataimport</artifactId>
Modified: trunk/sql12/plugins/db2/pom.xml
===================================================================
--- trunk/sql12/plugins/db2/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/db2/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
Modified: trunk/sql12/plugins/dbcopy/pom.xml
===================================================================
--- trunk/sql12/plugins/dbcopy/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/dbcopy/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,11 +3,11 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>dbcopy</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Dbcopy Plugin</name>
<description>Dbcopy Plugin</description>
Modified: trunk/sql12/plugins/dbdiff/pom.xml
===================================================================
--- trunk/sql12/plugins/dbdiff/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/dbdiff/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>dbdiff</artifactId>
Modified: trunk/sql12/plugins/derby/pom.xml
===================================================================
--- trunk/sql12/plugins/derby/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/derby/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>derby</artifactId>
Modified: trunk/sql12/plugins/editextras/pom.xml
===================================================================
--- trunk/sql12/plugins/editextras/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/editextras/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>editextras</artifactId>
Modified: trunk/sql12/plugins/example/pom.xml
===================================================================
--- trunk/sql12/plugins/example/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/example/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -54,24 +54,24 @@
<dependency>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>fw</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-sql</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>fw</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-sql</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Modified: trunk/sql12/plugins/exportconfig/pom.xml
===================================================================
--- trunk/sql12/plugins/exportconfig/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/exportconfig/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>exportconfig</artifactId>
Modified: trunk/sql12/plugins/favs/pom.xml
===================================================================
--- trunk/sql12/plugins/favs/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/favs/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>favs</artifactId>
Modified: trunk/sql12/plugins/firebird/pom.xml
===================================================================
--- trunk/sql12/plugins/firebird/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/firebird/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>firebird</artifactId>
Modified: trunk/sql12/plugins/firebirdmanager/pom.xml
===================================================================
--- trunk/sql12/plugins/firebirdmanager/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/firebirdmanager/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>firebirdmanager</artifactId>
Modified: trunk/sql12/plugins/graph/pom.xml
===================================================================
--- trunk/sql12/plugins/graph/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/graph/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>graph</artifactId>
Modified: trunk/sql12/plugins/greenplum/pom.xml
===================================================================
--- trunk/sql12/plugins/greenplum/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/greenplum/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>greenplum</artifactId>
Modified: trunk/sql12/plugins/h2/pom.xml
===================================================================
--- trunk/sql12/plugins/h2/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/h2/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>h2</artifactId>
Modified: trunk/sql12/plugins/hibernate/pom.xml
===================================================================
--- trunk/sql12/plugins/hibernate/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/hibernate/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>hibernate</artifactId>
Modified: trunk/sql12/plugins/i18n/pom.xml
===================================================================
--- trunk/sql12/plugins/i18n/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/i18n/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>i18n</artifactId>
Modified: trunk/sql12/plugins/informix/pom.xml
===================================================================
--- trunk/sql12/plugins/informix/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/informix/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>informix</artifactId>
Modified: trunk/sql12/plugins/laf/pom.xml
===================================================================
--- trunk/sql12/plugins/laf/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/laf/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -12,7 +12,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/plugins/macosx/pom.xml
===================================================================
--- trunk/sql12/plugins/macosx/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/macosx/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>macosx</artifactId>
Modified: trunk/sql12/plugins/mssql/pom.xml
===================================================================
--- trunk/sql12/plugins/mssql/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/mssql/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>mssql</artifactId>
Modified: trunk/sql12/plugins/mysql/pom.xml
===================================================================
--- trunk/sql12/plugins/mysql/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/mysql/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>mysql</artifactId>
Modified: trunk/sql12/plugins/netezza/pom.xml
===================================================================
--- trunk/sql12/plugins/netezza/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/netezza/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>netezza</artifactId>
Modified: trunk/sql12/plugins/oracle/pom.xml
===================================================================
--- trunk/sql12/plugins/oracle/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/oracle/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>oracle</artifactId>
Modified: trunk/sql12/plugins/pom.xml
===================================================================
--- trunk/sql12/plugins/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/plugins/postgres/pom.xml
===================================================================
--- trunk/sql12/plugins/postgres/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/postgres/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>postgres</artifactId>
Modified: trunk/sql12/plugins/refactoring/pom.xml
===================================================================
--- trunk/sql12/plugins/refactoring/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/refactoring/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>refactoring</artifactId>
Modified: trunk/sql12/plugins/sessionscript/pom.xml
===================================================================
--- trunk/sql12/plugins/sessionscript/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/sessionscript/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>sessionscript</artifactId>
Modified: trunk/sql12/plugins/smarttools/pom.xml
===================================================================
--- trunk/sql12/plugins/smarttools/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/smarttools/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>smarttools</artifactId>
Modified: trunk/sql12/plugins/sqlbookmark/pom.xml
===================================================================
--- trunk/sql12/plugins/sqlbookmark/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/sqlbookmark/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>sqlbookmark</artifactId>
Modified: trunk/sql12/plugins/sqlparam/pom.xml
===================================================================
--- trunk/sql12/plugins/sqlparam/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/sqlparam/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>sqlparam</artifactId>
Modified: trunk/sql12/plugins/sqlreplace/pom.xml
===================================================================
--- trunk/sql12/plugins/sqlreplace/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/sqlreplace/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>sqlreplace</artifactId>
Modified: trunk/sql12/plugins/sqlscript/pom.xml
===================================================================
--- trunk/sql12/plugins/sqlscript/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/sqlscript/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>sqlscript</artifactId>
Modified: trunk/sql12/plugins/sqlval/pom.xml
===================================================================
--- trunk/sql12/plugins/sqlval/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/sqlval/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>sqlval</artifactId>
Modified: trunk/sql12/plugins/squirrelsql-plugin-archetype/pom.xml
===================================================================
--- trunk/sql12/plugins/squirrelsql-plugin-archetype/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/squirrelsql-plugin-archetype/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -5,13 +5,13 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugin-archetype</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>SQuirreL Plugin Archetype</name>
Modified: trunk/sql12/plugins/squirrelsql-plugins-assembly-descriptor/pom.xml
===================================================================
--- trunk/sql12/plugins/squirrelsql-plugins-assembly-descriptor/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/squirrelsql-plugins-assembly-descriptor/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml
===================================================================
--- trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -58,24 +58,24 @@
<dependency>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>fw</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-sql</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>fw</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-sql</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Modified: trunk/sql12/plugins/sybase/pom.xml
===================================================================
--- trunk/sql12/plugins/sybase/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/sybase/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>sybase</artifactId>
Modified: trunk/sql12/plugins/syntax/pom.xml
===================================================================
--- trunk/sql12/plugins/syntax/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/syntax/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>syntax</artifactId>
Modified: trunk/sql12/plugins/userscript/pom.xml
===================================================================
--- trunk/sql12/plugins/userscript/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/userscript/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>userscript</artifactId>
Modified: trunk/sql12/plugins/wikiTableConfigurations/pom.xml
===================================================================
--- trunk/sql12/plugins/wikiTableConfigurations/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/plugins/wikiTableConfigurations/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -3,12 +3,12 @@
<parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
</parent>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>wikiTableConfigurations</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<name>WIKI table plugin</name>
<description>Pre defined configurations for tables of different WIKI engines</description>
<dependencies>
Modified: trunk/sql12/pom.xml
===================================================================
--- trunk/sql12/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
Modified: trunk/sql12/squirrelsql-translations/pom.xml
===================================================================
--- trunk/sql12/squirrelsql-translations/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/squirrelsql-translations/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>net.sf.squirrel-sql.translations</groupId>
Modified: trunk/sql12/web-site/pom.xml
===================================================================
--- trunk/sql12/web-site/pom.xml 2011-11-21 03:42:59 UTC (rev 6531)
+++ trunk/sql12/web-site/pom.xml 2011-11-21 12:06:43 UTC (rev 6532)
@@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|