<attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/slf4j-api-1.6.1-javadoc.jar!/"/>\r
</attributes>\r
</classpathentry>\r
- <classpathentry kind="lib" path="ext/hsqldb-2.2.4.jar"/>\r
<classpathentry kind="lib" path="ext/derby-10.8.1.2.jar"/>\r
<classpathentry kind="lib" path="ext/mysql-connector-java-5.1.15.jar"/>\r
- <classpathentry kind="lib" path="ext/h2-1.3.159.jar" sourcepath="ext/h2-1.3.159-sources.jar">\r
- <attributes>\r
- <attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/h2-1.3.159-javadoc.jar!/"/>\r
- </attributes>\r
- </classpathentry>\r
<classpathentry kind="lib" path="ext/postgresql-9.0-801.jdbc4.jar"/>\r
<classpathentry kind="lib" path="ext/commons-dbcp-1.4.jar" sourcepath="C:/Users/James Moger/.m2/repository/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4-sources.jar"/>\r
<classpathentry kind="lib" path="ext/commons-pool-1.5.6.jar" sourcepath="ext/commons-pool-1.5.6-sources.jar">\r
<attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/commons-pool-1.5.6-javadoc.jar!/"/>\r
</attributes>\r
</classpathentry>\r
+ <classpathentry kind="lib" path="ext/h2-1.3.162.jar" sourcepath="ext/h2-1.3.162-sources.jar">\r
+ <attributes>\r
+ <attribute name="javadoc_location" value="jar:platform:/resource/iciql/ext/h2-1.3.162-javadoc.jar!/"/>\r
+ </attributes>\r
+ </classpathentry>\r
+ <classpathentry kind="lib" path="ext/hsqldb-2.2.6.jar"/>\r
<classpathentry kind="output" path="bin"/>\r
</classpath>\r
type="java.lang.String"
transient="false"
volatile="false"
- value=""0.7.1""
+ value=""0.7.2-SNAPSHOT""
static="true"
final="true"
deprecated="not deprecated"
type="java.lang.String"
transient="false"
volatile="false"
- value=""2011-08-31""
+ value=""PENDING""
static="true"
final="true"
deprecated="not deprecated"
</table>\r
\r
### Supported Databases (Unit-Tested)\r
-- [H2](http://h2database.com) 1.3.159\r
-- [HSQLDB](http://hsqldb.org) 2.2.4 \r
+- [H2](http://h2database.com) 1.3.162\r
+- [HSQLDB](http://hsqldb.org) 2.2.6 \r
- [Derby](http://db.apache.org/derby) 10.7.1.1 & 10.8.1.2\r
- [MySQL](http://mysql.com) 5.0.51b\r
- [PostgreSQL](http://postgresql.org) 9.0\r
**%VERSION%** ([zip](http://code.google.com/p/iciql/downloads/detail?name=%ZIP%)|[jar](http://code.google.com/p/iciql/downloads/detail?name=%JAR%)) *released %BUILDDATE%*\r
\r
- generated models are now serializable with a default serial version id of 1\r
+- Updated to H2 1.3.162\r
+- Updated to HSQL 2.2.6 (100% unit test pass now that [this bug](https://sourceforge.net/tracker/?func=detail&aid=3390047&group_id=23316&atid=378131) was fixed)\r
\r
### Older Releases\r
\r
\r
// The build script extracts this exact line so be careful editing it\r
// and only use A-Z a-z 0-9 .-_ in the string.\r
- public static final String VERSION = "0.7.2-SNAPSHOT";\r
+ public static final String VERSION = "0.7.2";\r
\r
// The build script extracts this exact line so be careful editing it\r
// and only use A-Z a-z 0-9 .-_ in the string.\r
- public static final String VERSION_DATE = "PENDING";\r
+ public static final String VERSION_DATE = "2011-11-30";\r
\r
// The build script extracts this exact line so be careful editing it\r
// and only use A-Z a-z 0-9 .-_ in the string.\r
"219a3540f3b27d7cc3b1d91d6ea046cd8723290e", "0bb50eec177acf0e94d58e0cf07262fe5164331d",\r
"c7adc475ca40c288c93054e0f4fe58f3a98c0cb5");\r
\r
- public static final MavenObject H2 = new MavenObject("com/h2database", "h2", "1.3.159",\r
- "dd89f939661eb5593909584e1c243db0c25de130", "4d953bf765e8a13c7e06ca51165438338966c698",\r
- "4c79ed03f994820a1a873150c8a9f13c667784d3");\r
+ public static final MavenObject H2 = new MavenObject("com/h2database", "h2", "1.3.162",\r
+ "fb381c2cb2805c7135cde33045955fb6e6fa94fd", "ea37eef7637816ef89b25608704d232f763d3875",\r
+ "7e4a113fa18ce5016e95e8ff319561f39d2b0f5a");\r
\r
- public static final MavenObject HSQLDB = new MavenObject("org/hsqldb", "hsqldb", "2.2.4",\r
- "6a6e040b07f5ee409fc825f1c5e5b574b1fa1428", "", "");\r
+ public static final MavenObject HSQLDB = new MavenObject("org/hsqldb", "hsqldb", "2.2.6",\r
+ "cf35e8222e4af7aa9d7423b6c1f7a68b6d543867", "", "");\r
\r
public static final MavenObject DERBY = new MavenObject("org/apache/derby", "derby", "10.8.1.2",\r
"2f8717d96eafe3eef3de445ba653f142d54ddab1", "", "");\r