Skip to content

Commit 2a3b85a

Browse files
authored
Merge pull request #57 from wizken/master
deploy 2.6.7
2 parents a9ce75a + cfb2f48 commit 2a3b85a

4 files changed

Lines changed: 16 additions & 186 deletions

File tree

ufile-sample-java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -55,8 +55,8 @@
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>

ufile-sample-java/src/main/java/cn/ucloud/ufile/sample/object/RenameObjectSample.java

Lines changed: 0 additions & 75 deletions
This file was deleted.

ufile-sample-java/src/main/java/cn/ucloud/ufile/sample/object/UploadHitSample.java

Lines changed: 0 additions & 107 deletions
This file was deleted.

ufile/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
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>
@@ -143,6 +143,18 @@
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

0 commit comments

Comments
 (0)