Skip to content

Commit

Permalink
Merge pull request #47 from comet-ml/bump-version-1.1.6
Browse files Browse the repository at this point in the history
[N/A]: Bump to version 1.1.6
  • Loading branch information
yaricom authored Jan 18, 2022
2 parents d46dac1 + dde95de commit e4955e9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.5</version>
<version>1.1.6</version>
</dependency>
</dependencies>
```
Expand Down
6 changes: 3 additions & 3 deletions 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.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.81</version>
<version>1.82</version>
</dependency>

<dependency>
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.7</version>
<version>1.2.10</version>
</dependency>
</dependencies>
<build>
Expand Down
8 changes: 4 additions & 4 deletions 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.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>com.vdurmont</groupId>
Expand Down Expand Up @@ -94,13 +94,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.31.0</version>
<version>2.32.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion comet-java-client/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The default configuration values for Comet Java SDK
comet {
# The base URL (env: COMET_BASE_URL)
baseUrl = "https://www.comet.ml"
baseUrl = "https://www.comet-ml.com"
# The maximal number of authentication retries (env: COMET_MAX_AUTH_RETRIES)
maxAuthRetries = 4
# The timeout to finish upload of all pending log records and resources to the Comet at experiment end (env: COMET_TIMEOUT_CLEANING)
Expand Down
2 changes: 1 addition & 1 deletion comet-java-client/src/test/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
comet {
baseUrl = "https://www.comet.ml"
baseUrl = "https://www.comet-ml.com"
maxAuthRetries = 5
}
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.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</version>

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

0 comments on commit e4955e9

Please sign in to comment.