| <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> |
| <packaging>pom</packaging> |
| |
| <name>Eclipse Orbit :: JNR Recipes</name> |
| |
| <modules> |
| <module>com.github.jnr.constants_0.10.3</module> |
| <module>com.github.jnr.enxio_0.32.13</module> |
| <module>com.github.jnr.ffi_2.2.11</module> |
| <module>com.github.jnr.jffi_1.3.9</module> |
| <module>com.github.jnr.jffi.native_1.3.9</module> |
| <module>com.github.jnr.posix_3.1.15</module> |
| <module>com.github.jnr.unixsocket_0.38.17</module> |
| <module>com.github.jnr.x86asm_1.0.2</module> |
| <module>com.github.jnr.a64asm_1.0.0</module> |
| </modules> |
| |
| </project> |