Files
Spark/plugins/meet/pom.xml
Dele Olajide 45c9153112 made meet plugin compatible with openfire ofmeet plugin 0.9.x
made meet plugin compatible with maven build
replaced electron chromium web browser with built-in jxbrowser
2017-08-13 18:34:44 +01:00

27 lines
877 B
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.igniterealtime.spark.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.9.0-SNAPSHOT</version>
<relativePath>../plugin/pom.xml</relativePath>
</parent>
<artifactId>meet</artifactId>
<version>0.0.4</version>
<name>Meetings Plugin</name>
<description>Adds support for Openfire Meetings to the Spark IM client.</description>
<contributors>
<contributor>
<name>Dele Olajide</name>
<roles>
<role>Author</role>
</roles>
</contributor>
</contributors>
</project>