Skip to content

Commit fada33f

Browse files
committed
change ai to conv
Signed-off-by: sirivarma <[email protected]>
1 parent 88fe015 commit fada33f

File tree

10 files changed

+10
-5
lines changed

10 files changed

+10
-5
lines changed

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</dependency>
122122
<dependency>
123123
<groupId>io.dapr</groupId>
124-
<artifactId>dapr-sdk-ai</artifactId>
124+
<artifactId>dapr-sdk-conversation</artifactId>
125125
<version>${project.version}</version>
126126
</dependency>
127127
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
<module>sdk-autogen</module>
334334
<module>sdk</module>
335335
<module>sdk-actors</module>
336-
<module>sdk-ai</module>
336+
<module>sdk-conversation</module>
337337
<module>sdk-workflows</module>
338338
<module>sdk-springboot</module>
339339
<module>dapr-spring</module>

sdk-ai/pom.xml sdk-conversation/pom.xml

+8-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<version>1.15.0-SNAPSHOT</version>
1111
</parent>
1212

13-
<artifactId>dapr-sdk-ai</artifactId>
13+
<artifactId>dapr-sdk-conversation</artifactId>
1414
<packaging>jar</packaging>
1515
<version>1.15.0-SNAPSHOT</version>
16-
<name>dapr-sdk-ai</name>
17-
<description>SDK for AI on Dapr</description>
16+
<name>dapr-sdk-conversation</name>
17+
<description>SDK for Conversation</description>
1818

1919
<properties>
2020
<maven.deploy.skip>false</maven.deploy.skip>
@@ -88,6 +88,11 @@
8888

8989
<build>
9090
<plugins>
91+
<plugin>
92+
<groupId>org.sonatype.plugins</groupId>
93+
<artifactId>nexus-staging-maven-plugin</artifactId>
94+
</plugin>
95+
9196
<plugin>
9297
<groupId>org.apache.maven.plugins</groupId>
9398
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)