Compare commits

...

6 Commits

Author SHA1 Message Date
amithkoujalgi
2ea8faeea8 [maven-release-plugin] prepare release v1.0.26 2023-12-19 20:54:47 +00:00
Amith Koujalgi
9f79dfa936 Update README.md 2023-12-20 02:23:56 +05:30
amithkoujalgi
1fb2258a77 [maven-release-plugin] prepare for next development iteration 2023-12-19 20:49:03 +00:00
amithkoujalgi
5a46e08759 [maven-release-plugin] prepare release v1.0.25 2023-12-19 20:49:01 +00:00
Amith Koujalgi
885fe14309 Update README.md 2023-12-20 02:18:08 +05:30
amithkoujalgi
94d043d0fd [maven-release-plugin] prepare for next development iteration 2023-12-19 20:46:54 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ In your Maven project, add this dependency:
</dependency>
```
https://img.shields.io/maven-central/v/io.github.amithkoujalgi/ollama4j
![Maven Central](https://img.shields.io/maven-central/v/io.github.amithkoujalgi/ollama4j?style=for-the-badge&labelColor=gray)
[![][lib-shield]][lib]

View File

@@ -4,7 +4,7 @@
<groupId>io.github.amithkoujalgi</groupId>
<artifactId>ollama4j</artifactId>
<version>1.0.24</version>
<version>1.0.26</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.24</tag>
<tag>v1.0.26</tag>
</scm>
<build>