summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-01-28 21:25:21 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-01-28 21:25:21 +0000
commit27483a11b591e9aa02a7efdbcc8bb8cabe040b1e (patch)
treeb83098847f1cf393d6a5f00a40efe78ce3b82b75 /pom.xml
parent975fd9fec74313f52007ebb264a03ec68d33448d (diff)
Fixed bug when filtering against negative floating point values.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6af176f..6dd7224 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>