Skip to content

Commit 4be2449

Browse files
committed
bump version
1 parent fadd1d8 commit 4be2449

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

expath-pkg.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<package xmlns="http://expath.org/ns/pkg" name="http://exist.jmmc.fr/jmmc-resources" abbrev="jmmc-resources" version="0.46.1" spec="1.0">
2+
<package xmlns="http://expath.org/ns/pkg" name="http://exist.jmmc.fr/jmmc-resources" abbrev="jmmc-resources" version="0.47.0" spec="1.0">
33
<title>JMMC Commons module</title>
44
<dependency processor="http://exist-db.org" semver-min="6.0.0"/>
55
<!--
@@ -65,6 +65,10 @@
6565
<namespace>http://exist.jmmc.fr/jmmc-resources/web</namespace>
6666
<file>jmmc-web.xql</file>
6767
</xquery>
68+
<xquery>
69+
<namespace>http://exist.jmmc.fr/jmmc-resources/ws</namespace>
70+
<file>jmmc-ws.xql</file>
71+
</xquery>
6872
<xquery>
6973
<namespace>http://exist.jmmc.fr/jmmc-resources/xml</namespace>
7074
<file>jmmc-xml.xql</file>

repo.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
<prepare/>
1212
<finish>post-install.xql</finish>
1313
<changelog>
14+
<change version="0.47.0">
15+
<ul xmlns="">
16+
<li>jmmc-tap : tap-adql-query() use optional votable-name with priority if provided.</li>
17+
<li>New module jmmc-ws : function wrapper to call JMMC webservices.</li>
18+
</ul>
19+
</change>
1420
<change version="0.46.1">
1521
<ul xmlns="">
1622
<li>jmmc-tap : tap-adql-query() support optional votable-name for tap-upload.</li>

0 commit comments

Comments
 (0)