Skip to content

Commit 8b59540

Browse files
committed
Denote release v1.10.1
1 parent a990316 commit 8b59540

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.10.1</b> (tbd)</p>
47+
<p><b>1.10.1</b> November 9, 2022</p>
4848
<ul>
4949
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/159'>#159</a>] - Fix issues with duplicated MUC room affiliations</li>
5050
</ul>

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-11-01</date>
9+
<date>2022-11-09</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.10.1-SNAPSHOT</version>
11+
<version>1.10.1</version>
1212
<name>REST API Plugin</name>
1313
<description>Allows administration over a RESTful API.</description>
1414
<licenses>

0 commit comments

Comments
 (0)