Skip to content

Commit

Permalink
update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-r-4978 committed Sep 14, 2020
1 parent 590f221 commit 149efd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JFaiss-CPU **(Linux only)**

Faiss bindings for Java
Faiss (CPU) bindings for Java

## Requirement

Expand Down Expand Up @@ -40,4 +40,4 @@ This will generate required `.java` files from `swigfaiss.swig`

- <https://github.com/gameofdimension/jni-faiss>
- <https://github.com/adamheinrich/native-utils>
- <https://github.com/thenetcircle/faiss4j>
- <https://github.com/thenetcircle/faiss4j>
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
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>

<groupId>com.vectorsearch.faiss</groupId>
<groupId>com.github.ramanrajarathinam</groupId>
<artifactId>JFaiss-CPU</artifactId>
<version>1.0.0</version>

<packaging>pom</packaging>

<properties>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
Expand Down

0 comments on commit 149efd7

Please sign in to comment.