Skip to content

Commit 3b53f3b

Browse files
committed
TASK: Updating version in README
1 parent de78e1b commit 3b53f3b

File tree

11 files changed

+12
-13
lines changed

11 files changed

+12
-13
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
2121
```gradle
2222
ext {
2323
versions = [
24-
commercetools: "17.20.0"
24+
commercetools: "17.21.0-alpha.1"
2525
]
2626
}
2727
@@ -42,7 +42,7 @@ dependencies {
4242

4343
```maven
4444
<properties>
45-
<commercetools.version>17.20.0</commercetools.version>
45+
<commercetools.version>17.21.0-alpha.1</commercetools.version>
4646
</properties>
4747
<dependencies>
4848
<dependency>

examples/maven-okhttp3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.20.0</commercetools.version>
30+
<commercetools.version>17.21.0-alpha.1</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/maven-okhttp4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.20.0</commercetools.version>
30+
<commercetools.version>17.21.0-alpha.1</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/spring-datadog-statsd/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
ext {
2222
versions = [
23-
commercetools: "17.20.0",
23+
commercetools: "17.21.0-alpha.1",
2424
]
2525
}
2626

examples/spring-datadog/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.20.0",
24+
commercetools: "17.21.0-alpha.1",
2525
]
2626
}
2727

examples/spring-dynatrace-oneagent/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
ext {
2222
versions = [
23-
commercetools: "17.20.0",
23+
commercetools: "17.21.0-alpha.1",
2424
]
2525
}
2626

examples/spring-newrelic/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.20.0",
24+
commercetools: "17.21.0-alpha.1",
2525
newrelic: "8.16.0"
2626
]
2727
}

examples/spring-otel/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.20.0",
24+
commercetools: "17.21.0-alpha.1",
2525
]
2626
}
2727

examples/spring/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spotless {
3131

3232
ext {
3333
versions = [
34-
commercetools: "17.20.0"
34+
commercetools: "17.21.0-alpha.1"
3535
]
3636
}
3737

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Mon Dec 02 14:13:21 UTC 2024
1+
#Thu Dec 12 22:09:45 UTC 2024
22
kotlinVersion=1.5.30
33
org.gradle.jvmargs=-Xmx2048m
4-
version=17.21.0-SNAPSHOT
4+
version=17.22.0-SNAPSHOT

reference.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)