summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2009-11-08 17:08:44 +0000
committerBrian S. O'Neill <bronee@gmail.com>2009-11-08 17:08:44 +0000
commit0eb44c8178cc8e870208f82846418f011be2dfe7 (patch)
tree53c15e0da7a7197f4fbaf62d71f0c81ca50e9324 /pom.xml
parentfbf78d529ad0469494cd3b7b459ceef320e046ec (diff)
Prepare 1.2.1 release.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4069536..8c99eb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<artifactId>carbonado-test-suite</artifactId>
<packaging>jar</packaging>
<name>CarbonadoTestSuite</name>
- <version>1.2</version>
+ <version>1.2.1</version>
<description>
Test suite for Carbonado.
</description>
@@ -65,14 +65,14 @@
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado</artifactId>
- <version>1.2</version>
+ <version>1.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado-sleepycat-je</artifactId>
- <version>1.2</version>
+ <version>1.2.1</version>
<scope>test</scope>
</dependency>