Files
roaringbitmap/RoaringBitmap-1.3.0.pom

50 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>
<version>1.3.0</version>
<name>org.roaringbitmap:RoaringBitmap</name>
<description>Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.</description>
<url>https://github.com/RoaringBitmap/RoaringBitmap</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>lemire</id>
<name>Daniel Lemire</name>
<email>lemire@gmail.com</email>
<url>http://lemire.me/en/</url>
<roles>
<role>architect</role>
<role>developer</role>
<role>maintainer</role>
</roles>
<timezone>-5</timezone>
<properties>
<picUrl>http://lemire.me/fr/images/JPG/profile2011B_152.jpg</picUrl>
</properties>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/RoaringBitmap/RoaringBitmap.git</connection>
<developerConnection>scm:git:https://github.com/RoaringBitmap/RoaringBitmap.git</developerConnection>
<url>https://github.com/RoaringBitmap/RoaringBitmap</url>
</scm>
<issueManagement>
<system>GitHub Issue Tracking</system>
<url>https://github.com/RoaringBitmap/RoaringBitmap/issues</url>
</issueManagement>
</project>