diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-01-28 21:25:21 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-01-28 21:25:21 +0000 |
commit | 27483a11b591e9aa02a7efdbcc8bb8cabe040b1e (patch) | |
tree | b83098847f1cf393d6a5f00a40efe78ce3b82b75 /pom.xml | |
parent | 975fd9fec74313f52007ebb264a03ec68d33448d (diff) |
Fixed bug when filtering against negative floating point values.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ <artifactId>carbonado</artifactId>
<packaging>jar</packaging>
<name>Carbonado</name>
- <version>1.1-BETA9</version>
+ <version>1.1-BETA10</version>
<description>
Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology.
</description>
@@ -85,6 +85,7 @@ <name>Doug Treder</name>
<organization>Amazon Technologies, Inc.</organization>
</developer>
+
<developer>
<name>Tom Keller</name>
<organization>Amazon Technologies, Inc.</organization>
|