File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ Add the following dependency to your `pom.xml`:
3434``` xml
3535<dependency >
3636 <groupId >com.digitalsanctuary</groupId >
37- <artifactId >spring-ai-client</artifactId >
38- <version >1.1.0 </version >
37+ <artifactId >ds- spring-ai-client</artifactId >
38+ <version >1.1.2 </version >
3939</dependency >
4040```
4141
@@ -45,7 +45,7 @@ Add the following dependency to your `build.gradle`:
4545
4646``` groovy
4747dependencies {
48- implementation 'com.digitalsanctuary:spring-ai-client:1.1.0 '
48+ implementation 'com.digitalsanctuary:ds- spring-ai-client:1.1.2 '
4949}
5050```
5151
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import com.vanniktech.maven.publish.JavaLibrary
1313import com.vanniktech.maven.publish.JavadocJar
1414
1515group ' com.digitalsanctuary.springaiclient'
16- version ' 1.1.0 '
16+ version ' 1.1.2 '
1717description = ' Simple SpringBoot AI Client Library'
1818
1919ext {
@@ -59,7 +59,7 @@ tasks.named('bootJar') {
5959
6060tasks. named(' jar' ) {
6161 enabled = true
62- archiveBaseName. set(' spring-ai-client' )
62+ archiveBaseName. set(' ds- spring-ai-client' )
6363 archiveClassifier. set(' ' )
6464}
6565
@@ -103,10 +103,10 @@ mavenPublishing {
103103 configure(new JavaLibrary (new JavadocJar.Javadoc (), true ))
104104 publishToMavenCentral(SonatypeHost . CENTRAL_PORTAL )
105105 signAllPublications()
106- coordinates(" com.digitalsanctuary" , " spring-ai-client" , project. version)
106+ coordinates(" com.digitalsanctuary" , " ds- spring-ai-client" , project. version)
107107
108108 pom {
109- name = " Spring AI Client"
109+ name = " DS Spring AI Client"
110110 description = " Simple SpringBoot AI Client Library."
111111 inceptionYear = " 2024"
112112 url = " https://github.com/devondragon/SpringAIClient"
Original file line number Diff line number Diff line change 1- rootProject. name = ' spring-ai-client'
1+ rootProject. name = ' ds- spring-ai-client'
You can’t perform that action at this time.
0 commit comments