Skip to content

Commit

Permalink
Update version numbers from 12.0.1 -> 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 20, 2024
1 parent 4c571c2 commit 55f006e
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 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 = 12.0.1
current_version = 13.0.0
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 @@ -21,7 +21,7 @@ All the services:
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>ibm-watson</artifactId>
<version>12.0.1</version>
<version>13.0.0</version>
</dependency>
```

Expand All @@ -31,21 +31,21 @@ Only Discovery:
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>discovery</artifactId>
<version>12.0.1</version>
<version>13.0.0</version>
</dependency>
```

##### Gradle
All the services:

```gradle
'com.ibm.watson:ibm-watson:12.0.1'
'com.ibm.watson:ibm-watson:13.0.0'
```

Only Assistant:

```gradle
'com.ibm.watson:assistant:12.0.1'
'com.ibm.watson:assistant:13.0.0'
```

Now, you are ready to see some [examples](https://github.com/watson-developer-cloud/java-sdk/tree/master/examples/src/main/java/com/ibm/watson).
Expand Down Expand Up @@ -474,7 +474,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/v12.0.1/ibm-watson-12.0.1-jar-with-dependencies.jar
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v13.0.0/ibm-watson-13.0.0-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>12.0.1</version>
<version>13.0.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:assistant:12.0.1'
'com.ibm.watson:assistant:13.0.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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>discovery</artifactId>
<version>12.0.1</version>
<version>13.0.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:discovery:12.0.1'
'com.ibm.watson:discovery:13.0.0'
```

## 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>12.0.1</version>
<version>13.0.0</version>
</dependency>
</dependencies>
<properties>
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,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>language-translator</artifactId>
<version>12.0.1</version>
<version>13.0.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:language-translator:12.0.1'
'com.ibm.watson:language-translator:13.0.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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>natural-language-understanding</artifactId>
<version>12.0.1</version>
<version>13.0.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:natural-language-understanding:12.0.1'
'com.ibm.watson:natural-language-understanding:13.0.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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>speech-to-text</artifactId>
<version>12.0.1</version>
<version>13.0.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:speech-to-text:12.0.1'
'com.ibm.watson:speech-to-text:13.0.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 @@ -8,14 +8,14 @@
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>text-to-speech</artifactId>
<version>12.0.1</version>
<version>13.0.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson:text-to-speech:12.0.1'
'com.ibm.watson:text-to-speech:13.0.0'
```

## Usage
Expand Down

0 comments on commit 55f006e

Please sign in to comment.