Skip to content

Commit 735a623

Browse files
akrherzguusdk
authored andcommitted
denote 1.1.1 release
1 parent a6b135d commit 735a623

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

changelog.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ <h1>
4444
Bookmarks Plugin Changelog
4545
</h1>
4646

47-
<p><b>1.1.1</b> -- tbc</p>
47+
<p><b>1.1.1</b> -- October 6, 2022</p>
4848
<ul>
49+
<li>Version bump to fix a metadata date issue in plugin.xml</li>
4950
</ul>
5051

5152
<p><b>1.1.0</b> -- March 4, 2022</p>

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>Allows clients to store URL and group chat bookmarks (XEP-0048)</description>
1010
<author>Ignite Realtime</author>
1111
<version>${project.version}</version>
12-
<date>2022/03/04</date>
12+
<date>2022-10-06</date>
1313
<minServerVersion>4.0.0</minServerVersion>
1414
<minJavaVersion>1.8</minJavaVersion>
1515

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>bookmarks</artifactId>
11-
<version>1.1.1-SNAPSHOT</version>
11+
<version>1.1.1</version>
1212
<name>Bookmarks Plugin</name>
1313
<description>Allows clients to store URL and group chat bookmarks (XEP-0048)</description>
1414

0 commit comments

Comments
 (0)