From 1f70da6798ed5342785b62cfe4d45c7ad5f5e9a7 Mon Sep 17 00:00:00 2001 From: "AD\\thofor" Date: Thu, 4 May 2023 17:12:29 +0200 Subject: [PATCH 1/2] Update text to say MIT License and update version to current latest 1.1.6 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62ba0a1..d1ccb04 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ Maven com.sinch sdk-sms - 1.1.0 + 1.1.6 ``` Gradle ```groovy -implementation 'com.sinch:sdk-sms:1.1.0' +implementation 'com.sinch:sdk-sms:1.1.6' ``` ## Quick Start @@ -95,7 +95,7 @@ Build .jar file mvn package ``` -It will give you `sdk-sms-1.0.7-jar-with-dependencies.jar` +It will give you `sdk-sms-1.1.6-jar-with-dependencies.jar` To skip local test ```bash @@ -108,4 +108,4 @@ We recommend enabling annotation processing in your IDE https://immutables.githu ## License -This project is licensed under the Apache License Version 2.0. See the LICENSE.txt file for the license text. +This project is licensed under the MIT License. See the LICENSE file for the license text. From 32eb194ae2c13eb9ca9613a71a7888150c829f88 Mon Sep 17 00:00:00 2001 From: "AD\\thofor" Date: Thu, 4 May 2023 17:18:04 +0200 Subject: [PATCH 2/2] Spotless fix --- pom.xml | 1030 +++++++++++++++++++++++++++---------------------------- 1 file changed, 515 insertions(+), 515 deletions(-) diff --git a/pom.xml b/pom.xml index 4b2be8b..6701b1a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,515 +1,515 @@ - - - 4.0.0 - com.sinch - sdk-sms - 1.1.7-SNAPSHOT - jar - SDK for Sinch SMS - Library providing a Java API for the Sinch HTTP REST Messaging API. - https://github.com/sinch/sinch-java-sms - 2020 - - Sinch - https://www.sinch.com/ - - - - MIT License - http://www.opensource.org/licenses/mit-license.php - - - - - - internal-release - - - clx-releases - ${env.REPO_URL}/repository/clx-releases-hosted/ - - - clx-snapshots - ${env.REPO_URL}/repository/clx-snapshots-hosted/ - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - clx-releases - ${env.REPO_URL} - true - - - - maven-release-plugin - 3.0.0-M6 - - v@{project.version}-internal - internal-release - - - - - - - - public-release - - - ossrh - Maven Central Staging Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - ossrh - Maven Central Snapshot Repository - https://oss.sonatype.org/content/repositories/snapshots - - - - - - maven-release-plugin - 3.0.0-M6 - - v@{project.version} - public-release - - - - - - - - - https://github.com/sinch/sinch-java-sms - scm:git:git://github.com/sinch/sinch-java-sms.git - scm:git:git@github.com:sinch/sinch-java-sms.git - HEAD - - - - https://github.com/sinch/sinch-java-sms/issues - GitHub - - - - - rycee - Robert Helgesson - robert at chaitsa dot com - http://chaitsa.com/ - - developer - - - - Thong Tran - thong.tran@sinch.com - - developer - - - - - - UTF-8 - UTF-8 - 1.8 - 1.8 - 1.8 - 1.8 - true - true - ${basedir}/suppression.xml - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.1.0 - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.1.1 - - . - docs - 8 - public - true - true - true - true - - - - attach-javadocs - - jar - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 3.0.1 - - - --batch - --pinentry-mode - loopback - - - - - sign-artifacts - verify - - sign - - - - - - - - org.codehaus.mojo - templating-maven-plugin - 1.0.0 - - - - filter-sources - - - - - - - maven-failsafe-plugin - 2.19.1 - - methods - 5 - - - - - integration-test - verify - - - - - - - maven-site-plugin - 3.6 - - - org.apache.maven.doxia - doxia-module-markdown - 1.9.1 - - - - - - maven-project-info-reports-plugin - 2.9 - - - org.apache.maven.plugins - maven-assembly-plugin - 3.1.1 - - - - jar-with-dependencies - - - - - - make-assembly - package - - single - - - - - - maven-compiler-plugin - 3.8.1 - - 1.8 - 1.8 - - - - - org.codehaus.mojo - license-maven-plugin - 1.10 - - apache_v2 - false - - src - - - - - ensure-license-headers - verify - - check-file-header - - - - - - org.owasp - dependency-check-maven - 8.2.1 - - 7 - - ${owasp.suppression.file} - - - - - - check - - - - - - com.diffplug.spotless - spotless-maven-plugin - 2.12.0 - - - - - - - - - pom.xml - suppression.xml - - - - - XML - - ${project.basedir}/spotless-xml-formatter-eclipse.prefs - - - - - - **/*.proto - **/*.yaml - **/*.yml - - - **/protoc-dependencies/**/*.proto - **/target/**/*.proto - - - - - - true - 2 - - - - - - - - - verify - - check - - - - - - - - - - - com.fasterxml.jackson.core - jackson-databind - 2.13.4.2 - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - 2.13.4 - - - org.apache.httpcomponents - httpasyncclient - [4.1,5) - - - org.slf4j - slf4j-api - [1.7,2) - - - commons-codec - commons-codec - [1.9,2) - - - - com.google.googlejavaformat - google-java-format - 1.10.0 - - - - com.google.code.findbugs - jsr305 - [3.0,4) - provided - - - org.immutables - value - 2.3.9 - provided - - - org.immutables - android-stub - 2.3.9 - provided - - - - org.slf4j - jcl-over-slf4j - 1.7.21 - test - - - org.slf4j - slf4j-simple - [1.7,2) - test - - - junit - junit - 4.13.1 - test - - - org.hamcrest - hamcrest-library - 1.3 - test - - - com.github.tomakehurst - wiremock - 2.27.2 - test - - - org.apache.commons - commons-lang3 - 3.5 - test - - - com.pholser - junit-quickcheck-core - 0.7 - test - - - com.pholser - junit-quickcheck-generators - 0.7 - test - - - - - - - maven-project-info-reports-plugin - 2.9 - - - - maven-javadoc-plugin - 2.10.4 - - src/main/java:target/generated-sources - - https://docs.oracle.com/javase/8/docs/api - https://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs - https://hc.apache.org/httpcomponents-asyncclient-dev/httpasyncclient/apidocs - - http://www.threeten.org/threetenbp/apidocs - - - - - default - - javadoc - - - - - - - maven-changes-plugin - 2.12.1 - - - - changes-report - - - - - - - - + + + 4.0.0 + com.sinch + sdk-sms + 1.1.7-SNAPSHOT + jar + SDK for Sinch SMS + Library providing a Java API for the Sinch HTTP REST Messaging API. + https://github.com/sinch/sinch-java-sms + 2020 + + Sinch + https://www.sinch.com/ + + + + MIT License + http://www.opensource.org/licenses/mit-license.php + + + + + + internal-release + + + clx-releases + ${env.REPO_URL}/repository/clx-releases-hosted/ + + + clx-snapshots + ${env.REPO_URL}/repository/clx-snapshots-hosted/ + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + clx-releases + ${env.REPO_URL} + true + + + + maven-release-plugin + 3.0.0-M6 + + v@{project.version}-internal + internal-release + + + + + + + + public-release + + + ossrh + Maven Central Staging Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + ossrh + Maven Central Snapshot Repository + https://oss.sonatype.org/content/repositories/snapshots + + + + + + maven-release-plugin + 3.0.0-M6 + + v@{project.version} + public-release + + + + + + + + + https://github.com/sinch/sinch-java-sms + scm:git:git://github.com/sinch/sinch-java-sms.git + scm:git:git@github.com:sinch/sinch-java-sms.git + HEAD + + + + https://github.com/sinch/sinch-java-sms/issues + GitHub + + + + + rycee + Robert Helgesson + robert at chaitsa dot com + http://chaitsa.com/ + + developer + + + + Thong Tran + thong.tran@sinch.com + + developer + + + + + + UTF-8 + UTF-8 + 1.8 + 1.8 + 1.8 + 1.8 + true + true + ${basedir}/suppression.xml + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.1.0 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + . + docs + 8 + public + true + true + true + true + + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + --batch + --pinentry-mode + loopback + + + + + sign-artifacts + verify + + sign + + + + + + + + org.codehaus.mojo + templating-maven-plugin + 1.0.0 + + + + filter-sources + + + + + + + maven-failsafe-plugin + 2.19.1 + + methods + 5 + + + + + integration-test + verify + + + + + + + maven-site-plugin + 3.6 + + + org.apache.maven.doxia + doxia-module-markdown + 1.9.1 + + + + + + maven-project-info-reports-plugin + 2.9 + + + org.apache.maven.plugins + maven-assembly-plugin + 3.1.1 + + + + jar-with-dependencies + + + + + + make-assembly + package + + single + + + + + + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + + org.codehaus.mojo + license-maven-plugin + 1.10 + + apache_v2 + false + + src + + + + + ensure-license-headers + verify + + check-file-header + + + + + + org.owasp + dependency-check-maven + 8.2.1 + + 7 + + ${owasp.suppression.file} + + + + + + check + + + + + + com.diffplug.spotless + spotless-maven-plugin + 2.12.0 + + + + + + + + + pom.xml + suppression.xml + + + + + XML + + ${project.basedir}/spotless-xml-formatter-eclipse.prefs + + + + + + **/*.proto + **/*.yaml + **/*.yml + + + **/protoc-dependencies/**/*.proto + **/target/**/*.proto + + + + + + true + 2 + + + + + + + + + verify + + check + + + + + + + + + + + com.fasterxml.jackson.core + jackson-databind + 2.13.4.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.13.4 + + + org.apache.httpcomponents + httpasyncclient + [4.1,5) + + + org.slf4j + slf4j-api + [1.7,2) + + + commons-codec + commons-codec + [1.9,2) + + + + com.google.googlejavaformat + google-java-format + 1.10.0 + + + + com.google.code.findbugs + jsr305 + [3.0,4) + provided + + + org.immutables + value + 2.3.9 + provided + + + org.immutables + android-stub + 2.3.9 + provided + + + + org.slf4j + jcl-over-slf4j + 1.7.21 + test + + + org.slf4j + slf4j-simple + [1.7,2) + test + + + junit + junit + 4.13.1 + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + com.github.tomakehurst + wiremock + 2.27.2 + test + + + org.apache.commons + commons-lang3 + 3.5 + test + + + com.pholser + junit-quickcheck-core + 0.7 + test + + + com.pholser + junit-quickcheck-generators + 0.7 + test + + + + + + + maven-project-info-reports-plugin + 2.9 + + + + maven-javadoc-plugin + 2.10.4 + + src/main/java:target/generated-sources + + https://docs.oracle.com/javase/8/docs/api + https://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs + https://hc.apache.org/httpcomponents-asyncclient-dev/httpasyncclient/apidocs + + http://www.threeten.org/threetenbp/apidocs + + + + + default + + javadoc + + + + + + + maven-changes-plugin + 2.12.1 + + + + changes-report + + + + + + + +