2016-09-09 15:11:37 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<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">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
2019-07-29 09:27:17 -07:00
|
|
|
<groupId>org.eclipse.mraa</groupId>
|
2016-09-09 15:11:37 +03:00
|
|
|
<artifactId>mraa</artifactId>
|
|
|
|
|
<version>@VERSION_SHORT@</version>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
|
<name>mraa</name>
|
|
|
|
|
<description>Low Level Skeleton Library for IO Communication on GNU/Linux platforms</description>
|
|
|
|
|
<url>http://mraa.io</url>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>MIT License</name>
|
2019-07-29 09:27:17 -07:00
|
|
|
<url>https://github.com/eclipse/mraa/blob/master/COPYING</url>
|
2016-09-09 15:11:37 +03:00
|
|
|
</license>
|
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
|
<developer>
|
2019-07-29 09:27:17 -07:00
|
|
|
<name>Mraa contributors https://github.com/eclipse/mraa/graphs/contributors</name>
|
2016-09-09 15:11:37 +03:00
|
|
|
<email>mraa@lists.01.org</email>
|
2019-07-29 09:27:17 -07:00
|
|
|
<organization>Eclipse Foundation</organization>
|
|
|
|
|
<organizationUrl>https://github.com/eclipse</organizationUrl>
|
2016-09-09 15:11:37 +03:00
|
|
|
</developer>
|
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
|
|
<scm>
|
2019-07-29 09:27:17 -07:00
|
|
|
<connection>scm:git:git://github.com/eclipse/mraa.git</connection>
|
|
|
|
|
<developerConnection>scm:git:ssh://github.com:eclipse/mraa.git</developerConnection>
|
|
|
|
|
<url>https://github.com/eclipse/mraa/tree/master</url>
|
2016-09-09 15:11:37 +03:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
</project>
|