From 7a658dad523db91cb99bde9725c48319ba746ebb Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 19 Feb 2013 17:21:56 +0100 Subject: Release 0.1 --- changelog | 8 ++++++++ pom.xml | 2 +- src/main/resources/module.xml | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..7b4ba06 --- /dev/null +++ b/changelog @@ -0,0 +1,8 @@ +Release 0.1 +----------- + +- Added XMLDB.root property. Specifies the root collection in eXist that cristal should create for itself if it doesn't exist. +- Change artifact name to avoid possible clash with xmldb api jar +- Stop nullpointerexception if a missing resource was requested +- Ignore eclipse project files and set first proper version number +- getClusterContents() didn't work properly at the root Item level \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8cbcfcf..30eabd5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 cristal cristal-xmldb - 0.1-SNAPSHOT + 0.1 cristal-xmldb CRISTAL Module diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml index 33219c7..bca7113 100644 --- a/src/main/resources/module.xml +++ b/src/main/resources/module.xml @@ -1,7 +1,7 @@ - + CRISTAL XMLDB Module using eXistDB - 0.0.1-SNAPSHOT + ${version} true xmldb:exist:///db -- cgit v1.2.3