From 0c56a5764ad7286a57c34b0442941bdd2fc5dbce Mon Sep 17 00:00:00 2001 From: "AD\\thofor" Date: Mon, 29 Apr 2024 14:20:14 +0200 Subject: [PATCH 1/5] [maven-release-plugin] prepare for next development iteration --- pom.xml | 1048 +++++++++++++++++++++++++++---------------------------- 1 file changed, 524 insertions(+), 524 deletions(-) diff --git a/pom.xml b/pom.xml index ca05a81..ce0d9d6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,524 +1,524 @@ - - - 4.0.0 - com.sinch - sdk-sms - 2.1.0-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 - - pom.xml - release.sh - - - - - - - - - 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.15.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.17.0 - - - com.google.guava - guava - 32.0.1-jre - - - - 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 + 2.1.1-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 + + pom.xml + release.sh + + + + + + + + + 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.15.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.17.0 + + + com.google.guava + guava + 32.0.1-jre + + + + 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 + + + + + + + + From e042f76b980999dc92bbf387caf913ef86a98124 Mon Sep 17 00:00:00 2001 From: "AD\\thofor" Date: Mon, 29 Apr 2024 14:45:01 +0200 Subject: [PATCH 2/5] [maven-release-plugin] prepare release sdk-sms-2.1.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ce0d9d6..3f138ac 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sinch sdk-sms - 2.1.1-SNAPSHOT + 2.1.1 jar SDK for Sinch SMS Library providing a Java API for the Sinch HTTP REST Messaging API. @@ -95,7 +95,7 @@ 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 + sdk-sms-2.1.1 From 4571d7e6dd690fb76d98806317c7aac9953a86cc Mon Sep 17 00:00:00 2001 From: "AD\\thofor" Date: Mon, 29 Apr 2024 14:45:06 +0200 Subject: [PATCH 3/5] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3f138ac..efa4633 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sinch sdk-sms - 2.1.1 + 2.1.2-SNAPSHOT jar SDK for Sinch SMS Library providing a Java API for the Sinch HTTP REST Messaging API. @@ -95,7 +95,7 @@ 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 - sdk-sms-2.1.1 + HEAD From 1ee6c08e63b044cf60f405ddb199277e940f5254 Mon Sep 17 00:00:00 2001 From: "AD\\thofor" Date: Mon, 29 Apr 2024 14:48:50 +0200 Subject: [PATCH 4/5] Fix spotless --- pom.xml | 1048 +++++++++++++++++++++++++++---------------------------- 1 file changed, 524 insertions(+), 524 deletions(-) diff --git a/pom.xml b/pom.xml index efa4633..f4a0b13 100644 --- a/pom.xml +++ b/pom.xml @@ -1,524 +1,524 @@ - - - 4.0.0 - com.sinch - sdk-sms - 2.1.2-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 - - pom.xml - release.sh - - - - - - - - - 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.15.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.17.0 - - - com.google.guava - guava - 32.0.1-jre - - - - 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 + 2.1.2-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 + + pom.xml + release.sh + + + + + + + + + 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.15.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.17.0 + + + com.google.guava + guava + 32.0.1-jre + + + + 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 + + + + + + + + From f9ba99f9bbdab7a682ced60f22de9defc99bee3d Mon Sep 17 00:00:00 2001 From: "AD\\thofor" Date: Mon, 29 Apr 2024 15:09:30 +0200 Subject: [PATCH 5/5] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c7ef91..804f630 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# REST API SDK for SMS +# REST API SDK for SMS and MMS This is the Java SDK for the Sinch REST SMS API for sending and receiving single or batch SMS/MMS messages. It also supports scheduled sends, organizing your frequent recipients into groups, and customizing your message for each recipient using @@ -20,13 +20,13 @@ Maven com.sinch sdk-sms - 2.0.0 + 2.1.1 ``` Gradle ```groovy -implementation 'com.sinch:sdk-sms:2.0.0' +implementation 'com.sinch:sdk-sms:2.1.1' ``` ## Quick Start