Skip to content

Commit 6ed8280

Browse files
authored
Merge pull request igniterealtime#35 from akrherz/release
Create Intermediate Release
2 parents 8b28f9c + 9b987a6 commit 6ed8280

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

changelog.html

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141

4242
<h1>HTTP File Upload Plugin Changelog</h1>
4343

44+
<p><b>1.2.0</b> -- (tbd)</p>
45+
46+
<p><b>1.1.5</b> -- (September 12, 2022)</p>
47+
48+
<p>A meta release to denote compatability with Openfire releases prior to 4.8.0.</p>
49+
4450
<p><b>1.1.4</b> -- (November 4, 2021)</p>
4551
<ul>
4652
<li>Updated to HttpFileUploadComponent v1.4.0, which resolves:</li>

plugin.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<description>Allows clients to share files, as described in the XEP-0363 'HTTP File Upload' specification.</description>
66
<author>Guus der Kinderen</author>
77
<version>${project.version}</version>
8-
<date>11/04/2021</date>
8+
<date>2022-09-12</date>
99
<minServerVersion>4.1.0</minServerVersion>
10+
<maxServerVersion>4.8.0</maxServerVersion>
1011
</plugin>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<artifactId>httpfileupload</artifactId>
1111
<name>HTTP File Upload Plugin</name>
1212
<description>Allows clients to share files, as described in the XEP-0363 'HTTP File Upload' specification.</description>
13-
<version>1.1.5-SNAPSHOT</version>
13+
<version>1.2.0-SNAPSHOT</version>
1414

1515
<distributionManagement>
1616
<!-- Repository in which we deploy this project, when desired. -->

0 commit comments

Comments
 (0)