Compare commits

..

8 Commits

Author SHA1 Message Date
Amith Koujalgi
8c4533b704 [maven-release-plugin] prepare release v1.0.11 2023-12-19 22:50:33 +05:30
Amith Koujalgi
bb50a66d80 clean up 2023-12-19 22:48:01 +05:30
Amith Koujalgi
e8dccd9b6a [maven-release-plugin] prepare for next development iteration 2023-12-19 22:45:05 +05:30
Amith Koujalgi
cc1d2c4dc1 [maven-release-plugin] prepare release v1.0.10 2023-12-19 22:45:02 +05:30
Amith Koujalgi
8e93e580cd [maven-release-plugin] prepare for next development iteration 2023-12-19 22:41:50 +05:30
Amith Koujalgi
97e3df4f44 [maven-release-plugin] prepare release v1.0.9 2023-12-19 22:41:47 +05:30
Amith Koujalgi
8b2dccdae1 clean up 2023-12-19 22:40:32 +05:30
Amith Koujalgi
7486016e85 [maven-release-plugin] prepare for next development iteration 2023-12-19 21:27:34 +05:30
2 changed files with 4 additions and 4 deletions

View File

@@ -5,10 +5,10 @@ it:
mvn clean verify -Pintegration-tests
build:
mvn clean test install -Punit-tests
mvn -B clean test install -Punit-tests -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
release:
mvn clean -Punit-tests release:clean release:prepare release:perform -B
mvn -B clean install -Punit-tests release:clean release:prepare release:perform -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
update-version:
mvn versions:set -DnewVersion=1.0.1

View File

@@ -4,7 +4,7 @@
<groupId>io.github.amithkoujalgi</groupId>
<artifactId>ollama4j</artifactId>
<version>1.0.8</version>
<version>1.0.11</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.8</tag>
<tag>v1.0.11</tag>
</scm>
<build>