We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b720f commit 494f8d0Copy full SHA for 494f8d0
1 file changed
pom.xml
@@ -40,7 +40,7 @@
40
<name>DashScope Java SDK</name>
41
<groupId>com.alibaba</groupId>
42
<artifactId>dashscope-sdk-java</artifactId>
43
- <version>2.18.1</version>
+ <version>2.18.6</version>
44
45
<properties>
46
<maven.compiler.source>8</maven.compiler.source>
@@ -143,6 +143,15 @@
143
144
<build>
145
<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>
155
<plugin>
156
<groupId>org.apache.maven.plugins</groupId>
157
<artifactId>maven-eclipse-plugin</artifactId>
0 commit comments