blob: 1d85d0ba4ab90c145ef9c85cf372768b43dfbed9 [file] [log] [blame]
<?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>de.greenrobot</groupId>
<artifactId>eventbus</artifactId>
<version>2.4.0</version>
<name>EventBus</name>
<description>EventBus is a publish/subscribe event bus optimized for Android .</description>
<url>https://github.com/greenrobot/EventBus</url>
<organization>
<name>greenrobot</name>
<url>http://greenrobot.de</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>greenrobot</id>
<name>greenrobot</name>
</developer>
</developers>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/greenrobot/EventBus/issues</url>
</issueManagement>
<scm>
<connection>scm:git@github.com:greenrobot/EventBus.git</connection>
<developerConnection>scm:git@github.com:greenrobot/EventBus.git</developerConnection>
<url>https://github.com/greenrobot/EventBus</url>
</scm>
</project>