|
From: <zep...@us...> - 2010-10-26 18:45:32
|
Revision: 420
http://flatpack.svn.sourceforge.net/flatpack/?rev=420&view=rev
Author: zepernick
Date: 2010-10-26 18:45:26 +0000 (Tue, 26 Oct 2010)
Log Message:
-----------
Added an option to over ride the table names for DATASTRUCTURE and DATAFILE. The table names can now be changed all together, or be set to lower case if so desired.
Modified Paths:
--------------
trunk/common-build/project.xml
Modified: trunk/common-build/project.xml
===================================================================
--- trunk/common-build/project.xml 2010-10-26 18:44:57 UTC (rev 419)
+++ trunk/common-build/project.xml 2010-10-26 18:45:26 UTC (rev 420)
@@ -27,7 +27,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<pomVersion>3</pomVersion>
<groupId>net.sf.flatpack</groupId>
- <currentVersion>3.2.0</currentVersion>
+ <currentVersion>3.3.0-SNAPSHOT</currentVersion>
<organization>
<name>ObjectLab Financial Ltd</name>
<url>http://www.objectlab.co.uk</url>
@@ -198,6 +198,11 @@
<versions>
<version>
+ <id>3.3.0-SNAPSHOT</id>
+ <name>3.3.0-SNAPSHOT</name>
+ <tag>3.3.0-SNAPSHOT</tag>
+ </version>
+ <version>
<id>3.2.0</id>
<name>3.2.0</name>
<tag>3.2.0</tag>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|