diff --git a/pom.xml b/pom.xml
index 49c6854..226206d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
org.exist-db.apps
monex
- 2.0.3
+ 2.0.4
Monex
An application for monitoring, profiling and inspecting a running eXist-db instance.
@@ -64,7 +64,7 @@
1.8
5.0.0-SNAPSHOT
- 5.0.0-RC8
+ 5.0.0
2.9.9
1.1
diff --git a/src/main/xar-resources/details.html b/src/main/xar-resources/details.html
index c8594b3..d7e9cd8 100644
--- a/src/main/xar-resources/details.html
+++ b/src/main/xar-resources/details.html
@@ -277,12 +277,12 @@
System Information
- eXist Version: |
- |
+ Version: |
+ |
- eXist Build: |
- |
+ Build: |
+ |
Operating System: |
@@ -387,4 +387,4 @@ Recent Queries
-
\ No newline at end of file
+
diff --git a/src/main/xar-resources/index.html b/src/main/xar-resources/index.html
index 906e569..0165f91 100644
--- a/src/main/xar-resources/index.html
+++ b/src/main/xar-resources/index.html
@@ -217,12 +217,12 @@ System Information
- eXist Version: |
- |
+ Version: |
+ |
- eXist Build: |
- |
+ Build: |
+ |
Operating System: |
diff --git a/xar-assembly.xml b/xar-assembly.xml
index 1e02e8f..1146cd7 100644
--- a/xar-assembly.xml
+++ b/xar-assembly.xml
@@ -162,6 +162,21 @@
Repair for eXist 5.0.0 release
+
+
+ - Version note: Due to changes in JMX output in eXist 5.x, Monex is now split into a 1.x branch for users of eXist 4.x and the develop branch will carry Monex 2.0 releases for users of eXist 5+
+ - Improved: Monex is now built with maven
+ - Improved: Removed dependency on Jetty. Monex now uses the standard Java WebSocket API.
+ - Improved: Declared front end dependencies via npm.
+ - Removed: HipChat module
+ - Fixed: Javascript errors when loading various pages
+
+
+
+
+ - Fixed: Installation of monex's test collection & instances config files
+
+
- Version note: Due to changes in JMX output in eXist 5, Monex is now split into a 1.x branch for users of eXist 4.x and the master branch will carry Monex 2.x releases for users of eXist 5+.
@@ -187,6 +202,12 @@
- Fixed: Removed deprecated draft map constructor for compatibility with forthcoming eXist 5.0.0-RC8
+
+
+ - Fixed: Moved integration tests into the source repository - #96
+ - Fixed: Read product details from JMX output - #99
+
+