summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2008-05-29 15:40:53 +0000
committerBrian S. O'Neill <bronee@gmail.com>2008-05-29 15:40:53 +0000
commit6a22660e97da3c755f228e60a90a1d751d45098b (patch)
tree4f33cf78f1278d7bc0f4d5c7c8f1524fa94b9be1 /pom.xml
parent2712d569c34e8af1424220186861ea7d38da296e (diff)
Prepare beta1 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 8246d6b..5172c91 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-SNAPSHOT</version>
+ <version>1.2-BETA1</version>
<description>
Test suite for Carbonado.
</description>
@@ -65,14 +65,14 @@
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2-BETA1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado-sleepycat-je</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2-BETA1</version>
<scope>test</scope>
</dependency>