From: SVN by r. <sv...@ca...> - 2007-10-09 09:33:45
|
Author: rotman Date: 2007-10-09 11:32:41 +0200 (Tue, 09 Oct 2007) New Revision: 182 Modified: pom.xml Log: Ensure that future commits won't be accidentally committed into 0.3 version ;) Modified: pom.xml =================================================================== --- pom.xml 2007-10-09 09:16:28 UTC (rev 181) +++ pom.xml 2007-10-09 09:32:41 UTC (rev 182) @@ -19,7 +19,7 @@ <groupId>nl.improved</groupId> <artifactId>sqlshell</artifactId> <packaging>jar</packaging> - <version>0.3</version> + <version>0.4-SNAPSHOT</version> <name>SQLShell ~ the improved sqlclient</name> <url>http://sqlshell.sourceforge.org</url> <build> |