Skip to content

Commit 7cc185d

Browse files
authored
Merge pull request #157 from line-o/master
prepare release
2 parents cdf3318 + 44193eb commit 7cc185d

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monex",
3-
"version": "3.0.3-SNAPSHOT",
3+
"version": "3.0.3",
44
"description": "Monitoring Application for eXist-db",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.exist-db.apps</groupId>
1414
<artifactId>monex</artifactId>
15-
<version>3.0.3-SNAPSHOT</version>
15+
<version>3.0.3</version>
1616

1717
<name>Monex</name>
1818
<description>An application for monitoring, profiling and inspecting a running eXist-db instance.</description>
@@ -35,7 +35,7 @@
3535
<url>https://github.com/eXist-db/monex.git</url>
3636
<connection>scm:git:https://github.com/eXist-db/monex.git</connection>
3737
<developerConnection>scm:git:https://github.com/eXist-db/monex.git</developerConnection>
38-
<tag>HEAD</tag>
38+
<tag>v3.0.3</tag>
3939
</scm>
4040

4141
<issueManagement>

xar-assembly.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,15 @@
231231
<li>Updated: Aligned Jackson dependency with eXist 5.2.0.</li>
232232
</ul>
233233
</change>
234+
<change version="3.0.3">
235+
<ul xmlns="http://www.w3.org/1999/xhtml">
236+
<li>Important: Due to an internal API change this version is compatible with exist db versions 5.3.0-SNAPSHOT and latter</li>
237+
<li>Fix yank on collapsing opening sidebar</li>
238+
<li>Update AdminLTE theme to version 2.4.18</li>
239+
<li>Replace ACE edior with prismjs for highlighting code</li>
240+
<li>Replace dependency on shared-resources package with new templating only library</li>
241+
</ul>
242+
</change>
234243
</changelog>
235244

236245
</package>

0 commit comments

Comments
 (0)