From 42b3e7ac5c8df4bfe7932c4092f27aaa6c9d0dbc Mon Sep 17 00:00:00 2001 From: Samuel Audet Date: Thu, 10 Feb 2022 16:14:02 +0900 Subject: [PATCH] Update version in the `pom.xml` files to 1.5.8-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 509fa358..ea56e53c 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -6,7 +6,7 @@ org.bytedeco javacpp-presets - 1.5.7 + 1.5.8-SNAPSHOT diff --git a/pom.xml b/pom.xml index 1a4964e0..dc59d1e0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.bytedeco javacv - 1.5.7 + 1.5.8-SNAPSHOT JavaCV Java interface to OpenCV, FFmpeg, and more