Skip to content

Commit

Permalink
fixes #19: Fix version number
Browse files Browse the repository at this point in the history
By switching the format of the version number of the Maven artifact for this plugin, the version as identified by Openfire no longer is `0.0.0` (but the proper version, instead).
  • Loading branch information
guusdk committed Nov 20, 2024
1 parent 30bc3fb commit 3105dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ <h1>
<p><b>2.2.0 Release 6</b> -- (to be determined)</p>
<ul>
<li>Minimum Openfire requirement: 5.0.0</li>
<li>[<a href='https://github.com/igniterealtime/openfire-candy-plugin/issues/19'>#19</a>] - Properly report version number.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-candy-plugin/issues/17'>#17</a>] - Compatibility with Openfire 5.0.0.</li>
</ul>

Expand Down
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>candy</artifactId>
<name>Candy Webchat Plugin</name>
<version>2.2.0-release-6-SNAPSHOT</version>
<version>2.2.0.6-SNAPSHOT</version>

<build>
<sourceDirectory>src/java</sourceDirectory>
Expand Down

0 comments on commit 3105dbb

Please sign in to comment.