From 04f9e7714968ccc49d9712acd8064e8025f2478a Mon Sep 17 00:00:00 2001 From: amithkoujalgi <koujalgi.amith@gmail.com> Date: Tue, 19 Dec 2023 18:50:08 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v1.0.17 --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f9bff18..30d3e41 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.amithkoujalgi</groupId> <artifactId>ollama4j</artifactId> - <version>1.0.17-SNAPSHOT</version> + <version>1.0.17</version> <name>Ollama4j</name> <description>Java library for interacting with Ollama API.</description> @@ -40,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.16</tag> + <tag>v1.0.17</tag> </scm> <build>