From 65478f17ada9df04c4c2afa734378bb50ec2bd13 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 | 14 ++++++++++++++ pom.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 66a927d..2a7c305 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,6 +1,20 @@ +Carbonado 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/ + + Carbonado change history ------------------------ +1.1-BETA11 to 1.1 (release) +------------------------------- +- Only minor comment changes. + 1.1-BETA10 to 1.1-BETA11 ------------------------------- - Fixed bug when decoding old Storable generations - new properties must be diff --git a/pom.xml b/pom.xml index 73bb74a..33bce94 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ carbonado jar Carbonado - 1.1-BETA11 + 1.1 Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology. -- cgit v1.2.3