diff options
| author | chrislu <chris.lu@gmail.com> | 2022-10-02 18:54:39 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-10-02 18:54:39 -0700 |
| commit | 707abd5b2d457e390140dd5e1a765dde184d7328 (patch) | |
| tree | c2128bff73812ad3164e523ba33cd71cc78aa6af /other/java/client | |
| parent | 29632d5a34b2b8fba4060642b212ea46a3a09a91 (diff) | |
| download | seaweedfs-707abd5b2d457e390140dd5e1a765dde184d7328.tar.xz seaweedfs-707abd5b2d457e390140dd5e1a765dde184d7328.zip | |
3.30 java
Diffstat (limited to 'other/java/client')
| -rw-r--r-- | other/java/client/pom.xml | 4 | ||||
| -rw-r--r-- | other/java/client/pom.xml.deploy | 4 | ||||
| -rw-r--r-- | other/java/client/pom_debug.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 221de5f8f..81c58f9c0 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>3.13</version> + <version>3.30</version> <parent> <groupId>org.sonatype.oss</groupId> @@ -159,7 +159,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>3.0.1</version> <executions> <execution> <id>attach-javadocs</id> diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index e3239de0e..4b661c6cd 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>3.13</version> + <version>3.30</version> <parent> <groupId>org.sonatype.oss</groupId> @@ -154,7 +154,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>3.0.1</version> <executions> <execution> <id>attach-javadocs</id> diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml index dade66f7b..091271503 100644 --- a/other/java/client/pom_debug.xml +++ b/other/java/client/pom_debug.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>3.13</version> + <version>3.30</version> <parent> <groupId>org.sonatype.oss</groupId> @@ -128,7 +128,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>3.0.1</version> <executions> <execution> <id>attach-javadocs</id> |
