summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2012-03-04 18:39:08 +0000
committerBrian S. O'Neill <bronee@gmail.com>2012-03-04 18:39:08 +0000
commit19a4047514edca6dc5d8ee4159f5217058964254 (patch)
treefeaad507f2d8193a3188aa23848c0918b2b07f18 /pom.xml
parent8a5136a3a4101110f77d24f3090b1a7008ac97e2 (diff)
Prepare release 1.2.3
Update copyright
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index f14ec7b..d14ff3c 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.2</version>
+ <version>1.2.3</version>
<description>
Test suite for Carbonado.
</description>
@@ -65,21 +65,21 @@
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado-sleepycat-je</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado-sleepycat-db</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3</version>
<scope>test</scope>
</dependency>