We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0dc52 commit f177b20Copy full SHA for f177b20
build.properties
@@ -4,4 +4,4 @@
4
#
5
6
project.name=public-repo
7
-project.version=2.1.2
+project.version=2.2.0
repo.xml
@@ -12,6 +12,11 @@
12
<finish>post-install.xq</finish>
13
<permissions password="repo" user="repo" group="repo" mode="rwxr-xr-x"/>
14
<changelog>
15
+ <change version="2.2.0">
16
+ <ul xmlns="http://www.w3.org/1999/xhtml">
17
+ <li>New: Add support for EXPath Package SemVer templates - <a href="https://github.com/eXist-db/public-repo/pull/79">#79</a></li>
18
+ </ul>
19
+ </change>
20
<change version="2.1.2">
21
<ul xmlns="http://www.w3.org/1999/xhtml">
22
<li>Fix: Reinstate support for eXist 4.x build process - <a href="https://github.com/eXist-db/public-repo/pull/78">#78</a></li>
0 commit comments