From 784530dcc22057211cb85bdae4f82811faff7d2b Mon Sep 17 00:00:00 2001 From: ralfkonrad Date: Wed, 16 Oct 2024 11:22:33 +0200 Subject: [PATCH 1/2] Bump QUANTLIB_VERSION to 1.37.0-SNAPSHOT --- .github/workflows/build_maven_artefact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_maven_artefact.yml b/.github/workflows/build_maven_artefact.yml index bc29f30..29f409f 100644 --- a/.github/workflows/build_maven_artefact.yml +++ b/.github/workflows/build_maven_artefact.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: { } env: - QUANTLIB_VERSION: 1.36.0 + QUANTLIB_VERSION: 1.37.0-SNAPSHOT JAVA_PATH: java JAVA_TARGET_PATH: java/target JAVA_RESOURCES_NATIVE_LIBS_PATH: java/src/main/resources/native From acda1f6852590ed772a3248b814899a92f604bd9 Mon Sep 17 00:00:00 2001 From: ralfkonrad Date: Wed, 16 Oct 2024 11:30:37 +0200 Subject: [PATCH 2/2] Update badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87834c7..e1892e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Java language binding for QuantLib -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.ralfkonrad.quantlib_for_maven/quantlib/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.ralfkonrad.quantlib_for_maven/quantlib) +[![Maven Central](https://img.shields.io/maven-central/v/io.github.ralfkonrad.quantlib_for_maven/quantlib.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/io.github.ralfkonrad.quantlib_for_maven/quantlib?smo=true) [![Java: >= 17](https://oss.aoapps.com/ao-badges/java-17.svg)](https://docs.oracle.com/en/java/javase/17/) [![Licensed under the BSD 3-Clause License](https://img.shields.io/badge/License-BSD--3--Clause-blue.svg)](https://github.com/ralfkonrad/quantlib_for_maven/blob/master/LICENSE)