Skip to content

Commit ee5130f

Browse files
author
github-actions[bot]
committed
Prepare release 0.18.0
1 parent 2058f80 commit ee5130f

File tree

25 files changed

+45
-45
lines changed

25 files changed

+45
-45
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.17.0</version>
26+
<version>0.18.0</version>
2727
</dependency>
2828
```
2929

modules/watsonx-ai-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.ibm.watsonx</groupId>
2626
<artifactId>watsonx-ai-parent</artifactId>
27-
<version>999-SNAPSHOT</version>
27+
<version>0.18.0</version>
2828
<relativePath>../..</relativePath>
2929
</parent>
3030

modules/watsonx-ai/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<groupId>com.ibm.watsonx</groupId>
2424
<artifactId>watsonx-ai-parent</artifactId>
25-
<version>999-SNAPSHOT</version>
25+
<version>0.18.0</version>
2626
<relativePath>../..</relativePath>
2727
</parent>
2828

2929
<dependencies>
3030
<dependency>
3131
<groupId>com.ibm.watsonx</groupId>
3232
<artifactId>watsonx-ai-core</artifactId>
33-
<version>999-SNAPSHOT</version>
33+
<version>0.18.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.jboss.weld</groupId>

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.18.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>sample-parent</artifactId>
13-
<version>0.17.0</version>
13+
<version>0.18.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>streaming-reasoning-chatbot</artifactId>
8-
<version>0.17.0</version>
8+
<version>0.18.0</version>
99
<name>Streaming Chatbot Reasoning</name>
1010

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

samples/chatbot-streaming-simple-blocking/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>streaming-chatbot-simple</artifactId>
8-
<version>0.17.0</version>
8+
<version>0.18.0</version>
99
<name>Streaming Chatbot Simple</name>
1010

1111
<parent>
1212
<groupId>com.ibm.watsonx</groupId>
1313
<artifactId>sample-parent</artifactId>
14-
<version>0.17.0</version>
14+
<version>0.18.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>streaming-chatbot-tools</artifactId>
8-
<version>0.17.0</version>
8+
<version>0.18.0</version>
99
<name>Streaming Chatbot Tools</name>
1010

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

samples/chatbot-streaming-with-tool-interceptor/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>streaming-chatbot-with-tool-interceptor</artifactId>
8-
<version>0.17.0</version>
8+
<version>0.18.0</version>
99
<name>Streaming Chatbot with Tool Inteceptor</name>
1010

1111
<parent>
1212
<groupId>com.ibm.watsonx</groupId>
1313
<artifactId>sample-parent</artifactId>
14-
<version>0.17.0</version>
14+
<version>0.18.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>streaming-chatbot</artifactId>
8-
<version>0.17.0</version>
8+
<version>0.18.0</version>
99
<name>Streaming Chatbot</name>
1010

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

0 commit comments

Comments
 (0)