From a2e910d48b1ed20d74e1640cc4f57243d2b041f7 Mon Sep 17 00:00:00 2001 From: Samuel Audet Date: Sun, 17 Nov 2024 13:59:07 +0900 Subject: [PATCH] Update version in the `pom.xml` files to 1.5.12-SNAPSHOT --- CHANGELOG.md | 2 +- platform/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76116de4..b4682b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * Let `Parser` annotate Java constructors with `@Deprecated` when appropriate ([pull #757](https://github.com/bytedeco/javacpp/pull/757)) * Add to `InfoMap.defaults` more names that are reserved in Java, but not in C++ ([pull #757](https://github.com/bytedeco/javacpp/pull/757)) * Bundle `libomp` from Visual Studio to fix presets using OpenMP on Windows ([pull #755](https://github.com/bytedeco/javacpp/pull/755)) - * Fix inconsistencies when using `@Platform(inherit=..., library=...)` together ([pull #747](https://github.com/bytedeco/javacpp/pull/747)) + * Fix inconsistencies when using `@Platform(inherit=..., library=...)` together ([issue #747](https://github.com/bytedeco/javacpp/issues/747)) * Let `Parser` support templates with unnamed type parameters ([pull #742](https://github.com/bytedeco/javacpp/pull/742)) * Prevent `Parser` from producing duplicate declarations for basic containers ([pull #741](https://github.com/bytedeco/javacpp/pull/741)) diff --git a/platform/pom.xml b/platform/pom.xml index 169af85e..19e27c79 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.bytedeco javacpp-platform - 1.5.11 + 1.5.12-SNAPSHOT JavaCPP Platform The missing bridge between Java and native C++ diff --git a/pom.xml b/pom.xml index 466c95a7..23e465fc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.bytedeco javacpp - 1.5.11 + 1.5.12-SNAPSHOT JavaCPP The missing bridge between Java and native C++