Skip to content

Commit

Permalink
Release version: 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpern committed Jul 17, 2023
1 parent 9cfaa41 commit 773f37d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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")
}
```

Expand All @@ -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 {
Expand Down

0 comments on commit 773f37d

Please sign in to comment.