Skip to content

Commit f5893d3

Browse files
Update version numbers from 7.4.0 -> 7.4.1
1 parent 2b94d54 commit f5893d3

File tree

15 files changed

+30
-30
lines changed

15 files changed

+30
-30
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.4.0
2+
current_version = 7.4.1
33
commit = True
44
message = Update version numbers from {current_version} -> {new_version}
55

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ All the services:
6262
<dependency>
6363
<groupId>com.ibm.watson</groupId>
6464
<artifactId>ibm-watson</artifactId>
65-
<version>7.4.0</version>
65+
<version>7.4.1</version>
6666
</dependency>
6767
```
6868

@@ -72,21 +72,21 @@ Only Discovery:
7272
<dependency>
7373
<groupId>com.ibm.watson</groupId>
7474
<artifactId>discovery</artifactId>
75-
<version>7.4.0</version>
75+
<version>7.4.1</version>
7676
</dependency>
7777
```
7878

7979
##### Gradle
8080
All the services:
8181

8282
```gradle
83-
'com.ibm.watson:ibm-watson:7.4.0'
83+
'com.ibm.watson:ibm-watson:7.4.1'
8484
```
8585

8686
Only Assistant:
8787

8888
```gradle
89-
'com.ibm.watson:assistant:7.4.0'
89+
'com.ibm.watson:assistant:7.4.1'
9090
```
9191

9292
##### JAR
@@ -407,7 +407,7 @@ We do :sunglasses: http://ibm.github.io/
407407
## Featured projects
408408
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.
409409

410-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-7.4.0/ibm-watson-7.4.0-jar-with-dependencies.jar
410+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-7.4.1/ibm-watson-7.4.1-jar-with-dependencies.jar
411411

412412
## Contributors ✨
413413

assistant/README.md

+2-2
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.4.0</version>
10+
<version>7.4.1</version>
1111
</dependency>
1212
```
1313

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

1919
## Usage

compare-comply/README.md

+2-2
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.4.0</version>
10+
<version>7.4.1</version>
1111
</dependency>
1212
```
1313

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

1919
## Usage

discovery/README.md

+2-2
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.4.0</version>
10+
<version>7.4.1</version>
1111
</dependency>
1212
```
1313

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

1919
## Usage

docker/pom.xml

+1-1
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>7.4.0</version>
20+
<version>7.4.1</version>
2121
</dependency>
2222
</dependencies>
2323
<properties>

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=7.4.0
1+
version=7.4.1
22
group=com.ibm.watson
33

language-translator/README.md

+2-2
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.4.0</version>
10+
<version>7.4.1</version>
1111
</dependency>
1212
```
1313

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

1919
## Usage

natural-language-classifier/README.md

+2-2
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.4.0</version>
10+
<version>7.4.1</version>
1111
</dependency>
1212
```
1313

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

1919
## Usage

natural-language-understanding/README.md

+2-2
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.4.0</version>
10+
<version>7.4.1</version>
1111
</dependency>
1212
```
1313

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

1919
## Usage

personality-insights/README.md

+2-2
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.4.0</version>
10+
<version>7.4.1</version>
1111
</dependency>
1212
```
1313

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

1919
## Usage

speech-to-text/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>speech-to-text</artifactId>
10-
<version>7.4.0</version>
10+
<version>7.4.1</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:speech-to-text:7.4.0'
16+
'com.ibm.watson:speech-to-text:7.4.1'
1717
```
1818

1919
## Usage

text-to-speech/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>text-to-speech</artifactId>
10-
<version>7.4.0</version>
10+
<version>7.4.1</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:text-to-speech:7.4.0'
16+
'com.ibm.watson:text-to-speech:7.4.1'
1717
```
1818

1919
## Usage

tone-analyzer/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>tone-analyzer</artifactId>
10-
<version>7.4.0</version>
10+
<version>7.4.1</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:tone-analyzer:7.4.0'
16+
'com.ibm.watson:tone-analyzer:7.4.1'
1717
```
1818

1919
## Usage

visual-recognition/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<dependency>
88
<groupId>com.ibm.watson</groupId>
99
<artifactId>visual-recognition</artifactId>
10-
<version>7.4.0</version>
10+
<version>7.4.1</version>
1111
</dependency>
1212
```
1313

1414
##### Gradle
1515
```gradle
16-
'com.ibm.watson:visual-recognition:7.4.0'
16+
'com.ibm.watson:visual-recognition:7.4.1'
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)