Files
Spark/plugins/fastpath/pom.xml
Guus der Kinderen 61bbb64501 SPARK-2092: Fix Fastpath plugin
A API change in Smack went unnoticed, and caused the FastPath plugin to not load correctly. This commit fixes that, and increases the version number of the plugin.
2019-05-17 09:41:00 +02:00

28 lines
921 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>fastpath</artifactId>
<version>3.4.0</version>
<name>Fastpath</name>
<description>Provides FastPath Agent functionality.</description>
<contributors>
<contributor>
<organization>Jive Software</organization>
<email>spark@jivesoftware.com</email>
<roles>
<role>Author</role>
</roles>
</contributor>
</contributors>
</project>