Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.0 #1

Merged
merged 2 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>exi</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>

<name>EXI</name>
<description>Adds support for XEP-0322: Efficient XML Interchange (EXI) Format</description>
Expand Down
10 changes: 7 additions & 3 deletions src/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<html lang="en">
<head>
<title>XML Debugger Plugin Changelog</title>
<title>EXI Plugin Changelog</title>
<style type="text/css">
BODY {
font-size : 100%;
Expand Down Expand Up @@ -41,10 +41,14 @@
<body>

<h1>
XML Debugger Plugin Changelog
EXI Plugin Changelog
</h1>

<p><b>1.0.0</b> -- To be determined.</p>
<p><b>1.0.1</b> -- To Be Determined</p>
<ul>
</ul>

<p><b>1.0.0</b> -- November 26, 2023</p>
<ul>
<li>Initial release</li>
<li>Fixes <a href="https://github.com/igniterealtime/openfire-exi-plugin/issues/2">issue #2</a>: Unit test fail under JDK 17</li>
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<author>Javier Placencio</author>

<version>${project.version}</version>
<date>2023-03-07</date>
<date>2023-11-26</date>
<minServerVersion>4.7.0</minServerVersion>

</plugin>