Skip to content

Commit f583b73

Browse files
committed
[RELEASE] Bump 0.6.3
1 parent ff2e93b commit f583b73

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/celeborn/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: >
2222
Intermediate data typically include shuffle and spilled data.
2323
type: application
2424
version: 0.1.0
25-
appVersion: 0.6.4
25+
appVersion: 0.6.3
2626
keywords:
2727
- Apache Celeborn
2828
- Big Data

openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/master/invoker/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public ApiClient(CloseableHttpClient httpClient) {
131131
dateFormat = ApiClient.buildDefaultDateFormat();
132132

133133
// Set default User-Agent.
134-
setUserAgent("OpenAPI-Generator/0.6.4-SNAPSHOT/java");
134+
setUserAgent("OpenAPI-Generator/0.6.3/java");
135135

136136
// Setup authentications (key: authentication name, value: authentication).
137137
authentications = new HashMap<String, Authentication>();

openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/master/invoker/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.8.0")
2222
public class Configuration {
23-
public static final String VERSION = "0.6.4-SNAPSHOT";
23+
public static final String VERSION = "0.6.3";
2424

2525
private static ApiClient defaultApiClient = new ApiClient();
2626

openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/worker/invoker/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public ApiClient(CloseableHttpClient httpClient) {
131131
dateFormat = ApiClient.buildDefaultDateFormat();
132132

133133
// Set default User-Agent.
134-
setUserAgent("OpenAPI-Generator/0.6.4-SNAPSHOT/java");
134+
setUserAgent("OpenAPI-Generator/0.6.3/java");
135135

136136
// Setup authentications (key: authentication name, value: authentication).
137137
authentications = new HashMap<String, Authentication>();

openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/worker/invoker/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.8.0")
2222
public class Configuration {
23-
public static final String VERSION = "0.6.4-SNAPSHOT";
23+
public static final String VERSION = "0.6.3";
2424

2525
private static ApiClient defaultApiClient = new ApiClient();
2626

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</distributionManagement>
5656

5757
<properties>
58-
<project.version>0.6.4-SNAPSHOT</project.version>
58+
<project.version>0.6.3</project.version>
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6060
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6161

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
* limitations under the License.
1616
*/
1717

18-
ThisBuild / version := "0.6.4-SNAPSHOT"
18+
ThisBuild / version := "0.6.3"

0 commit comments

Comments
 (0)