From d67489ec04b7ef81e5f49995dd74c95b1b1b743c Mon Sep 17 00:00:00 2001 From: "Brian S. O'Neill" Date: Tue, 27 Mar 2007 15:57:08 +0000 Subject: 1.1 release. --- RELEASE-NOTES.txt | 12 ++++++++++++ pom.xml | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 RELEASE-NOTES.txt 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 @@ carbonado-test-suite jar CarbonadoTestSuite - 1.1-BETA11 + 1.1 Test suite for Carbonado. @@ -65,14 +65,14 @@ com.amazon.carbonado carbonado - 1.1-BETA11 + 1.1 test com.amazon.carbonado carbonado-sleepycat-je - 1.1-BETA11 + 1.1 test -- cgit v1.2.3