File tree Expand file tree Collapse file tree
src/main/java/cn/ucloud/ufile/sample/object Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >cn.ucloud.ufile</groupId >
88 <artifactId >ufile-sample-java</artifactId >
9- <version >1.0.1 </version >
9+ <version >1.0.2 </version >
1010
1111 <build >
1212 <plugins >
5555 <dependency >
5656 <groupId >cn.ucloud.ufile</groupId >
5757 <artifactId >ufile-client-java</artifactId >
58- <version >2.6.6 </version >
58+ <version >2.6.7 </version >
5959 </dependency >
6060 </dependencies >
6161
62- </project >
62+ </project >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 132132 <artifactId >maven-gpg-plugin</artifactId >
133133 <version >${plugin.maven.gpg.version} </version >
134134 <configuration >
135- <skip >true </skip >
135+ <skip >false </skip >
136136 </configuration >
137137 <executions >
138138 <execution >
143143 </execution >
144144 </executions >
145145 </plugin >
146+ <!-- 中央仓库发布 -->
147+ <plugin >
148+ <groupId >org.sonatype.plugins</groupId >
149+ <artifactId >nexus-staging-maven-plugin</artifactId >
150+ <version >1.6.7</version >
151+ <extensions >true</extensions >
152+ <configuration >
153+ <serverId >sonatype-nexus-staging</serverId >
154+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
155+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
156+ </configuration >
157+ </plugin >
146158 </plugins >
147159 </build >
148160
You can’t perform that action at this time.
0 commit comments