<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/maven-v4_0_0.xsd">
    <parent>
        <groupId>com.atlassian.streams</groupId>
        <artifactId>streams-parent</artifactId>
        <version>7.0.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>streams-confluence-inline-actions-plugin</artifactId>
    <packaging>atlassian-plugin</packaging>
    <name>Confluence Activity Stream Inline Actions Plugin</name>

    <build>
        <plugins>
            <plugin>
                <groupId>com.atlassian.maven.plugins</groupId>
                <artifactId>maven-amps-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>
