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 | 6513a04b24db5d2e7fc2b62ecadb8a2becedffc4 (patch) | |
| tree | 96eb0ccc199f262dd694b11b320ee0837e753316 /pom.xml | |
| parent | 97f8dc3a8d4267a109d96064b851b9c6959fa449 (diff) | |
Fixed bug when filtering against negative floating point values.
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>
|
