From 6fb2cb0a32e142b6ae08eb316cf0ee1cdc824cd6 Mon Sep 17 00:00:00 2001
From: "Brian S. O'Neill" <bronee@gmail.com>
Date: Sat, 13 Jan 2007 21:16:15 +0000
Subject: 1.1-BETA9

---
 RELEASE-NOTES.txt | 1 +
 pom.xml           | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 7b71910..5f6379f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -5,6 +5,7 @@ Carbonado change history
 -------------------------------
 - Fixed bug in JDBC repository which caused cursor skip to skip everything.
 - Fix for getting supplied filter values when duplicate property filters exist.
+- Fixes for bugs found using FindBugs.
 
 1.1-BETA7 to 1.1-BETA8
 -------------------------------
diff --git a/pom.xml b/pom.xml
index 9d5b757..05a9eff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <artifactId>carbonado</artifactId>
   <packaging>jar</packaging>
   <name>Carbonado</name>
-  <version>1.1-BETA8</version>
+  <version>1.1-BETA9</version>
   <description>
     Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology.
   </description>
-- 
cgit v1.2.3