Skip to content

Commit d1cc1b1

Browse files
committed
update
1 parent a77ea91 commit d1cc1b1

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

pom.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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>
@@ -199,12 +199,12 @@
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>
@@ -214,6 +214,12 @@
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>

0 commit comments

Comments
 (0)