Skip to content

Commit

Permalink
Require eXist 5.3.0: markdown 0.7.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Jan 27, 2022
1 parent 79702c1 commit 7949825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<project.build.source>1.8</project.build.source>
<project.build.target>1.8</project.build.target>

<exist.version>5.0.0</exist.version>
<exist.version>5.3.0</exist.version>

<!-- used in the EXPath Package Descriptor -->
<package-name>http://exist-db.org/apps/wiki</package-name>
Expand Down
2 changes: 1 addition & 1 deletion xar-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency processor="http://exist-db.org" semver-min="${exist.version}"/>
<dependency package="http://exist-db.org/apps/shared"/>
<dependency package="http://exist-db.org/html-templating"/>
<dependency package="http://exist-db.org/apps/markdown" semver-min="0.2"/>
<dependency package="http://exist-db.org/apps/markdown" semver-min="0.7.1"/>

<target>wiki</target>
<permissions user="editor" password="editor" group="biblio.users" mode="0664"/>
Expand Down

0 comments on commit 7949825

Please sign in to comment.