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
commit65478f17ada9df04c4c2afa734378bb50ec2bd13 (patch)
treebb7e1f3a07c01ad71958334175fcabaa1396ad20
parent49f805b69831fbcf9078e42e74ecf0f1752fe129 (diff)
1.1 release.
-rw-r--r--RELEASE-NOTES.txt14
-rw-r--r--pom.xml2
2 files changed, 15 insertions, 1 deletions
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 @@
<artifactId>carbonado</artifactId>
<packaging>jar</packaging>
<name>Carbonado</name>
- <version>1.1-BETA11</version>
+ <version>1.1</version>
<description>
Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology.
</description>