Skip to content

Commit

Permalink
Merge pull request #57 from wizken/master
Browse files Browse the repository at this point in the history
deploy 2.6.7
  • Loading branch information
ufo2243 authored Jul 4, 2023
2 parents a9ce75a + cfb2f48 commit 2a3b85a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 186 deletions.
6 changes: 3 additions & 3 deletions ufile-sample-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.ucloud.ufile</groupId>
<artifactId>ufile-sample-java</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<build>
<plugins>
Expand Down Expand Up @@ -55,8 +55,8 @@
<dependency>
<groupId>cn.ucloud.ufile</groupId>
<artifactId>ufile-client-java</artifactId>
<version>2.6.6</version>
<version>2.6.7</version>
</dependency>
</dependencies>

</project>
</project>

This file was deleted.

This file was deleted.

14 changes: 13 additions & 1 deletion ufile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>${plugin.maven.gpg.version}</version>
<configuration>
<skip>true</skip>
<skip>false</skip>
</configuration>
<executions>
<execution>
Expand All @@ -143,6 +143,18 @@
</execution>
</executions>
</plugin>
<!-- 中央仓库发布 -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 2a3b85a

Please sign in to comment.