Skip to content

Commit 1d155ed

Browse files
committed
Denote release 1.8.1
1 parent cc5b5d0 commit 1d155ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1>
4444
REST API Plugin Changelog
4545
</h1>
4646

47-
<p><b>1.8.1</b> ???</p>
47+
<p><b>1.8.1</b> June 23, 2022</p>
4848
<ul>
4949
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/108'>#108</a>] - On existence (HEAD) check, do not log absence of entity verbosely.</li>
5050
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/105'>#105</a>] - New endpoints for bulk operations on MUC room affiliations.</li>

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Allows administration over a RESTful API.</description>
77
<author>Roman Soldatow</author>
88
<version>${project.version}</version>
9-
<date>2022-06-22</date>
9+
<date>2022-06-23</date>
1010
<minServerVersion>4.7.0</minServerVersion>
1111
<adminconsole>
1212
<tab id="tab-server">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>org.igniterealtime.openfire.plugins</groupId>
1010
<artifactId>restAPI</artifactId>
11-
<version>1.8.1-SNAPSHOT</version>
11+
<version>1.8.1</version>
1212
<name>REST API Plugin</name>
1313
<description>Allows administration over a RESTful API.</description>
1414
<licenses>

0 commit comments

Comments
 (0)