Bump 0.7.0-SNAPSHOT
This commit is contained in:
parent
f7be341948
commit
cbf4a145c5
@ -131,7 +131,7 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
dateFormat = ApiClient.buildDefaultDateFormat();
|
||||
|
||||
// Set default User-Agent.
|
||||
setUserAgent("OpenAPI-Generator/0.6.0-SNAPSHOT/java");
|
||||
setUserAgent("OpenAPI-Generator/0.7.0-SNAPSHOT/java");
|
||||
|
||||
// Setup authentications (key: authentication name, value: authentication).
|
||||
authentications = new HashMap<String, Authentication>();
|
||||
|
||||
@ -20,7 +20,7 @@ package org.apache.celeborn.rest.v1.master.invoker;
|
||||
|
||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.8.0")
|
||||
public class Configuration {
|
||||
public static final String VERSION = "0.6.0-SNAPSHOT";
|
||||
public static final String VERSION = "0.7.0-SNAPSHOT";
|
||||
|
||||
private static ApiClient defaultApiClient = new ApiClient();
|
||||
|
||||
|
||||
@ -131,7 +131,7 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
dateFormat = ApiClient.buildDefaultDateFormat();
|
||||
|
||||
// Set default User-Agent.
|
||||
setUserAgent("OpenAPI-Generator/0.6.0-SNAPSHOT/java");
|
||||
setUserAgent("OpenAPI-Generator/0.7.0-SNAPSHOT/java");
|
||||
|
||||
// Setup authentications (key: authentication name, value: authentication).
|
||||
authentications = new HashMap<String, Authentication>();
|
||||
|
||||
@ -20,7 +20,7 @@ package org.apache.celeborn.rest.v1.worker.invoker;
|
||||
|
||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.8.0")
|
||||
public class Configuration {
|
||||
public static final String VERSION = "0.6.0-SNAPSHOT";
|
||||
public static final String VERSION = "0.7.0-SNAPSHOT";
|
||||
|
||||
private static ApiClient defaultApiClient = new ApiClient();
|
||||
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -55,7 +55,7 @@
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<project.version>0.6.0-SNAPSHOT</project.version>
|
||||
<project.version>0.7.0-SNAPSHOT</project.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
||||
|
||||
@ -15,4 +15,4 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
ThisBuild / version := "0.6.0-SNAPSHOT"
|
||||
ThisBuild / version := "0.7.0-SNAPSHOT"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user