We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent a343825 commit 80a006cCopy full SHA for 80a006c
build.properties
@@ -4,4 +4,4 @@
4
#
5
6
project.name=public-repo
7
-project.version=3.0.1
+project.version=3.0.2
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="3.0.2">
16
+ <ul xmlns="http://www.w3.org/1999/xhtml">
17
+ <li>Fixed: Package ordering - <a href="https://github.com/eXist-db/public-repo/pull/85">#85</a></li>
18
+ </ul>
19
+ </change>
20
<change version="3.0.1">
21
<ul xmlns="http://www.w3.org/1999/xhtml">
22
<li>Fixed: Packages w/o explicit eXist dependency are presumed compatible with eXist >=2.2.0 - <a href="https://github.com/eXist-db/public-repo/pull/82">#82</a></li>
0 commit comments