Skip to content

Commit 000e1f4

Browse files
committed
Move dependency versions into pom.xml
And adopt latest versions of shared-resources and markdown packages
1 parent b6fb8db commit 000e1f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<project.build.target>1.8</project.build.target>
5050

5151
<exist.version>5.3.0-SNAPSHOT</exist.version>
52+
<markdown.version>0.6</markdown.version>
53+
<shared-resources.version>0.9.1</shared-resources.version>
5254

5355
<package-name>http://exist-db.org/apps/fundocs</package-name>
5456
<package-abbrev>fundocs</package-abbrev> <!-- override the default which is artifactId :-/ -->

xar-assembly.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<category id="apps">Applications</category>
1515
<category id="doc">Documentation</category>
1616
<dependency processor="http://exist-db.org" semver-min="${exist.version}"/>
17-
<dependency package="http://exist-db.org/apps/shared" semver-min="0.4.0"/>
18-
<dependency package="http://exist-db.org/apps/markdown" semver-min="0.5"/>
17+
<dependency package="http://exist-db.org/apps/shared" semver-min="${shared-resources.version}"/>
18+
<dependency package="http://exist-db.org/apps/markdown" semver-min="${markdown.version}"/>
1919
<prepare>pre-install.xql</prepare>
2020
<changelog>
2121
<change version="1.1.2">

0 commit comments

Comments
 (0)