Skip to content

Commit

Permalink
Sunset this app by limiting it to eXist 4.x
Browse files Browse the repository at this point in the history
- Prepare v1.1.1
- See eXist-db/existdb-dashboard#15
  • Loading branch information
joewiz committed Mar 24, 2019
1 parent 332506d commit eb7e8eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project default="all" name="dashboard">
<property name="project.version" value="1.1.0"/>
<property name="project.version" value="1.1.1"/>
<property name="project.app" value="dashboard"/>
<property name="dependency.shared.version" value="0.6.0"/>
<property name="dependency.shared.version" value="0.8.2"/>
<property name="build.dir" value="build"/>
<property name="webdriver.dir" value="dashboard-webdriver"/>
<property name="server.url" value="http://demo.exist-db.org/exist/apps/public-repo/public/"/>
Expand Down
2 changes: 1 addition & 1 deletion expath-pkg.xml.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/dashboard" abbrev="dashboard" version="@project.version@" spec="1.0">
<title>Dashboard</title>
<dependency processor="http://exist-db.org" semver-min="3.7.0-SNAPSHOT"/>
<dependency processor="http://exist-db.org" semver-max="4.99.0"/>
<dependency package="http://exist-db.org/apps/shared" semver-min="@dependency.shared.version@"/>
<dependency package="http://exist-db.org/apps/usermanager"/>
</package>
5 changes: 5 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<li>Fixed: Removed "Remember me" checkbox from login dialog to workaround problem - <a href="https://github.com/eXist-db/dashboard/pull/64">#64</a></li>
</ul>
</change>
<change version="1.1.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Sunset the original Dashboard by limiting it to eXist 4.x - <a href="https://github.com/eXist-db/existdb-dashboard/issues/15">#15</a></li>
</ul>
</change>
</changelog>
<deployed>2013-07-06T19:48:05.794+02:00</deployed>
</meta>

0 comments on commit eb7e8eb

Please sign in to comment.