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 13, 2022
1 parent 05cdd0b commit 8ed0248
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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: "9.3.0"
commercetools: "9.4.0"
]
}
Expand All @@ -43,7 +43,7 @@ dependencies {

```maven
<properties>
<commercetools.version>9.3.0</commercetools.version>
<commercetools.version>9.4.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>9.4.0-SNAPSHOT</commercetools.version>
<commercetools.version>9.5.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>9.4.0-SNAPSHOT</commercetools.version>
<commercetools.version>9.5.0-SNAPSHOT</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spotless {

ext {
versions = [
commercetools: "9.4.0-SNAPSHOT",
commercetools: "9.5.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,3 +1,3 @@
#Thu Sep 15 10:12:04 UTC 2022
#Thu Oct 13 18:45:31 UTC 2022
org.gradle.jvmargs=-Xmx2048m
version=9.4.0-SNAPSHOT
version=9.5.0-SNAPSHOT

0 comments on commit 8ed0248

Please sign in to comment.