diff --git a/pom.xml b/pom.xml index 937eaca..30f7ffc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,213 +1,213 @@ - 4.0.0 + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - io.github.amithkoujalgi - ollama4j - 1.0-SNAPSHOT + io.github.amithkoujalgi + ollama4j + 1.0 - Ollama4j - Java library for interacting with Ollama API. - https://github.com/amithkoujalgi/ollama4j + Ollama4j + Java library for interacting with Ollama API. + https://github.com/amithkoujalgi/ollama4j - - 11 - 11 - UTF-8 - 3.0.0-M5 - 3.0.0-M5 - 1.18.30 - + + 11 + 11 + UTF-8 + 3.0.0-M5 + 3.0.0-M5 + 1.18.30 + - - - Amith Koujalgi - koujalgi.amith@gmail.com - Sonatype - https://www.sonatype.com - - + + + Amith Koujalgi + koujalgi.amith@gmail.com + Sonatype + https://www.sonatype.com + + - - - MIT License - https://raw.githubusercontent.com/amithkoujalgi/ollama4j/main/LICENSE - - + + + MIT License + https://raw.githubusercontent.com/amithkoujalgi/ollama4j/main/LICENSE + + - - scm:git:git@github.com:amithkoujalgi/ollama4j.git - scm:git:https://github.com/amithkoujalgi/ollama4j.git - https://github.com/amithkoujalgi/ollama4j/tree/main - + + scm:git:git@github.com:amithkoujalgi/ollama4j.git + scm:git:https://github.com/amithkoujalgi/ollama4j.git + https://github.com/amithkoujalgi/ollama4j/tree/main + - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://s01.oss.sonatype.org/ - true - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - deploy - - sign - - - - - --pinentry-mode - loopback - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - ${skipUnitTests} - - **/unittests/*.java - - - + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + deploy + + sign + + + + + --pinentry-mode + loopback + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + ${skipUnitTests} + + **/unittests/*.java + + + - - - org.apache.maven.plugins - maven-failsafe-plugin - ${maven-failsafe-plugin.version} - - - **/integrationtests/*.java - - - **/unittests/*.java - - ${skipIntegrationTests} - - - - - integration-test - verify - - - - + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + **/integrationtests/*.java + + + **/unittests/*.java + + ${skipIntegrationTests} + + + + + integration-test + verify + + + + - - + + - - - org.projectlombok - lombok - ${lombok.version} - provided - - - com.fasterxml.jackson.core - jackson-databind - 2.15.3 - - - ch.qos.logback - logback-classic - 1.3.11 - test - - - org.slf4j - slf4j-api - 2.0.9 - - - org.junit.jupiter - junit-jupiter-api - 5.10.0 - test - - - org.mockito - mockito-core - 4.1.0 - test - - + + + org.projectlombok + lombok + ${lombok.version} + provided + + + com.fasterxml.jackson.core + jackson-databind + 2.15.3 + + + ch.qos.logback + logback-classic + 1.3.11 + test + + + org.slf4j + slf4j-api + 2.0.9 + + + org.junit.jupiter + junit-jupiter-api + 5.10.0 + test + + + org.mockito + mockito-core + 4.1.0 + test + + - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + - - - unit-tests - - unit - false - true - - - - integration-tests - - integration - true - false - - - + + + unit-tests + + unit + false + true + + + + integration-tests + + integration + true + false + + + \ No newline at end of file