<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <modelVersion>4.0.0</modelVersion>
    <groupId>ch.reportingsoft.birt</groupId>
    <artifactId>eclipse-equinox-event</artifactId>
    <version>1.7.200</version>
    <packaging>jar</packaging>

    <name>${project.groupId}:${project.artifactId}</name>
    <description>Component of the BIRT runtime engine published at `ch.reportingsoft.birt:birt-runtime-bundle:4.19.0`.</description>
    <url>https://www.reportingsoft.ch</url>

    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:git@github.com:reportingsoft/birt-runtime-bundle.git</connection>
        <developerConnection>git@github.com:reportingsoft/birt-runtime-bundle.git</developerConnection>
        <url>https://github.com/reportingsoft/birt-runtime-bundle</url>
    </scm>

    <developers>
        <developer>
            <name>Nicolas Perritaz</name>
            <email>nicolas.perritaz@reportingsoft.ch</email>
            <organization>ReportingSoft SA</organization>
            <organizationUrl>https://www.reportingsoft.ch</organizationUrl>
        </developer>
        <developer>
            <name>Patrick Cornaz</name>
            <email>patrick.cornaz@reportingsoft.ch</email>
            <organization>ReportingSoft SA</organization>
            <organizationUrl>https://www.reportingsoft.ch</organizationUrl>
        </developer>
    </developers>

</project>
