Skip to content

Commit

Permalink
Merge pull request #53 from comet-ml/bump-version-1.1.8
Browse files Browse the repository at this point in the history
[NA]: Bump to version 1.1.8
  • Loading branch information
yaricom authored Jan 31, 2022
2 parents 7198e24 + 6b24c1d commit a0c810a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>ml.comet</groupId>
<artifactId>comet-java-client</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion comet-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>comet-java-sdk</artifactId>
<groupId>ml.comet</groupId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.8-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion comet-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ml.comet</groupId>
<artifactId>comet-java-sdk</artifactId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.8-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>ml.comet</groupId>
<artifactId>comet-java-sdk</artifactId>
<packaging>pom</packaging>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.8-SNAPSHOT</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>https://www.comet.ml Java client lib</description>
Expand Down

0 comments on commit a0c810a

Please sign in to comment.