Skip to content

Commit

Permalink
[Opt] add required content to cuvs_java pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdong committed Feb 26, 2025
1 parent 1591029 commit 43fc708
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions java/cuvs-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,64 @@
<!-- NOTE: The version automatically gets updated when ci/release/update-version.sh is invoked. -->
<!--CUVS_JAVA#VERSION_UPDATE_MARKER_START--><version>25.02.0</version><!--CUVS_JAVA#VERSION_UPDATE_MARKER_END-->
<name>cuvs-java</name>
<description>
This project provides Java bindings for cuVS, enabling approximate nearest neighbors search and clustering
on the GPU. As this is still under development, some APIs may change until the 1.0 release.
</description>
<url>http://ai.rapids</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/rapidsai/cuvs.git</connection>
<developerConnection>scm:git:[email protected]:rapidsai/cuvs.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/rapidsai/cuvs</url>
</scm>
<developers>
<developer>
<id>ChrisHegarty</id>
<name>Chris Hegarty</name>
<email>[email protected]</email>
<roles>
<role>Committer</role>
</roles>
<timezone>-6</timezone>
</developer>
<developer>
<id>chatman</id>
<name>Ishan Chattopadhyaya</name>
<email>[email protected]</email>
<roles>
<role>Committer</role>
</roles>
<timezone>+6</timezone>
</developer>
<developer>
<id>narangvivek10</id>
<name>Vivek Narang</name>
<email>[email protected]</email>
<roles>
<role>Committer</role>
</roles>
<timezone>-3</timezone>
</developer>
<developer>
<id>rhdong</id>
<name>Haidong Rong</name>
<email>[email protected]</email>
<roles>
<role>Committer</role>
</roles>
<timezone>-8</timezone>
</developer>
</developers>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 43fc708

Please sign in to comment.