Skip to content

Commit af9cc94

Browse files
Update version numbers from 8.3.1 -> 8.4.0
1 parent 3a60728 commit af9cc94

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.1
2+
current_version = 8.4.0
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
@@ -64,7 +64,7 @@ All the services:
6464
<dependency>
6565
<groupId>com.ibm.watson</groupId>
6666
<artifactId>ibm-watson</artifactId>
67-
<version>8.3.1</version>
67+
<version>8.4.0</version>
6868
</dependency>
6969
```
7070

@@ -74,21 +74,21 @@ Only Discovery:
7474
<dependency>
7575
<groupId>com.ibm.watson</groupId>
7676
<artifactId>discovery</artifactId>
77-
<version>8.3.1</version>
77+
<version>8.4.0</version>
7878
</dependency>
7979
```
8080

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

8484
```gradle
85-
'com.ibm.watson:ibm-watson:8.3.1'
85+
'com.ibm.watson:ibm-watson:8.4.0'
8686
```
8787

8888
Only Assistant:
8989

9090
```gradle
91-
'com.ibm.watson:assistant:8.3.1'
91+
'com.ibm.watson:assistant:8.4.0'
9292
```
9393

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

443-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v8.3.1/ibm-watson-8.3.1-jar-with-dependencies.jar
443+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v8.4.0/ibm-watson-8.4.0-jar-with-dependencies.jar
444444

445445
## Contributors ✨
446446

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.1</version>
11+
<version>8.4.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:assistant:8.3.1'
18+
'com.ibm.watson:assistant:8.4.0'
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.1</version>
11+
<version>8.4.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:compare-comply:8.3.1'
18+
'com.ibm.watson:compare-comply:8.4.0'
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.1</version>
11+
<version>8.4.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:discovery:8.3.1'
18+
'com.ibm.watson:discovery:8.4.0'
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.1</version>
20+
<version>8.4.0</version>
2121
</dependency>
2222
</dependencies>
2323
<properties>

examples/build.gradle

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

3636
dependencies {
37-
compile 'com.ibm.watson:ibm-watson:8.3.1'
37+
compile 'com.ibm.watson:ibm-watson:8.4.0'
3838
}

gradle.properties

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

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.1</version>
11+
<version>8.4.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:language-translator:8.3.1'
18+
'com.ibm.watson:language-translator:8.4.0'
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.1</version>
11+
<version>8.4.0</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

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

2121
## Usage

0 commit comments

Comments
 (0)