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
commit6513a04b24db5d2e7fc2b62ecadb8a2becedffc4 (patch)
tree96eb0ccc199f262dd694b11b320ee0837e753316 /pom.xml
parent97f8dc3a8d4267a109d96064b851b9c6959fa449 (diff)
Fixed bug when filtering against negative floating point values.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index bfef69e..8656dcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<artifactId>carbonado-test-suite</artifactId>
<packaging>jar</packaging>
<name>CarbonadoTestSuite</name>
- <version>1.1-BETA9</version>
+ <version>1.1-BETA10</version>
<description>
Test suite for Carbonado.
</description>
@@ -65,7 +65,7 @@
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado</artifactId>
- <version>1.1-BETA9</version>
+ <version>1.1-BETA10</version>
<scope>test</scope>
</dependency>