From 19555385f7b99bce0e1f562f3cd4a4f440dd3d8e Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 9 Jan 2022 19:30:23 -0800 Subject: [PATCH] 2.85 --- k8s/helm_charts2/Chart.yaml | 4 ++-- other/java/client/pom.xml | 2 +- other/java/client/pom.xml.deploy | 2 +- other/java/client/pom_debug.xml | 2 +- other/java/examples/pom.xml | 4 ++-- other/java/hdfs2/dependency-reduced-pom.xml | 2 +- other/java/hdfs2/pom.xml | 2 +- other/java/hdfs3/dependency-reduced-pom.xml | 2 +- other/java/hdfs3/pom.xml | 2 +- weed/util/constants.go | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/k8s/helm_charts2/Chart.yaml b/k8s/helm_charts2/Chart.yaml index 35d3c6cec..eb8b23b58 100644 --- a/k8s/helm_charts2/Chart.yaml +++ b/k8s/helm_charts2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 description: SeaweedFS name: seaweedfs -appVersion: "2.84" -version: "2.84" +appVersion: "2.85" +version: "2.85" diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 8c112b446..33596f2a8 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -5,7 +5,7 @@ com.github.chrislusf seaweedfs-client - 2.84 + 2.85 org.sonatype.oss diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index b32e644ab..865467cdc 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ com.github.chrislusf seaweedfs-client - 2.84 + 2.85 org.sonatype.oss diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml index df02b3aa1..29c8c459d 100644 --- a/other/java/client/pom_debug.xml +++ b/other/java/client/pom_debug.xml @@ -5,7 +5,7 @@ com.github.chrislusf seaweedfs-client - 2.84 + 2.85 org.sonatype.oss diff --git a/other/java/examples/pom.xml b/other/java/examples/pom.xml index ffcce0a71..3c02bdfab 100644 --- a/other/java/examples/pom.xml +++ b/other/java/examples/pom.xml @@ -11,13 +11,13 @@ com.github.chrislusf seaweedfs-client - 2.84 + 2.85 compile com.github.chrislusf seaweedfs-hadoop2-client - 2.84 + 2.85 compile diff --git a/other/java/hdfs2/dependency-reduced-pom.xml b/other/java/hdfs2/dependency-reduced-pom.xml index ff7b247b8..74f8e6240 100644 --- a/other/java/hdfs2/dependency-reduced-pom.xml +++ b/other/java/hdfs2/dependency-reduced-pom.xml @@ -301,7 +301,7 @@ - 2.84 + 2.85 2.9.2 diff --git a/other/java/hdfs2/pom.xml b/other/java/hdfs2/pom.xml index c507545f9..fc49fe946 100644 --- a/other/java/hdfs2/pom.xml +++ b/other/java/hdfs2/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - 2.84 + 2.85 2.9.2 diff --git a/other/java/hdfs3/dependency-reduced-pom.xml b/other/java/hdfs3/dependency-reduced-pom.xml index 9830aac4c..bbfd48ab9 100644 --- a/other/java/hdfs3/dependency-reduced-pom.xml +++ b/other/java/hdfs3/dependency-reduced-pom.xml @@ -309,7 +309,7 @@ - 2.84 + 2.85 3.1.1 diff --git a/other/java/hdfs3/pom.xml b/other/java/hdfs3/pom.xml index 041ce3ec6..352174732 100644 --- a/other/java/hdfs3/pom.xml +++ b/other/java/hdfs3/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - 2.84 + 2.85 3.1.1 diff --git a/weed/util/constants.go b/weed/util/constants.go index bd59c327f..c00ea792b 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 2.84) + VERSION_NUMBER = fmt.Sprintf("%.02f", 2.85) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" )