blob: 4397d14462f9b311b7b12239bd9a03900dad0d73 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015, Yahoo! Inc.
Licensed under the terms of the Apache License 2.0.
See LICENSE file at the project root for terms. -->
<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>
<artifactId>memory</artifactId>
<name>${project.parent.groupId}:${project.artifactId}</name>
<description>Memory contains interfaces and classes to allocate and access off-heap memory</description>
<parent>
<groupId>com.yahoo.datasketches</groupId>
<artifactId>sketches</artifactId>
<version>0.8.3</version>
</parent>
</project>