Skip to content

Commit

Permalink
Merge pull request #157 from line-o/master
Browse files Browse the repository at this point in the history
prepare release
  • Loading branch information
wolfgangmm authored Jun 20, 2021
2 parents cdf3318 + 44193eb commit 7cc185d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monex",
"version": "3.0.3-SNAPSHOT",
"version": "3.0.3",
"description": "Monitoring Application for eXist-db",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.exist-db.apps</groupId>
<artifactId>monex</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>

<name>Monex</name>
<description>An application for monitoring, profiling and inspecting a running eXist-db instance.</description>
Expand All @@ -35,7 +35,7 @@
<url>https://github.com/eXist-db/monex.git</url>
<connection>scm:git:https://github.com/eXist-db/monex.git</connection>
<developerConnection>scm:git:https://github.com/eXist-db/monex.git</developerConnection>
<tag>HEAD</tag>
<tag>v3.0.3</tag>
</scm>

<issueManagement>
Expand Down
9 changes: 9 additions & 0 deletions xar-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,15 @@
<li>Updated: Aligned Jackson dependency with eXist 5.2.0.</li>
</ul>
</change>
<change version="3.0.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Important: Due to an internal API change this version is compatible with exist db versions 5.3.0-SNAPSHOT and latter</li>
<li>Fix yank on collapsing opening sidebar</li>
<li>Update AdminLTE theme to version 2.4.18</li>
<li>Replace ACE edior with prismjs for highlighting code</li>
<li>Replace dependency on shared-resources package with new templating only library</li>
</ul>
</change>
</changelog>

</package>

0 comments on commit 7cc185d

Please sign in to comment.