diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-02-19 17:21:56 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-02-19 17:21:56 +0100 |
| commit | 7a658dad523db91cb99bde9725c48319ba746ebb (patch) | |
| tree | fe5a8d6dce9aa1295f0e96ce0cbd6a3b1fd07b66 | |
| parent | 44dfa449789df7a85b7687f29a3b123ed9d01cce (diff) | |
Release 0.1
| -rw-r--r-- | changelog | 8 | ||||
| -rw-r--r-- | pom.xml | 2 | ||||
| -rw-r--r-- | src/main/resources/module.xml | 4 |
3 files changed, 11 insertions, 3 deletions
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 @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion>
<groupId>cristal</groupId>
<artifactId>cristal-xmldb</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<name>cristal-xmldb</name>
<description>CRISTAL Module</description>
<build>
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 @@ -<CristalModule ns="xmldb" name="xmldb">
+<CristalModule ns="xmldb" name="CristalXMLDB">
<Info>
<Description>CRISTAL XMLDB Module using eXistDB</Description>
- <Version>0.0.1-SNAPSHOT</Version>
+ <Version>${version}</Version>
</Info>
<Config name="Module.debug">true</Config>
<Config name="XMLDB.URI">xmldb:exist:///db</Config>
|
