File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 <groupId >com.github.plexpt</groupId >
77 <artifactId >chatgpt</artifactId >
8- <version >5.0.0 </version >
8+ <version >5.0.1 </version >
99 <name >chatgpt</name >
10- <description >ChatGPT4.0、 ChatGPT Java SDK.</description >
10+ <description >Openai ChatGPT Java SDK.</description >
1111 <url >https://chat.plexpt.com</url >
1212
1313 <issueManagement >
199199 <plugin >
200200 <groupId >org.sonatype.plugins</groupId >
201201 <artifactId >nexus-staging-maven-plugin</artifactId >
202- <version >1.6.13 </version >
202+ <version >1.7.0 </version >
203203 <extensions >true</extensions >
204204 <configuration >
205205 <serverId >ossrh</serverId >
206206 <nexusUrl >https://oss.sonatype.org/</nexusUrl >
207- <autoReleaseAfterClose >false </autoReleaseAfterClose >
207+ <autoReleaseAfterClose >true </autoReleaseAfterClose >
208208 </configuration >
209209 </plugin >
210210 </plugins >
214214 <plugin >
215215 <groupId >org.sonatype.plugins</groupId >
216216 <artifactId >nexus-staging-maven-plugin</artifactId >
217+ <extensions >true</extensions >
218+ <configuration >
219+ <serverId >ossrh</serverId >
220+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
221+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
222+ </configuration >
217223 </plugin >
218224 <plugin >
219225 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments