Skip to content

Commit

Permalink
TASK: Updating version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Oct 12, 2023
1 parent 5f2f1b8 commit 8902568
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
```gradle
ext {
versions = [
commercetools: "16.4.0"
commercetools: "16.5.0"
]
}
Expand All @@ -43,7 +43,7 @@ dependencies {

```maven
<properties>
<commercetools.version>16.4.0</commercetools.version>
<commercetools.version>16.5.0</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven-okhttp3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</plugins>
</build>
<properties>
<commercetools.version>16.5.0-SNAPSHOT</commercetools.version>
<commercetools.version>16.6.0-SNAPSHOT</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven-okhttp4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</plugins>
</build>
<properties>
<commercetools.version>16.5.0-SNAPSHOT</commercetools.version>
<commercetools.version>16.6.0-SNAPSHOT</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-newrelic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "16.5.0-SNAPSHOT",
commercetools: "16.6.0-SNAPSHOT",
newrelic: "8.0.1"
]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-otel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "16.5.0-SNAPSHOT",
commercetools: "16.6.0-SNAPSHOT",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spotless {

ext {
versions = [
commercetools: "16.5.0-SNAPSHOT",
commercetools: "16.6.0-SNAPSHOT",
newrelic: "7.7.0"
]
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Oct 10 10:09:35 UTC 2023
#Thu Oct 12 11:37:26 UTC 2023
kotlinVersion=1.5.30
org.gradle.jvmargs=-Xmx2048m
version=16.5.0-SNAPSHOT
version=16.6.0-SNAPSHOT
1 change: 0 additions & 1 deletion reference.txt

This file was deleted.

0 comments on commit 8902568

Please sign in to comment.