summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-03-27 15:57:08 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-03-27 15:57:08 +0000
commitd67489ec04b7ef81e5f49995dd74c95b1b1b743c (patch)
tree5ebad09dab3f1db4d808a1ae798afdd68ff0e59e
parent50f636c9cef331e0d002e683306e3b8d67f162d1 (diff)
1.1 release.
-rw-r--r--RELEASE-NOTES.txt12
-rw-r--r--pom.xml6
2 files changed, 15 insertions, 3 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
new file mode 100644
index 0000000..a2198ae
--- /dev/null
+++ b/RELEASE-NOTES.txt
@@ -0,0 +1,12 @@
+CarbonadoTestSuite version 1.1
+------------------------------
+
+Carbonado is an extensible, high performance persistence abstraction layer for
+Java applications with a relational view to the underlying persistence
+technology.
+
+http://carbonado.sourceforge.net/
+
+The CarbonadoTestSuite project encapsulates all the tests for Carbonado. The
+Carbonado project itself does not contain any tests.
+
diff --git a/pom.xml b/pom.xml
index b89ec04..522c22e 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-BETA11</version>
+ <version>1.1</version>
<description>
Test suite for Carbonado.
</description>
@@ -65,14 +65,14 @@
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado</artifactId>
- <version>1.1-BETA11</version>
+ <version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazon.carbonado</groupId>
<artifactId>carbonado-sleepycat-je</artifactId>
- <version>1.1-BETA11</version>
+ <version>1.1</version>
<scope>test</scope>
</dependency>