Skip to content

Commit d941173

Browse files
committed
ci: update version
1 parent c9e6509 commit d941173

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Build with Maven
2222
env:
2323
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
24-
run: mvn --batch-mode --update-snapshots package
24+
run: mvn -B -ntp package

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
1919
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2020
- name: Publish package
21-
run: mvn --batch-mode deploy
21+
run: mvn -B -ntp deploy
2222
env:
2323
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
2424
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add Maven dependency.
1616
<dependency>
1717
<groupId>com.javaaidev</groupId>
1818
<artifactId>springai-openai-client</artifactId>
19-
<version>0.4.1</version>
19+
<version>0.4.3</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.javaaidev</groupId>
88
<artifactId>springai-openai-client</artifactId>
9-
<version>0.4.2</version>
9+
<version>0.4.3</version>
1010

1111
<name>OpenAI ChatModel</name>
1212
<description>Spring AI ChatModel for OpenAI using official Java SDK</description>

0 commit comments

Comments
 (0)