From 773f37d72a5b7216f0a45c83fbcfa2a0a7aabaf6 Mon Sep 17 00:00:00 2001 From: Markus Perndorfer Date: Mon, 17 Jul 2023 15:36:07 +0200 Subject: [PATCH] Release version: 3.10.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5c7936..fb8218a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SAP Commerce Gradle Plugins 3.9.1 +# SAP Commerce Gradle Plugins 3.10.0 [![Actions Status](https://github.com/SAP/commerce-gradle-plugin/workflows/Gradle%20CI/badge.svg)](https://github.com/SAP/commerce-gradle-plugin/actions) [![REUSE status](https://api.reuse.software/badge/github.com/SAP/commerce-gradle-plugin)](https://api.reuse.software/info/github.com/SAP/commerce-gradle-plugin) @@ -41,7 +41,7 @@ Here is how you get started with the plugins for your SAP Commerce project. ```kotlin plugins { - id("sap.commerce.build.ccv2") version("3.9.1") + id("sap.commerce.build.ccv2") version("3.10.0") } ``` @@ -62,8 +62,8 @@ Here is how you get started with the plugins for your SAP Commerce project. ```kotlin plugins { - id("sap.commerce.build") version("3.9.1") - id("sap.commerce.build.ccv2") version("3.9.1") + id("sap.commerce.build") version("3.10.0") + id("sap.commerce.build.ccv2") version("3.10.0") } repositories {