Skip to content

Commit

Permalink
Update version numbers from 7.2.0 -> 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 25, 2019
1 parent fb7e3e7 commit c595e4d
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.2.0
current_version = 7.3.0
commit = True
message = Update version numbers from {current_version} -> {new_version}

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ All the services:
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>ibm-watson</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

Expand All @@ -71,21 +71,21 @@ Only Discovery:
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>discovery</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
All the services:

```gradle
'com.ibm.watson:ibm-watson:7.2.0'
'com.ibm.watson:ibm-watson:7.3.0'
```

Only Assistant:

```gradle
'com.ibm.watson:assistant:7.2.0'
'com.ibm.watson:assistant:7.3.0'
```

##### JAR
Expand Down Expand Up @@ -406,4 +406,4 @@ We do :sunglasses: http://ibm.github.io/
## Featured projects
We'd love to highlight cool open-source projects that use this SDK! If you'd like to get your project added to the list, feel free to make an issue linking us to it.

[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-7.2.0/ibm-watson-7.2.0-jar-with-dependencies.jar
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-7.3.0/ibm-watson-7.3.0-jar-with-dependencies.jar
4 changes: 2 additions & 2 deletions assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>assistant</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson:assistant:7.2.0'
'com.ibm.watson:assistant:7.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions compare-comply/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>compare-comply</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:compare-comply:7.2.0'
'com.ibm.watson.developer_cloud:compare-comply:7.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions discovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>discovery</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson:discovery:7.2.0'
'com.ibm.watson:discovery:7.3.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=7.2.0
version=7.3.0
group=com.ibm.watson

4 changes: 2 additions & 2 deletions language-translator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>language-translator</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson:language-translator:7.2.0'
'com.ibm.watson:language-translator:7.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions natural-language-classifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>natural-language-classifier</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson:natural-language-classifier:7.2.0'
'com.ibm.watson:natural-language-classifier:7.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions natural-language-understanding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>natural-language-understanding</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson:natural-language-understanding:7.2.0'
'com.ibm.watson:natural-language-understanding:7.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions personality-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>personality-insights</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson:personality-insights:7.2.0'
'com.ibm.watson:personality-insights:7.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions speech-to-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>speech-to-text</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson:speech-to-text:7.2.0'
'com.ibm.watson:speech-to-text:7.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions text-to-speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>text-to-speech</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson:text-to-speech:7.2.0'
'com.ibm.watson:text-to-speech:7.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions tone-analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>tone-analyzer</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson:tone-analyzer:7.2.0'
'com.ibm.watson:tone-analyzer:7.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions visual-recognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>visual-recognition</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson:visual-recognition:7.2.0'
'com.ibm.watson:visual-recognition:7.3.0'
```

## Usage
Expand Down

4 comments on commit c595e4d

@saicharankristipati
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi in 7.30. how to connect to the service, as previously we are using version date,apikey or user name or password. Now it is deprecated and asking for 'AuthenticatorConfig' to connect to Watson language translator service. As (version data,AuthenticatorConfig). how to configure this please let me know.

@lpatino10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @saicharankristipati. The README has been updated with the new recommended form of setting credentials. See: https://github.com/watson-developer-cloud/java-sdk/blob/master/README.md#manually.

That being said, you can of course keep your same code up until the 8.x.x release if you'd prefer.

@saicharankristipati
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @lpatino10 thank you for the reply, when i tried with 7.3.0 including all the required libraries. Below is the error am facing. Can you please suggest me.
Exception in thread "main" java.lang.NoSuchMethodError: okhttp3.OkHttpClient$Builder.sslSocketFactory(Ljavax/net/ssl/SSLSocketFactory;Ljavax/net/ssl/X509TrustManager;)Lokhttp3/OkHttpClient$Builder;
at com.ibm.cloud.sdk.core.http.HttpClientSingleton.setupTLSProtocol(HttpClientSingleton.java:211)
How can i over come. Basically am trying to implement document translator.

@lpatino10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you be able to put this in an issue and add some of the code you've written that's run into this error? It'll be more helpful that way for any future users who might run into the same problem.

Please sign in to comment.