Skip to content

Commit 41142b9

Browse files
committed
version 0.9.0
1 parent cb9ce5c commit 41142b9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

changelog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ <h1>
4343
Galene Plugin Changelog
4444
</h1>
4545

46-
<p><b>0.9.0</b> -- May 9, 2025</p>
46+
<p><b>0.9.0</b> -- May 13, 2025</p>
4747
<ul>
4848
<li>Update Galene code to 0.97</li>
49-
<li>Breaking changes. Custom web client no more supported. Use galene web client direct from / (root) via proxy</li>
49+
<li>Breaking changes. Custom web client no more supported. Use vanilla galene web client direct from / (root) via proxy</li>
5050
</ul>
5151

5252
<p><b>0.8.1</b> -- September 12, 2024</p>

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>${project.description}</description>
77
<version>${project.version}</version>
88
<licenseType>Apache 2.0</licenseType>
9-
<date>2025-05-09</date>
9+
<date>2025-05-13</date>
1010
<minServerVersion>4.8.0</minServerVersion>
1111

1212
<adminconsole>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.igniterealtime.openfire</groupId>
1414
<artifactId>galene</artifactId>
15-
<version>0.9.0-SNAPSHOT</version>
15+
<version>0.9.0</version>
1616

1717
<properties>
1818
</properties>

0 commit comments

Comments
 (0)