From 9012a1f630766dc2db294b93522a3063a48013d8 Mon Sep 17 00:00:00 2001 From: Samuel Audet Date: Mon, 29 Jan 2024 18:36:41 +0900 Subject: [PATCH] Update version in the `pom.xml` files to 1.5.11-SNAPSHOT --- platform/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/pom.xml b/platform/pom.xml index 572ea6cf..7518f472 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.bytedeco javacpp-platform - 1.5.10 + 1.5.11-SNAPSHOT JavaCPP Platform The missing bridge between Java and native C++ diff --git a/pom.xml b/pom.xml index 2b5e0c0a..4df788a3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.bytedeco javacpp - 1.5.10 + 1.5.11-SNAPSHOT JavaCPP The missing bridge between Java and native C++