|
From: SVN by r. <sv...@ca...> - 2009-02-20 20:54:02
|
Author: roy
Date: 2009-02-20 21:53:57 +0100 (Fri, 20 Feb 2009)
New Revision: 377
Modified:
ChangeLog
makejars.sh
pom.xml
Log:
0.6.2 mainenance release
Modified: ChangeLog
===================================================================
--- ChangeLog 2009-02-20 20:46:47 UTC (rev 376)
+++ ChangeLog 2009-02-20 20:53:57 UTC (rev 377)
@@ -1,4 +1,4 @@
-0.7
+0.6.2 (2009-02-20)
* Commandline input support
* -engine option to switch between charva (default) and jcurses
* Paged command output (no longer out of memory exceptions with large
Modified: makejars.sh
===================================================================
--- makejars.sh 2009-02-20 20:46:47 UTC (rev 376)
+++ makejars.sh 2009-02-20 20:53:57 UTC (rev 377)
@@ -1,6 +1,6 @@
#!/bin/bash
PROJECT=sqlshell
-VERSION=0.7
+VERSION=0.6.2
#cleanup
rm -Rf release
Modified: pom.xml
===================================================================
--- pom.xml 2009-02-20 20:46:47 UTC (rev 376)
+++ pom.xml 2009-02-20 20:53:57 UTC (rev 377)
@@ -19,7 +19,7 @@
<groupId>nl.improved</groupId>
<artifactId>sqlshell</artifactId>
<packaging>jar</packaging>
- <version>0.7-SNAPSHOT</version>
+ <version>0.6.2</version>
<name>SQLShell ~ the improved sqlclient</name>
<url>http://sqlshell.sourceforge.org</url>
<build>
|