Compare commits

...

5 Commits

Author SHA1 Message Date
Amith Koujalgi
4425226439 [maven-release-plugin] prepare release v1.0.5 2023-12-19 20:41:56 +05:30
Amith Koujalgi
80f9f6c370 clean up 2023-12-19 20:41:22 +05:30
Amith Koujalgi
28b8877477 Merge remote-tracking branch 'origin/main' 2023-12-19 20:39:33 +05:30
Amith Koujalgi
c40e9999ab clean up 2023-12-19 20:39:26 +05:30
amithkoujalgi
d21c331b6e [maven-release-plugin] prepare for next development iteration 2023-12-19 15:03:17 +00:00

View File

@@ -4,7 +4,7 @@
<groupId>io.github.amithkoujalgi</groupId>
<artifactId>ollama4j</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<name>Ollama4j</name>
<description>Java library for interacting with Ollama API.</description>
@@ -39,7 +39,7 @@
<connection>scm:git:git@github.com:amithkoujalgi/ollama4j.git</connection>
<developerConnection>scm:git:https://github.com/amithkoujalgi/ollama4j.git</developerConnection>
<url>https://github.com/amithkoujalgi/ollama4j</url>
<tag>v1.0.4</tag>
<tag>v1.0.5</tag>
</scm>
<build>