Skip to content

Commit 72e88a4

Browse files
committed
prep release
increase eXist and shared min version
1 parent 5113b62 commit 72e88a4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<project.build.source>1.8</project.build.source>
4949
<project.build.target>1.8</project.build.target>
5050

51-
<exist.version>4.5.0</exist.version>
51+
<exist.version>4.6.0</exist.version>
5252

5353
<package-name>http://exist-db.org/apps/doc</package-name>
5454
</properties>

xar-assembly.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,20 @@
1414
<category id="apps">Applications</category>
1515
<category id="doc">Documentation</category>
1616
<dependency processor="http://exist-db.org" semver-min="${exist.version}"/>
17-
<dependency package="http://exist-db.org/apps/shared" semver-min="0.4.2"/>
17+
<dependency package="http://exist-db.org/apps/shared" semver-min="0.8.0"/>
1818
<prepare>pre-install.xql</prepare>
1919
<note>Note for users of eXist 2.x: When upgrading, please make sure you also updated the shared-resources package to > 0.4.0.</note>
2020
<changelog>
21+
<change version="4.1.0">
22+
<ul xmlns="http://www.w3.org/1999/xhtml">
23+
<li>advanced-installation: new instructions for unattended installation</li>
24+
<li>incompatibilities: add long-jump upgrade instructions</li>
25+
<li>production-good-practices: add parser description</li>
26+
<li>integration-testing: new article about best practices for testing exist-db apps</li>
27+
<li>testing: new article introducing various approaches to automated code tests</li>
28+
<li>app updates and code changes</li>
29+
</ul>
30+
</change>
2131
<change version="4.0.4">
2232
<ul xmlns="http://www.w3.org/1999/xhtml">
2333
<li>more emphatically support openJDK</li>

0 commit comments

Comments
 (0)