diff --git a/pom.xml b/pom.xml index 7a293af..adc8db5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,257 +1,302 @@ - - 4.0.0 + + 4.0.0 - io.github.amithkoujalgi - ollama4j - 1.0.34-SNAPSHOT + io.github.amithkoujalgi + ollama4j + 1.0.34-SNAPSHOT - Ollama4j - Java library for interacting with Ollama API. + 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 + + + + + Amith Koujalgi + koujalgi.amith@gmail.com + Sonatype + https://www.sonatype.com + + + + + + 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 + v1.0.16 + - - 11 - 11 - UTF-8 - 3.0.0-M5 - 3.0.0-M5 - 1.18.30 - + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + + attach-javadocs + + jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + ${skipUnitTests} + + **/unittests/*.java + + + - - - Amith Koujalgi - koujalgi.amith@gmail.com - Sonatype - https://www.sonatype.com - - + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + **/integrationtests/*.java + + + **/unittests/*.java + + ${skipIntegrationTests} + + + + + integration-test + verify + + + + + + org.apache.maven.plugins + maven-release-plugin + 3.0.1 + + + v@{project.version} + + + + - - - MIT License - https://raw.githubusercontent.com/amithkoujalgi/ollama4j/main/LICENSE - - + + + org.projectlombok + lombok + ${lombok.version} + provided + + + com.fasterxml.jackson.core + jackson-databind + 2.15.3 + + + ch.qos.logback + logback-classic + 1.4.12 + 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 + + - - scm:git:git@github.com:amithkoujalgi/ollama4j.git - scm:git:https://github.com/amithkoujalgi/ollama4j.git - https://github.com/amithkoujalgi/ollama4j - v1.0.16 - + + + 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 + + + true + + - - org.apache.maven.plugins - maven-source-plugin - 3.3.0 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.5.0 - - - attach-javadocs - - jar - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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-release-plugin - 3.0.1 - - - v@{project.version} - - + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + prepare-agent + + + + report + test + + report + + + + - + + + + integration-tests + + integration + true + false + + + + ci-cd + + unit + true + true + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + + --pinentry-mode + loopback + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + - - - org.projectlombok - lombok - ${lombok.version} - provided - - - com.fasterxml.jackson.core - jackson-databind - 2.15.3 - - - ch.qos.logback - logback-classic - 1.4.12 - 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 - - - - - - unit-tests - - unit - false - true - - - true - - - - integration-tests - - integration - true - false - - - - ci-cd - - unit - true - true - - - - - org.apache.maven.plugins - maven-gpg-plugin - 3.1.0 - - - sign-artifacts - verify - - sign - - - - - --pinentry-mode - loopback - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - ossrh - https://s01.oss.sonatype.org/ - true - - - - - - + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + prepare-agent + + + + report + test + + report + + + + + + + + \ No newline at end of file