Skip to content

Commit 3166ec3

Browse files
committed
Require Openfire 5.0.0-beta (rather than alpha)
5.0.0-beta is close to what the actual release will be, and has some interesting improvements over the alpha. This plugin should build against 5.0.0-beta or later, not 5.0.0-alpha (as that misses some important changes).
1 parent 247e660 commit 3166ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin.xml

Lines changed: 1 addition & 1 deletion
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>2025-01-19</date>
9+
<date>2025-06-11</date>
1010
<minServerVersion>5.0.0</minServerVersion>
1111
<databaseKey>monitoring</databaseKey>
1212
<databaseVersion>9</databaseVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>plugins</artifactId>
66
<groupId>org.igniterealtime.openfire</groupId>
7-
<version>5.0.0-alpha</version>
7+
<version>5.0.0-beta</version>
88
</parent>
99
<groupId>org.igniterealtime.openfire.plugins</groupId>
1010
<artifactId>monitoring</artifactId>

0 commit comments

Comments
 (0)