Skip to content

Commit 0767eda

Browse files
committed
Increment version for new release
1 parent cbb00ad commit 0767eda

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pom.xml

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

1414
<groupId>org.exist-db.apps</groupId>
1515
<artifactId>monex</artifactId>
16-
<version>2.0.2-SNAPSHOT</version>
16+
<version>2.0.2</version>
1717

1818
<name>Monex</name>
1919
<description>An application for monitoring, profiling and inspecting a running eXist-db instance.</description>
@@ -64,7 +64,7 @@
6464
<project.build.target>1.8</project.build.target>
6565

6666
<exist.version>5.0.0-SNAPSHOT</exist.version>
67-
<min.version>5.0.0-RC6</min.version>
67+
<min.version>5.0.0-RC8</min.version>
6868
<jackson.version>2.9.8</jackson.version>
6969
<websocket.api.version>1.1</websocket.api.version>
7070

xar-assembly.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@
177177
<li>Fixed: Installation of monex's test collection &amp; instances config files</li>
178178
</ul>
179179
</change>
180+
<change version="2.0.2">
181+
<ul xmlns="http://www.w3.org/1999/xhtml">
182+
<li>Fix console for compatibility with eXist 5</li>
183+
</ul>
184+
</change>
180185
</changelog>
181186

182187
</package>

0 commit comments

Comments
 (0)