Compare commits

..

5 Commits

Author SHA1 Message Date
amithkoujalgi
04f9e77149 [maven-release-plugin] prepare release v1.0.17 2023-12-19 18:50:08 +00:00
Amith Koujalgi
553e7dab41 clean up 2023-12-20 00:19:13 +05:30
Amith Koujalgi
3a75cd7e92 clean up 2023-12-20 00:16:25 +05:30
amithkoujalgi
c45b5de3ea [maven-release-plugin] prepare release v1.0.16 2023-12-19 18:45:42 +00:00
Amith Koujalgi
6c2b3ca206 clean up 2023-12-20 00:14:45 +05:30
2 changed files with 9 additions and 9 deletions

View File

@@ -3,14 +3,14 @@
name: Test and Publish Package
on:
release:
types: [ "created" ]
#on:
# push:
# branches: [ "main" ]
# workflow_dispatch:
# release:
# types: [ "created" ]
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:

View File

@@ -4,7 +4,7 @@
<groupId>io.github.amithkoujalgi</groupId>
<artifactId>ollama4j</artifactId>
<version>1.0.16-SNAPSHOT</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.1</tag>
<tag>v1.0.17</tag>
</scm>
<build>