Skip to content

Commit 1ec3327

Browse files
authored
Merge pull request #1199 from dizzzz/prepare/release-6.1.7
[ignore] prepare v6.1.7
2 parents 7c501df + 3b300b4 commit 1ec3327

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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-documentation</artifactId>
15-
<version>6.1.7-SNAPSHOT</version>
15+
<version>6.1.7</version>
1616

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

xar-assembly.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
<dependency package="http://exist-db.org/html-templating" semver-min="${templating.version}"/>
1818
<prepare>pre-install.xql</prepare>
1919
<changelog>
20+
<change xmlns="http://exist-db.org/xquery/repo" version="6.1.7">
21+
<ul xmlns="http://www.w3.org/1999/xhtml">
22+
<li>Update basic-installation - <a href="https://github.com/eXist-db/documentation/pull/1088">#1088</a> - by @dizzzz</li>
23+
<li>Describe how to enable RESTXQ - <a href="https://github.com/eXist-db/documentation/pull/1195">#1195</a> - by @joewiz and @dizzzz</li>
24+
</ul>
25+
</change>
2026
<change xmlns="http://exist-db.org/xquery/repo" version="6.1.2">
2127
<ul xmlns="http://www.w3.org/1999/xhtml">
2228
<li>layout fixes - <a href="https://github.com/eXist-db/documentation/pull/1058">#1058</a> - by @line-o</li>

0 commit comments

Comments
 (0)