Compare commits

..

12 Commits

Author SHA1 Message Date
amithkoujalgi
44e4d6f8b0 [maven-release-plugin] prepare release v1.0.27 2023-12-19 20:58:31 +00:00
Amith Koujalgi
b5a647ea30 Update README.md 2023-12-20 02:27:39 +05:30
amithkoujalgi
14c6efb761 [maven-release-plugin] prepare for next development iteration 2023-12-19 20:54:48 +00:00
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
amithkoujalgi
981a033a1d [maven-release-plugin] prepare release v1.0.24 2023-12-19 20:46:53 +00:00
Amith Koujalgi
e3a8f1e153 Update README.md 2023-12-20 02:15:51 +05:30
amithkoujalgi
2cefc1e80a [maven-release-plugin] prepare for next development iteration 2023-12-19 20:43:57 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ In your Maven project, add this dependency:
</dependency>
```
https://img.shields.io/maven-metadata/v.svg?label=ollama4j-version&metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fio%2Fgithub%2Famithkoujalgi%2Follama4j%2Fmaven-metadata.xml
![Maven Central](https://img.shields.io/maven-central/v/io.github.amithkoujalgi/ollama4j?style=for-the-badge&labelColor=gray)
[![][lib-shield]][lib]
@@ -455,7 +455,7 @@ make it
#### Releases
Releases (newer artifact versions) are done automatically on pushj g code to the `main` branch through GitHub Actions CI workflow.
Releases (newer artifact versions) are done automatically on pushing the code to the `main` branch through GitHub Actions CI workflow.
#### Traction

View File

@@ -4,7 +4,7 @@
<groupId>io.github.amithkoujalgi</groupId>
<artifactId>ollama4j</artifactId>
<version>1.0.23</version>
<version>1.0.27</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.23</tag>
<tag>v1.0.27</tag>
</scm>
<build>