This is an automated email from the ASF dual-hosted git repository.

tkalkirill pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 4840370bfc IGNITE-18263 Fix REST API version in the generated 
openapi.yaml (#1379)
4840370bfc is described below

commit 4840370bfca136f5edf7000cb977a83e1eb8314e
Author: Roman Puchkovskiy <[email protected]>
AuthorDate: Fri Nov 25 16:12:17 2022 +0400

    IGNITE-18263 Fix REST API version in the generated openapi.yaml (#1379)
---
 .../src/main/java/org/apache/ignite/internal/rest/RestComponent.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/rest/src/main/java/org/apache/ignite/internal/rest/RestComponent.java 
b/modules/rest/src/main/java/org/apache/ignite/internal/rest/RestComponent.java
index 976b36d279..53c2991246 100644
--- 
a/modules/rest/src/main/java/org/apache/ignite/internal/rest/RestComponent.java
+++ 
b/modules/rest/src/main/java/org/apache/ignite/internal/rest/RestComponent.java
@@ -51,7 +51,7 @@ import org.jetbrains.annotations.Nullable;
  */
 @OpenAPIDefinition(info = @Info(
         title = "Ignite REST module",
-        version = "3.0.0-alpha",
+        version = "3.0.0-SNAPSHOT",
         license = @License(name = "Apache 2.0", url = 
"https://ignite.apache.org";),
         contact = @Contact(email = "[email protected]")))
 @OpenAPIInclude(classes = {

Reply via email to