Skip to content

Commit

Permalink
#8: Fix Maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Feb 20, 2019
1 parent b2efe1b commit 607066d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ <h1>

<p><b>4.1.1 Release 1</b> -- (to be determined)</p>
<ul>
<li><a href="https://github.com/igniterealtime/openfire-inverse-plugin/issues/8">#8: Fix Maven build</a>
<li><a href="https://github.com/igniterealtime/openfire-inverse-plugin/issues/9">#9: Upgrade to converse.js 4.1.1</a>, which includes these changes:
<ul>
<li>Updated translations: af, cz, de, es, eu, ga, he, hi, ja, nb, nl_BE, zh_CN</li>
Expand Down Expand Up @@ -79,7 +80,7 @@ <h1>
<li><a href="https://issues.igniterealtime.org/browse/OF-1629">OF-1636: Add 'fullpage' style sheet.</a>
<li><a href="https://issues.igniterealtime.org/browse/OF-1629">OF-1629: include missing resources (logos, sounds).</a>
<li><a href="https://github.com/igniterealtime/openfire-inverse-plugin/issues/6">#6: upgrade to converse.js 4.1.0</a>, which includes these changes:
<h4>For Converse 4.1.0)</h4>
<h4>For Converse 4.1.0:</h4>
<ul>
<li>Bugfix: MUC commands were being ignored</li>
<li>Bugfix: Multiple rooms shown active in the rooms list</li>
Expand Down
21 changes: 21 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,25 @@
<version>20180813</version>
</dependency>
</dependencies>

<repositories>
<!-- Where dependencies are obtained (such as the parent project). -->
<repository>
<id>igniterealtime</id>
<name>Ignite Realtime Repository</name>
<url>https://igniterealtime.org/archiva/repository/maven/</url>
</repository>
</repositories>

<pluginRepositories>
<!-- Typically used to retrieve Maven plugins that are used by this project.
This apparently is also used to obtain the dependencies _used by_ these
plugins (such as the openfire-plugin-assembly-descriptor, needed to
package the project as an Openfire plugin). -->
<pluginRepository>
<id>igniterealtime</id>
<name>Ignite Realtime Repository</name>
<url>https://igniterealtime.org/archiva/repository/maven/</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit 607066d

Please sign in to comment.