mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-10-27 06:30:42 +01:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04f9e77149 | ||
|
|
553e7dab41 | ||
|
|
3a75cd7e92 | ||
|
|
c45b5de3ea | ||
|
|
6c2b3ca206 | ||
|
|
1ff5fbfc9f | ||
|
|
929242cc26 | ||
|
|
d854f82966 |
2
.github/workflows/maven-publish.yml
vendored
2
.github/workflows/maven-publish.yml
vendored
@@ -5,7 +5,7 @@ name: Test and Publish Package
|
||||
|
||||
#on:
|
||||
# release:
|
||||
# types: [created]
|
||||
# types: [ "created" ]
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>io.github.amithkoujalgi</groupId>
|
||||
<artifactId>ollama4j</artifactId>
|
||||
<version>1.0.15</version>
|
||||
<version>1.0.17</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.15</tag>
|
||||
<tag>v1.0.17</tag>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user