From 6ac6c09693c3e4e198473608b50daceaf64b8a04 Mon Sep 17 00:00:00 2001 From: amithkoujalgi <koujalgi.amith@gmail.com> Date: Tue, 19 Dec 2023 15:03:16 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v1.0.4 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 827e591..917d7d2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>io.github.amithkoujalgi</groupId> <artifactId>ollama4j</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</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.4</tag> </scm> <build>