Skip to content

Commit 9190c96

Browse files
committed
Denote release 2.3.0
1 parent a45f503 commit 9190c96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changelog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1>
4444
Monitoring Plugin Changelog
4545
</h1>
4646

47-
<p><b>2.2.2</b> -- (tbd)</p>
47+
<p><b>2.3.0</b> -- January 19, 2022</p>
4848
<ul>
4949
<li>Requires Openfire 4.7.0</li>
5050
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/125'>Issue #125</a>] - Combining keyword and date range makes search fail</li>

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Monitors conversations and statistics of the server.</description>
77
<author>Ignite Realtime</author>
88
<version>${project.version}</version>
9-
<date>12/23/2021</date>
9+
<date>01/19/2022</date>
1010
<minServerVersion>4.7.0</minServerVersion>
1111
<minJavaVersion>1.8</minJavaVersion>
1212
<databaseKey>monitoring</databaseKey>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>org.igniterealtime.openfire.plugins</groupId>
1010
<artifactId>monitoring</artifactId>
11-
<version>2.2.2-SNAPSHOT</version>
11+
<version>2.3.0</version>
1212
<name>Monitoring Plugin</name>
1313
<description>Monitors conversations and statistics of the server.</description>
1414

0 commit comments

Comments
 (0)