Skip to content

Commit 494f8d0

Browse files
zhansheng.lzsclaude
andcommitted
Bump version to 2.18.6
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 66b720f commit 494f8d0

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<name>DashScope Java SDK</name>
4141
<groupId>com.alibaba</groupId>
4242
<artifactId>dashscope-sdk-java</artifactId>
43-
<version>2.18.1</version>
43+
<version>2.18.6</version>
4444

4545
<properties>
4646
<maven.compiler.source>8</maven.compiler.source>
@@ -143,6 +143,15 @@
143143

144144
<build>
145145
<plugins>
146+
<plugin>
147+
<groupId>org.sonatype.central</groupId>
148+
<artifactId>central-publishing-maven-plugin</artifactId>
149+
<version>0.8.0</version>
150+
<extensions>true</extensions>
151+
<configuration>
152+
<publishingServerId>central</publishingServerId>
153+
</configuration>
154+
</plugin>
146155
<plugin>
147156
<groupId>org.apache.maven.plugins</groupId>
148157
<artifactId>maven-eclipse-plugin</artifactId>

0 commit comments

Comments
 (0)