diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f0ba7..189b759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Version [10.5.23] - (2025-07-03) +- fix: inconsistent rich text embedding + ## Version [10.5.21] - (2025-03-04) - fix: add limit to sync query @@ -289,6 +292,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Version 1.0.0 - 2014-08-13 Initial release. +[10.5.23]: https://github.com/contentful/contentful.java/compare/v.10.5.21...v.10.5.23 [10.5.21]: https://github.com/contentful/contentful.java/compare/v.10.5.19...v.10.5.21 [10.5.19]: https://github.com/contentful/contentful.java/compare/v.10.5.18...v.10.5.19 [10.5.18]: https://github.com/contentful/contentful.java/compare/v.10.5.17...v.10.5.18 diff --git a/README.md b/README.md index c51f713..d05fce0 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,14 @@ Install the Contentful dependency: com.contentful.java java-sdk - 10.5.22 + 10.5.23 ``` * _Gradle_ ```groovy -compile 'com.contentful.java:java-sdk:10.5.22' +compile 'com.contentful.java:java-sdk:10.5.23' ``` This library requires Java 8 (or higher version) or Android 21. diff --git a/pom.xml b/pom.xml index 561a046..03632e5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,19 +3,13 @@ com.contentful.java java-sdk - 10.5.23-SNAPSHOT + 10.5.23 jar ${project.groupId}:${project.artifactId} Java SDK for Contentful's Content Delivery API. http://github.com/contentful/contentful.java - - org.sonatype.oss - oss-parent - 7 - - http://github.com/contentful/contentful.java scm:git:git://github.com/contentful/contentful.java.git @@ -40,6 +34,14 @@ http://contentful.com + + + rafal + Rafal Niski + rafal.niski@external.contentful.com + + + UTF-8 UTF-8 @@ -247,6 +249,55 @@ + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.3 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + +