From 35adb21f7d96b3e4b4edc3dcaba1663993b61638 Mon Sep 17 00:00:00 2001 From: Samuel Audet Date: Wed, 13 Nov 2024 08:38:44 +0900 Subject: [PATCH] Release version 1.5.11 --- CHANGELOG.md | 1 + README.md | 8 ++++---- platform/pom.xml | 2 +- pom.xml | 6 +++++- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c592137f..76116de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ +### November 16, 2024 version 1.5.11 * Fix `Generator` flakiness caused by calls to `Class.getDeclaredMethods()` ([pull #784](https://github.com/bytedeco/javacpp/pull/784)) * Add minimal mappings for `std::chrono` from C++11 ([pull #766](https://github.com/bytedeco/javacpp/pull/766)) * Let `Parser` annotate Java constructors with `@Deprecated` when appropriate ([pull #757](https://github.com/bytedeco/javacpp/pull/757)) diff --git a/README.md b/README.md index a4835570..a21e90c9 100644 --- a/README.md +++ b/README.md @@ -26,27 +26,27 @@ We can also have everything downloaded and installed automatically with: org.bytedeco javacpp - 1.5.10 + 1.5.11 ``` * Gradle (inside the `build.gradle.kts` or `build.gradle` file) ```groovy dependencies { - implementation("org.bytedeco:javacpp:1.5.10") + implementation("org.bytedeco:javacpp:1.5.11") } ``` * Leiningen (inside the `project.clj` file) ```clojure :dependencies [ - [org.bytedeco/javacpp "1.5.10"] + [org.bytedeco/javacpp "1.5.11"] ] ``` * sbt (inside the `build.sbt` file) ```scala - libraryDependencies += "org.bytedeco" % "javacpp" % "1.5.10" + libraryDependencies += "org.bytedeco" % "javacpp" % "1.5.11" ``` Another option available to Gradle users is [Gradle JavaCPP](https://github.com/bytedeco/gradle-javacpp), and similarly for Scala users there is [SBT-JavaCPP](https://github.com/bytedeco/sbt-javacpp). diff --git a/platform/pom.xml b/platform/pom.xml index f7edbe7b..169af85e 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.bytedeco javacpp-platform - 1.5.11-SNAPSHOT + 1.5.11 JavaCPP Platform The missing bridge between Java and native C++ diff --git a/pom.xml b/pom.xml index f0204a4a..466c95a7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.bytedeco javacpp - 1.5.11-SNAPSHOT + 1.5.11 JavaCPP The missing bridge between Java and native C++ @@ -272,6 +272,10 @@ maven-source-plugin 3.3.0 + + attach-sources + leave-disabled-to-not-generate-sources-twice-on-release + attach-source