Skip to content

Commit d720de8

Browse files
authored
Merge pull request #22 from eXist-db/prepare-0.4.2
Restore package/@abbrev value
2 parents 6b881fe + f2fb5c6 commit d720de8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
#
55

66
project.name=shared-resources
7-
project.version=0.4.1
7+
project.version=0.4.2

expath-pkg.xml.tmpl

Lines changed: 1 addition & 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-db.org/apps/shared" abbrev="@project.name@" version="@project.version@" spec="1.0">
2+
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/shared" abbrev="shared" version="@project.version@" spec="1.0">
33
<title>Shared Resources: jquery, dojo, ace ...</title>
44
<xquery>
55
<namespace>http://exist-db.org/xquery/apps</namespace>

repo.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
<li>Fixed for erroneous return type from two functions in apputil module affecting package installation.</li>
5757
</ul>
5858
</change>
59+
<change version="0.4.2">
60+
<ul xmlns="http://www.w3.org/1999/xhtml">
61+
<li>Minor release to restore package/@abbrev value to prevent problems on older systems querying public-repo.</li>
62+
</ul>
63+
</change>
5964
</changelog>
6065
<deployed>2013-11-24T18:45:15.366+01:00</deployed>
6166
</repo:meta>

0 commit comments

Comments
 (0)