summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>