Skip to content

Commit

Permalink
Bump version: 4.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatino10 committed Dec 15, 2017
1 parent 681ce62 commit f172fe1
Show file tree
Hide file tree
Showing 16 changed files with 37 additions and 36 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.1.0
current_version = 4.2.0

[bumpversion:file:README.md]

Expand Down Expand Up @@ -32,3 +32,4 @@ current_version = 4.1.0
[bumpversion:file:visual-recognition/README.md]
search = {current_version}
replace = {new_version}

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ All the services:
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>java-sdk</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

Expand All @@ -64,7 +64,7 @@ Only Retrieve and Rank:
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>retrieve-and-rank</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

Expand All @@ -73,19 +73,19 @@ Only Retrieve and Rank:
All the services:

```gradle
'com.ibm.watson.developer_cloud:java-sdk:4.1.0'
'com.ibm.watson.developer_cloud:java-sdk:4.2.0'
```

Only Retrieve and Rank:

```gradle
'com.ibm.watson.developer_cloud:retrieve-and-rank:4.1.0'
'com.ibm.watson.developer_cloud:retrieve-and-rank:4.2.0'
```

Only Visual Recognition:

```gradle
'com.ibm.watson.developer_cloud:visual-recognition:4.1.0'
'com.ibm.watson.developer_cloud:visual-recognition:4.2.0'
```

##### Development Snapshots
Expand Down Expand Up @@ -259,7 +259,7 @@ Gradle:

```sh
cd java-sdk
gradle jar # build jar file (build/libs/watson-developer-cloud-4.1.0.jar)
gradle jar # build jar file (build/libs/watson-developer-cloud-4.2.0.jar)
gradle test # run tests
gradle check # performs quality checks on source files and generates reports
gradle testReport # run tests and generate the aggregated test report (build/reports/allTests)
Expand Down Expand Up @@ -309,4 +309,4 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
[apache_maven]: http://maven.apache.org/
[sonatype_snapshots]: https://oss.sonatype.org/content/repositories/snapshots/com/ibm/watson/developer_cloud/

[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-4.1.0/java-sdk-4.1.0-jar-with-dependencies.jar
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-4.2.0/java-sdk-4.2.0-jar-with-dependencies.jar
4 changes: 2 additions & 2 deletions alchemy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>alchemy</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson.developer_cloud:alchemy:4.1.0'
'com.ibm.watson.developer_cloud:alchemy:4.2.0'
```

## Alchemy Language
Expand Down
4 changes: 2 additions & 2 deletions conversation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>conversation</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:conversation:4.1.0'
'com.ibm.watson.developer_cloud:conversation:4.2.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 @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>discovery</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:discovery:4.1.0'
'com.ibm.watson.developer_cloud:discovery:4.2.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions document-conversion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>document-conversion</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:document-conversion:4.1.0'
'com.ibm.watson.developer_cloud:document-conversion:4.2.0'
```

## Usage
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,13 +8,13 @@ Formerly called Language Translation. No code changes are required to migrate.
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>language-translator</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:language-translator:4.1.0'
'com.ibm.watson.developer_cloud:language-translator:4.2.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions natural-language-classifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>natural-language-classifier</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:natural-language-classifier:4.1.0'
'com.ibm.watson.developer_cloud:natural-language-classifier:4.2.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 @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>natural-language-understanding</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:natural-language-understanding:4.1.0'
'com.ibm.watson.developer_cloud:natural-language-understanding:4.2.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions personality-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>personality-insights</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:personality-insights:4.1.0'
'com.ibm.watson.developer_cloud:personality-insights:4.2.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions retrieve-and-rank/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>retrieve-and-rank</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:retrieve-and-rank:4.1.0'
'com.ibm.watson.developer_cloud:retrieve-and-rank:4.2.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 @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>speech-to-text</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:speech-to-text:4.1.0'
'com.ibm.watson.developer_cloud:speech-to-text:4.2.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 @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>text-to-speech</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:text-to-speech:4.1.0'
'com.ibm.watson.developer_cloud:text-to-speech:4.2.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions tone-analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>tone-analyzer</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:tone-analyzer:4.1.0'
'com.ibm.watson.developer_cloud:tone-analyzer:4.2.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions tradeoff-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>tradeoff-analytics</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:tradeoff-analytics:4.1.0'
'com.ibm.watson.developer_cloud:tradeoff-analytics:4.2.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions visual-recognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>visual-recognition</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.developer_cloud:visual-recognition:4.1.0'
'com.ibm.watson.developer_cloud:visual-recognition:4.2.0'
```

## Usage
Expand Down

0 comments on commit f172fe1

Please sign in to comment.