Skip to content

Commit c8addf9

Browse files
Update version numbers from 7.0.0 -> 7.1.0
1 parent 133fad9 commit c8addf9

File tree

14 files changed

+30
-30
lines changed

14 files changed

+30
-30
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.0.0
2+
current_version = 7.1.0
33
commit = True
44
message = Update version numbers from {current_version} -> {new_version}
55

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Java client library to use the [Watson APIs][wdc].
5151

5252
:speaking_head: :speaking_head: :speaking_head:
5353
## Heads up!
54-
`v7.0.0` is out! Be sure to check out the [migration guide](https://github.com/watson-developer-cloud/java-sdk/blob/java-sdk-7.0.0/MIGRATION.md) for major breaking changes and the [release notes](https://github.com/watson-developer-cloud/java-sdk/releases/tag/java-sdk-7.0.0) for extra info.
54+
`v7.1.0` is out! Be sure to check out the [migration guide](https://github.com/watson-developer-cloud/java-sdk/blob/java-sdk-7.1.0/MIGRATION.md) for major breaking changes and the [release notes](https://github.com/watson-developer-cloud/java-sdk/releases/tag/java-sdk-7.1.0) for extra info.
5555
:speaking_head: :speaking_head: :speaking_head:
5656

5757
## Before you begin
@@ -121,7 +121,7 @@ All the services:
121121
<dependency>
122122
<groupId>com.ibm.watson</groupId>
123123
<artifactId>ibm-watson</artifactId>
124-
<version>7.0.0</version>
124+
<version>7.1.0</version>
125125
</dependency>
126126
```
127127

@@ -131,7 +131,7 @@ Only Discovery:
131131
<dependency>
132132
<groupId>com.ibm.watson</groupId>
133133
<artifactId>discovery</artifactId>
134-
<version>7.0.0</version>
134+
<version>7.1.0</version>
135135
</dependency>
136136
```
137137

@@ -150,13 +150,13 @@ Then, you can add the actual dependencies.
150150
All the services:
151151

152152
```gradle
153-
'com.ibm.watson:ibm-watson:7.0.0'
153+
'com.ibm.watson:ibm-watson:7.1.0'
154154
```
155155

156156
Only Assistant:
157157

158158
```gradle
159-
'com.ibm.watson:assistant:7.0.0'
159+
'com.ibm.watson:assistant:7.1.0'
160160
```
161161

162162
##### JAR
@@ -477,4 +477,4 @@ We do :sunglasses: http://ibm.github.io/
477477
## Featured projects
478478
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.
479479

480-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-7.0.0/ibm-watson-7.0.0-jar-with-dependencies.jar
480+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-7.1.0/ibm-watson-7.1.0-jar-with-dependencies.jar

assistant/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>assistant</artifactId>
10-
<version>7.0.0</version>
10+
<version>7.1.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:assistant:7.0.0'
16+
'com.ibm.watson:assistant:7.1.0'
1717
```
1818

1919
## Usage

compare-comply/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>compare-comply</artifactId>
10-
<version>7.0.0</version>
10+
<version>7.1.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson.developer_cloud:compare-comply:7.0.0'
16+
'com.ibm.watson.developer_cloud:compare-comply:7.1.0'
1717
```
1818

1919
## Usage

discovery/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>discovery</artifactId>
10-
<version>7.0.0</version>
10+
<version>7.1.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:discovery:7.0.0'
16+
'com.ibm.watson:discovery:7.1.0'
1717
```
1818

1919
## Usage

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=7.0.0
1+
version=7.1.0
22
group=com.ibm.watson
33

language-translator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>language-translator</artifactId>
10-
<version>7.0.0</version>
10+
<version>7.1.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:language-translator:7.0.0'
16+
'com.ibm.watson:language-translator:7.1.0'
1717
```
1818

1919
## Usage

natural-language-classifier/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>natural-language-classifier</artifactId>
10-
<version>7.0.0</version>
10+
<version>7.1.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:natural-language-classifier:7.0.0'
16+
'com.ibm.watson:natural-language-classifier:7.1.0'
1717
```
1818

1919
## Usage

natural-language-understanding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>natural-language-understanding</artifactId>
10-
<version>7.0.0</version>
10+
<version>7.1.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:natural-language-understanding:7.0.0'
16+
'com.ibm.watson:natural-language-understanding:7.1.0'
1717
```
1818

1919
## Usage

personality-insights/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>personality-insights</artifactId>
10-
<version>7.0.0</version>
10+
<version>7.1.0</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:personality-insights:7.0.0'
16+
'com.ibm.watson:personality-insights:7.1.0'
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)