Skip to content

Commit f8f0465

Browse files
committed
Prepare v1.1.1
1 parent 85f4fc5 commit f8f0465

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.exist-db</groupId>
1414
<artifactId>exist-function-documentation</artifactId>
15-
<version>1.2.0-SNAPSHOT</version>
15+
<version>1.1.1</version>
1616

1717
<name>XQuery Function Documentation</name>
1818
<description>XQuery Function Documentation package for eXist-db</description>

xar-assembly.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<dependency package="http://exist-db.org/apps/markdown" semver-min="0.5"/>
1919
<prepare>pre-install.xql</prepare>
2020
<changelog>
21+
<change version="1.1.1">
22+
<ul xmlns="http://www.w3.org/1999/xhtml">
23+
<li>Fixed: Removed deprecated draft map constructor for compatibility with forthcoming eXist 5.0.0-RC8</li>
24+
</ul>
25+
</change>
2126
<change version="1.1.0">
2227
<ul xmlns="http://www.w3.org/1999/xhtml">
2328
<li>Improved process:execute examples - <a href="https://github.com/eXist-db/function-documentation/pull/28">#28</a></li>

0 commit comments

Comments
 (0)