Skip to content

Commit ed584a7

Browse files
committed
Update README and build.gradle for version 1.1.2 and project rename to 'ds-spring-ai-client'
1 parent d575299 commit ed584a7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4747
dependencies {
48-
implementation 'com.digitalsanctuary:spring-ai-client:1.1.0'
48+
implementation 'com.digitalsanctuary:ds-spring-ai-client:1.1.2'
4949
}
5050
```
5151

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import com.vanniktech.maven.publish.JavaLibrary
1313
import com.vanniktech.maven.publish.JavadocJar
1414

1515
group 'com.digitalsanctuary.springaiclient'
16-
version '1.1.1'
16+
version '1.1.2'
1717
description = 'Simple SpringBoot AI Client Library'
1818

1919
ext {
@@ -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"

0 commit comments

Comments
 (0)