From c943c4d2e459b2596179a2473c21fdaa9000f147 Mon Sep 17 00:00:00 2001 From: jzonthemtn Date: Thu, 11 Jul 2024 09:14:49 -0400 Subject: [PATCH] Setting version to 1.5.0-SNAPSHOT. --- pom.xml | 403 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 202 insertions(+), 201 deletions(-) diff --git a/pom.xml b/pom.xml index cc9b61e..1363c23 100644 --- a/pom.xml +++ b/pom.xml @@ -1,206 +1,207 @@ - - 4.0.0 - ai.philterd - philter-sdk-java - philter-sdk-java - 1.4.0 - jar - Java SDK client for Philter - https://github.com/philterd/philter-sdk-java + + 4.0.0 + ai.philterd + philter-sdk-java + philter-sdk-java + 1.5.0-SNAPSHOT + jar + Java SDK client for Philter + https://github.com/philterd/philter-sdk-java - philterd-repository-snapshots - Philterd Snapshots Repository - https://artifacts.philterd.ai/snapshots - - - philterd-repository-releases - Philterd Repository - https://artifacts.philterd.ai/releases - + philterd-repository-snapshots + Philterd Snapshots Repository + https://artifacts.philterd.ai/snapshots + + + philterd-repository-releases + Philterd Repository + https://artifacts.philterd.ai/releases + - - scm:git:https://github.com/philterd/philter-sdk-java.git - scm:git:git@github.com:philterd/philter-sdk-java.git - https://github.com/philterd/philter-sdk-java.git - HEAD - - - - Apache License, Version 2 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - - Philterd - support@philterd.ai - Philterd, LLC - https://www.philterd.ai - - - - 1.15 - 4.4 - 2.8.0 - 3.11 - 4.13.2 - 4.5.13 - 2.17.2 - 3.14.9 - 2.9.0 - 5.3.0 - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.0 - - false - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-site-plugin - 3.8.2 - - - - - ${project.basedir}/src/test/resources - - - - - - release - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - ${javadoc.opts} - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.6 - true - - ossrh - https://oss.sonatype.org/ - false - - - - - - - - - com.squareup.retrofit2 - retrofit - ${retrofit.version} - - - com.squareup.retrofit2 - converter-scalars - ${retrofit.version} - - - org.apache.commons - commons-lang3 - ${commons.lang3.version} - - - commons-codec - commons-codec - ${commons.codec.version} - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - org.apache.commons - commons-collections4 - ${commons.collections.version} - - - commons-io - commons-io - ${commons.io.version} - - - io.github.hakky54 - sslcontext-kickstart - ${sslcontext.version} - - - com.squareup.retrofit2 - converter-gson - ${retrofit.version} - - - com.squareup.okhttp3 - okhttp - ${okhttp.version} - - - org.apache.logging.log4j - log4j-core - ${log4j.version} - test - - - junit - junit - ${junit.version} - test - - + + scm:git:https://github.com/philterd/philter-sdk-java.git + scm:git:git@github.com:philterd/philter-sdk-java.git + https://github.com/philterd/philter-sdk-java.git + HEAD + + + + Apache License, Version 2 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + Philterd + support@philterd.ai + Philterd, LLC + https://www.philterd.ai + + + + 1.15 + 4.4 + 2.8.0 + 3.11 + 4.13.2 + 4.5.13 + 2.17.2 + 3.14.9 + 2.9.0 + 5.3.0 + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + false + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-site-plugin + 3.8.2 + + + + + ${project.basedir}/src/test/resources + + + + + + release + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + ${javadoc.opts} + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.6 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + + + + + com.squareup.retrofit2 + retrofit + ${retrofit.version} + + + com.squareup.retrofit2 + converter-scalars + ${retrofit.version} + + + org.apache.commons + commons-lang3 + ${commons.lang3.version} + + + commons-codec + commons-codec + ${commons.codec.version} + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + org.apache.commons + commons-collections4 + ${commons.collections.version} + + + commons-io + commons-io + ${commons.io.version} + + + io.github.hakky54 + sslcontext-kickstart + ${sslcontext.version} + + + com.squareup.retrofit2 + converter-gson + ${retrofit.version} + + + com.squareup.okhttp3 + okhttp + ${okhttp.version} + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + test + + + junit + junit + ${junit.version} + test + +