summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-02-02 16:26:22 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-02-02 16:26:22 +0000
commit85b9fcbd273784f1daf47471118c07486e0d38d1 (patch)
tree67abf7e4c68da7bd04641bec0aec0973e9a4846c
parent7bbd2669edfb3bd9c439e70609ddf52a661bc25f (diff)
Dev version now 1.1-BETA11
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 8656dcb..0f9057c 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-BETA10</version>
+ <version>1.1-BETA11</version>
<description>
Test suite for Carbonado.
</description>
@@ -65,7 +65,7 @@
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado</artifactId>
- <version>1.1-BETA10</version>
+ <version>1.1-BETA11</version>
<scope>test</scope>
</dependency>