Skip to content

Commit 9ff97c3

Browse files
committed
Prepare release of v1.1.2
1 parent 614f19a commit 9ff97c3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
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.2</version>
1616

1717
<name>XQuery Function Documentation</name>
1818
<description>XQuery Function Documentation package for eXist-db</description>
@@ -48,10 +48,10 @@
4848
<project.build.source>1.8</project.build.source>
4949
<project.build.target>1.8</project.build.target>
5050

51-
<exist.version>4.0.0</exist.version>
51+
<exist.version>5.3.0</exist.version>
5252

5353
<package-name>http://exist-db.org/apps/fundocs</package-name>
54-
<package-abbrev>fundocs</package-abbrev> <!-- override the default which is artifactId :-/ -->
54+
<package-abbrev>fundocs</package-abbrev> <!-- override the default which is artifactId :-/ -->
5555
</properties>
5656

5757
<reporting>

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.2">
22+
<ul xmlns="http://www.w3.org/1999/xhtml">
23+
<li>New: Implementation-specific notes about fn:xml-to-json</li>
24+
</ul>
25+
</change>
2126
<change version="1.1.1">
2227
<ul xmlns="http://www.w3.org/1999/xhtml">
2328
<li>Fixed: Removed deprecated draft map constructor for compatibility with forthcoming eXist 5.0.0-RC8</li>

0 commit comments

Comments
 (0)