Skip to content

Commit a56dba0

Browse files
author
github-actions[bot]
committed
Prepare release 0.7.0
1 parent 0dc4352 commit a56dba0

File tree

19 files changed

+35
-35
lines changed

19 files changed

+35
-35
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To use the watsonx.ai Java SDK, add the following Maven dependency:
2323
<dependency>
2424
<groupId>com.ibm.watsonx</groupId>
2525
<artifactId>watsonx-ai</artifactId>
26-
<version>0.6.1</version>
26+
<version>0.7.0</version>
2727
</dependency>
2828
```
2929

modules/watsonx-ai-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>watsonx-ai-core</name>
88
<groupId>com.ibm.watsonx</groupId>
99
<artifactId>watsonx-ai-core</artifactId>
10-
<version>999-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
<packaging>jar</packaging>
1212

1313
<description>
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.ibm.watsonx</groupId>
2121
<artifactId>watsonx-ai-parent</artifactId>
22-
<version>999-SNAPSHOT</version>
22+
<version>0.7.0</version>
2323
<relativePath>../..</relativePath>
2424
</parent>
2525

modules/watsonx-ai/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>watsonx-ai</name>
88
<groupId>com.ibm.watsonx</groupId>
99
<artifactId>watsonx-ai</artifactId>
10-
<version>999-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111

1212
<description>
1313
Service layer implementation of the watsonx.ai SDK. This module contains the service
@@ -17,15 +17,15 @@
1717
<parent>
1818
<groupId>com.ibm.watsonx</groupId>
1919
<artifactId>watsonx-ai-parent</artifactId>
20-
<version>999-SNAPSHOT</version>
20+
<version>0.7.0</version>
2121
<relativePath>../..</relativePath>
2222
</parent>
2323

2424
<dependencies>
2525
<dependency>
2626
<groupId>com.ibm.watsonx</groupId>
2727
<artifactId>watsonx-ai-core</artifactId>
28-
<version>999-SNAPSHOT</version>
28+
<version>0.7.0</version>
2929
</dependency>
3030
</dependencies>
3131
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>IBM watsonx.ai Java SDK</name>
77
<groupId>com.ibm.watsonx</groupId>
88
<artifactId>watsonx-ai-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
9+
<version>0.7.0</version>
1010
<packaging>pom</packaging>
1111
<url>https://github.com/IBM/watsonx-ai-java-sdk</url>
1212
<description>Java client library and SDK for IBM watsonx.ai</description>

samples/chatbot-reasoning/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.ibm.watsonx</groupId>
1212
<artifactId>watsonx-ai-sample-parent</artifactId>
13-
<version>0.6.1</version>
13+
<version>0.7.0</version>
1414
<relativePath>../</relativePath>
1515
</parent>
1616

samples/chatbot-streaming-reasoning/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.ibm.watsonx</groupId>
77
<artifactId>watsonx-ai-sample-streaming-reasoning-chatbot</artifactId>
8-
<version>0.6.1</version>
8+
<version>0.7.0</version>
99
<name>Streaming Chatbot Reasoning Sample</name>
1010

1111
<parent>
1212
<groupId>com.ibm.watsonx</groupId>
1313
<artifactId>watsonx-ai-sample-parent</artifactId>
14-
<version>0.6.1</version>
14+
<version>0.7.0</version>
1515
<relativePath>../</relativePath>
1616
</parent>
1717

samples/chatbot-streaming-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.ibm.watsonx</groupId>
77
<artifactId>watsonx-ai-sample-streaming-chatbot-tools</artifactId>
8-
<version>0.6.1</version>
8+
<version>0.7.0</version>
99
<name>Streaming Chatbot Tools Sample</name>
1010

1111
<parent>
1212
<groupId>com.ibm.watsonx</groupId>
1313
<artifactId>watsonx-ai-sample-parent</artifactId>
14-
<version>0.6.1</version>
14+
<version>0.7.0</version>
1515
<relativePath>../</relativePath>
1616
</parent>
1717

samples/chatbot-streaming/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.ibm.watsonx</groupId>
77
<artifactId>watsonx-ai-sample-streaming-chatbot</artifactId>
8-
<version>0.6.1</version>
8+
<version>0.7.0</version>
99
<name>Streaming Chatbot Sample</name>
1010

1111
<parent>
1212
<groupId>com.ibm.watsonx</groupId>
1313
<artifactId>watsonx-ai-sample-parent</artifactId>
14-
<version>0.6.1</version>
14+
<version>0.7.0</version>
1515
<relativePath>../</relativePath>
1616
</parent>
1717

samples/chatbot-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.ibm.watsonx</groupId>
77
<artifactId>watsonx-ai-sample-tools-chatbot</artifactId>
8-
<version>0.6.1</version>
8+
<version>0.7.0</version>
99
<name>Chatbot Tools Sample</name>
1010

1111
<parent>
1212
<groupId>com.ibm.watsonx</groupId>
1313
<artifactId>watsonx-ai-sample-parent</artifactId>
14-
<version>0.6.1</version>
14+
<version>0.7.0</version>
1515
<relativePath>../</relativePath>
1616
</parent>
1717

samples/chatbot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.ibm.watsonx</groupId>
77
<artifactId>watsonx-ai-sample-chatbot</artifactId>
8-
<version>0.6.1</version>
8+
<version>0.7.0</version>
99
<name>Chatbot Sample</name>
1010

1111
<parent>
1212
<groupId>com.ibm.watsonx</groupId>
1313
<artifactId>watsonx-ai-sample-parent</artifactId>
14-
<version>0.6.1</version>
14+
<version>0.7.0</version>
1515
<relativePath>../</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)