summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-03-28 22:00:24 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-03-28 22:00:24 +0000
commitcd3aadc9a18c7a3f13dde27b11a29c33574ce61d (patch)
tree6f95117a40a9c993d3d6edf2f906de4fd3c93a6d /pom.xml
parentd67489ec04b7ef81e5f49995dd74c95b1b1b743c (diff)
Merged 1.2-dev to trunk.
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 522c22e..5a476dc 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</version>
+ <version>1.2-SNAPSHOT</version>
<description>
Test suite for Carbonado.
</description>
@@ -65,14 +65,14 @@
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado</artifactId>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado-sleepycat-je</artifactId>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>