Skip to content

Commit

Permalink
Update version numbers from 10.0.1 -> 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 10, 2022
1 parent bfd4b0d commit 40f5dea
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 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 = 10.0.1
current_version = 10.1.0
commit = True
message = Update version numbers from {current_version} -> {new_version}
search = {current_version}
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Java client library to use the [Watson APIs][wdc].

## Announcements
### Tone Analyzer Deprecation
As of this major release, 10.0.1, the Tone Analyzer API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to Tone Analyzer until its final deprecation, you will have to use a previous version.
As of this major release, 10.1.0, the Tone Analyzer API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to Tone Analyzer until its final deprecation, you will have to use a previous version.
On 24 February 2022, IBM announced the deprecation of the Tone Analyzer service. The service will no longer be available as of 24 February 2023. As of 24 February 2022, you will not be able to create new instances. Existing instances will be supported until 24 February 2023.
As an alternative, we encourage you to consider migrating to the Natural Language Understanding service on IBM Cloud. With Natural Language Understanding, tone analysis is done by using a pre-built classifications model, which provides an easy way to detect language tones in written text. For more information, see [Migrating from Watson Tone Analyzer Customer Engagement endpoint to Natural Language Understanding](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-tone_analytics).

### Natural Language Classifier Deprecation
As of this major release, 10.0.1, the NLC API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to NLC until its final deprecation, you will have to use a previous version.
As of this major release, 10.1.0, the NLC API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to NLC until its final deprecation, you will have to use a previous version.
On 9 August 2021, IBM announced the deprecation of the Natural Language Classifier service. The service will no longer be available from 8 August 2022. As of 9 September 2021, you will not be able to create new instances. Existing instances will be supported until 8 August 2022. Any instance that still exists on that date will be deleted.
As an alternative, we encourage you to consider migrating to the Natural Language Understanding service on IBM Cloud that uses deep learning to extract data and insights from text such as keywords, categories, sentiment, emotion, and syntax, along with advanced multi-label text classification capabilities, to provide even richer insights for your business or industry. For more information, see [Migrating to Natural Language Understanding](https://cloud.ibm.com/docs/natural-language-classifier?topic=natural-language-classifier-migrating).

Expand All @@ -37,7 +37,7 @@ All the services:
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>ibm-watson</artifactId>
<version>10.0.1</version>
<version>10.1.0</version>
</dependency>
```

Expand All @@ -47,21 +47,21 @@ Only Discovery:
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>discovery</artifactId>
<version>10.0.1</version>
<version>10.1.0</version>
</dependency>
```

##### Gradle
All the services:

```gradle
'com.ibm.watson:ibm-watson:10.0.1'
'com.ibm.watson:ibm-watson:10.1.0'
```

Only Assistant:

```gradle
'com.ibm.watson:assistant:10.0.1'
'com.ibm.watson:assistant:10.1.0'
```

Now, you are ready to see some [examples](https://github.com/watson-developer-cloud/java-sdk/tree/master/examples/src/main/java/com/ibm/watson).
Expand Down Expand Up @@ -477,7 +477,7 @@ 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/v10.0.1/ibm-watson-10.0.1-jar-with-dependencies.jar
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v10.1.0/ibm-watson-10.1.0-jar-with-dependencies.jar

## Contributors ✨

Expand Down
4 changes: 2 additions & 2 deletions assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>assistant</artifactId>
<version>10.0.1</version>
<version>10.1.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:assistant:10.0.1'
'com.ibm.watson:assistant:10.1.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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>discovery</artifactId>
<version>10.0.1</version>
<version>10.1.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:discovery:10.0.1'
'com.ibm.watson:discovery:10.1.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>ibm-watson</artifactId>
<version>10.0.1</version>
<version>10.1.0</version>
</dependency>
</dependencies>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions language-translator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>language-translator</artifactId>
<version>10.0.1</version>
<version>10.1.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:language-translator:10.0.1'
'com.ibm.watson:language-translator:10.1.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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>natural-language-understanding</artifactId>
<version>10.0.1</version>
<version>10.1.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:natural-language-understanding:10.0.1'
'com.ibm.watson:natural-language-understanding:10.1.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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>speech-to-text</artifactId>
<version>10.0.1</version>
<version>10.1.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:speech-to-text:10.0.1'
'com.ibm.watson:speech-to-text:10.1.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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>text-to-speech</artifactId>
<version>10.0.1</version>
<version>10.1.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:text-to-speech:10.0.1'
'com.ibm.watson:text-to-speech:10.1.0'
```

## Usage
Expand Down

0 comments on commit 40f5dea

Please sign in to comment.