1 <?xml version="1.0" encoding="UTF-8"?> 2 <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" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4 <modelVersion>4.0.0</modelVersion> 5 <groupId>de.greenrobot</groupId> 6 <artifactId>eventbus</artifactId> 7 <version>2.4.0</version> 8 <name>EventBus</name> 9 <description>EventBus is a publish/subscribe event bus optimized for Android .</description> 10 <url>https://github.com/greenrobot/EventBus</url> 11 <organization> 12 <name>greenrobot</name> 13 <url>http://greenrobot.de</url> 14 </organization> 15 <licenses> 16 <license> 17 <name>The Apache Software License, Version 2.0</name> 18 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 19 <distribution>repo</distribution> 20 </license> 21 </licenses> 22 <developers> 23 <developer> 24 <id>greenrobot</id> 25 <name>greenrobot</name> 26 </developer> 27 </developers> 28 <issueManagement> 29 <system>GitHub Issues</system> 30 <url>https://github.com/greenrobot/EventBus/issues</url> 31 </issueManagement> 32 <scm> 33 <connection>scm:git (a] github.com:greenrobot/EventBus.git</connection> 34 <developerConnection>scm:git (a] github.com:greenrobot/EventBus.git</developerConnection> 35 <url>https://github.com/greenrobot/EventBus</url> 36 </scm> 37 </project> 38