blob: 0109be135aadc422bc76f58f3eaad84cc9ee8ef4 [file]
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.orbit.bundles</groupId>
<artifactId>github-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>jnr</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Orbit :: JNR Recipes</name>
<modules>
<module>com.github.jnr.constants_0.9.1</module>
<module>com.github.jnr.ffi_2.0.9</module>
<module>com.github.jnr.jffi_1.2.11</module>
<module>com.github.jnr.posix_3.0.29</module>
<module>com.github.jnr.enxio_0.12.0</module>
<module>com.github.jnr.jffi.native_1.2.11</module>
<module>com.github.jnr.unixsocket_0.12.0</module>
</modules>
</project>