mvn release test

This commit is contained in:
Amith Koujalgi 2023-11-17 10:32:15 +05:30
parent 9581dc3357
commit c3809e830b

View File

@ -8,6 +8,10 @@
<artifactId>ollama4j</artifactId>
<version>1.0</version>
<name>Ollama4j</name>
<description>Java library for interacting with Ollama API.</description>
<url>https://github.com/amithkoujalgi/ollama4j</url>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>