Skip to content

Commit

Permalink
Account for semver.xq’s dependency on eXist 4.7.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Oct 9, 2019
1 parent 2d90b66 commit 3401c03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#

project.name=public-repo
project.version=1.0.1
project.version=1.0.2
4 changes: 2 additions & 2 deletions expath-pkg.xml.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/public-repo" abbrev="@project.name@" version="@project.version@" spec="1.0">
<title>eXist-db Public Application Repository</title>
<dependency processor="http://exist-db.org" semver-min="3.5.0"/>
<dependency package="http://expath.org/ns/crypto" semver-min="0.5"/>
<dependency processor="http://exist-db.org" semver-min="4.7.0"/>
<dependency package="http://expath.org/ns/crypto" semver-min="0.7"/>
<dependency package="http://exist-db.org/xquery/semver-xq" semver-min="2.2.1"/>
</package>
5 changes: 5 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<finish>post-install.xql</finish>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="repo" user="repo" group="repo" mode="rw-rw-r--"/>
<changelog>
<change version="1.0.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Dependency on semver.xq library actually imposed a new requirement on eXist 4.7.0+</li>
</ul>
</change>
<change version="1.0.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Sorting of app versions</li>
Expand Down

0 comments on commit 3401c03

Please sign in to comment.