Skip to content

Commit 70e9dfa

Browse files
Update version numbers from 8.3.0 -> 8.3.1
1 parent ee73d24 commit 70e9dfa

File tree

16 files changed

+31
-31
lines changed

16 files changed

+31
-31
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 = 8.3.0
2+
current_version = 8.3.1
33
commit = True
44
message = Update version numbers from {current_version} -> {new_version}
55

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ All the services:
6565
<dependency>
6666
<groupId>com.ibm.watson</groupId>
6767
<artifactId>ibm-watson</artifactId>
68-
<version>8.3.0</version>
68+
<version>8.3.1</version>
6969
</dependency>
7070
```
7171

@@ -75,21 +75,21 @@ Only Discovery:
7575
<dependency>
7676
<groupId>com.ibm.watson</groupId>
7777
<artifactId>discovery</artifactId>
78-
<version>8.3.0</version>
78+
<version>8.3.1</version>
7979
</dependency>
8080
```
8181

8282
##### Gradle
8383
All the services:
8484

8585
```gradle
86-
'com.ibm.watson:ibm-watson:8.3.0'
86+
'com.ibm.watson:ibm-watson:8.3.1'
8787
```
8888

8989
Only Assistant:
9090

9191
```gradle
92-
'com.ibm.watson:assistant:8.3.0'
92+
'com.ibm.watson:assistant:8.3.1'
9393
```
9494

9595
##### JAR
@@ -441,7 +441,7 @@ We do :sunglasses: http://ibm.github.io/
441441
## Featured projects
442442
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.
443443

444-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v8.3.0/ibm-watson-8.3.0-jar-with-dependencies.jar
444+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v8.3.1/ibm-watson-8.3.1-jar-with-dependencies.jar
445445

446446
## Contributors ✨
447447

assistant/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>assistant</artifactId>
11-
<version>8.3.0</version>
11+
<version>8.3.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:assistant:8.3.0'
18+
'com.ibm.watson:assistant:8.3.1'
1919
```
2020

2121
## Usage

compare-comply/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>compare-comply</artifactId>
11-
<version>8.3.0</version>
11+
<version>8.3.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson.developer_cloud:compare-comply:8.3.0'
18+
'com.ibm.watson.developer_cloud:compare-comply:8.3.1'
1919
```
2020

2121
## Usage

discovery/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>discovery</artifactId>
11-
<version>8.3.0</version>
11+
<version>8.3.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:discovery:8.3.0'
18+
'com.ibm.watson:discovery:8.3.1'
1919
```
2020

2121
## Usage

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.ibm.watson</groupId>
1919
<artifactId>ibm-watson</artifactId>
20-
<version>8.3.0</version>
20+
<version>8.3.1</version>
2121
</dependency>
2222
</dependencies>
2323
<properties>

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ checkstyle {
3333
}
3434

3535
dependencies {
36-
compile 'com.ibm.watson:ibm-watson:8.3.0'
36+
compile 'com.ibm.watson:ibm-watson:8.3.1'
3737
}

gradle.properties

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

language-translator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>language-translator</artifactId>
11-
<version>8.3.0</version>
11+
<version>8.3.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:language-translator:8.3.0'
18+
'com.ibm.watson:language-translator:8.3.1'
1919
```
2020

2121
## Usage

natural-language-classifier/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>natural-language-classifier</artifactId>
11-
<version>8.3.0</version>
11+
<version>8.3.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:natural-language-classifier:8.3.0'
18+
'com.ibm.watson:natural-language-classifier:8.3.1'
1919
```
2020

2121
## Usage

0 commit comments

Comments
 (0)