Skip to content

Commit

Permalink
fix(sdk-version): fix sdk-version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkowa authored and germanattanasio committed Dec 9, 2020
1 parent 47fdc0f commit 3019159
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 9.0.0-rc.3
current_version = 8.6.3
commit = True
message = Update version numbers from {current_version} -> {new_version}
search = {current_version}
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ All the services:
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>ibm-watson</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

Expand All @@ -83,21 +83,21 @@ Only Discovery:
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>discovery</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle
All the services:

```gradle
'com.ibm.watson:ibm-watson:9.0.0-rc.3'
'com.ibm.watson:ibm-watson:8.6.3'
```

Only Assistant:

```gradle
'com.ibm.watson:assistant:9.0.0-rc.3'
'com.ibm.watson:assistant:8.6.3'
```

##### JAR
Expand Down Expand Up @@ -463,7 +463,7 @@ We do :sunglasses: http://ibm.github.io/
## Featured projects
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.

[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v9.0.0-rc.3/ibm-watson-9.0.0-rc.3-jar-with-dependencies.jar
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v8.6.3/ibm-watson-8.6.3-jar-with-dependencies.jar

## Contributors ✨

Expand Down
4 changes: 2 additions & 2 deletions assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>assistant</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:assistant:9.0.0-rc.3'
'com.ibm.watson:assistant:8.6.3'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions compare-comply/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>compare-comply</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:compare-comply:9.0.0-rc.3'
'com.ibm.watson:compare-comply:8.6.3'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions discovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>discovery</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:discovery:9.0.0-rc.3'
'com.ibm.watson:discovery:8.6.3'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>ibm-watson</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
</dependencies>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ checkstyle {
}

dependencies {
compile 'com.ibm.watson:ibm-watson:9.0.0-rc.3'
compile 'com.ibm.watson:ibm-watson:8.6.3'
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=9.0.0-rc.3
version=8.6.3
group=com.ibm.watson
org.gradle.parallel=true
4 changes: 2 additions & 2 deletions language-translator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>language-translator</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:language-translator:9.0.0-rc.3'
'com.ibm.watson:language-translator:8.6.3'
```

## 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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>natural-language-classifier</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:natural-language-classifier:9.0.0-rc.3'
'com.ibm.watson:natural-language-classifier:8.6.3'
```

## 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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>natural-language-understanding</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:natural-language-understanding:9.0.0-rc.3'
'com.ibm.watson:natural-language-understanding:8.6.3'
```

## 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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>personality-insights</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:personality-insights:9.0.0-rc.3'
'com.ibm.watson:personality-insights:8.6.3'
```

## 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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>speech-to-text</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:speech-to-text:9.0.0-rc.3'
'com.ibm.watson:speech-to-text:8.6.3'
```

## 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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>text-to-speech</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:text-to-speech:9.0.0-rc.3'
'com.ibm.watson:text-to-speech:8.6.3'
```

## 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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>tone-analyzer</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:tone-analyzer:9.0.0-rc.3'
'com.ibm.watson:tone-analyzer:8.6.3'
```

## 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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>visual-recognition</artifactId>
<version>9.0.0-rc.3</version>
<version>8.6.3</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:visual-recognition:9.0.0-rc.3'
'com.ibm.watson:visual-recognition:8.6.3'
```

## Usage
Expand Down

0 comments on commit 3019159

Please sign in to comment.