You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tl...@apache.org on 2022/10/07 16:30:38 UTC

[ignite] branch IGNITE-17854 created (now a44c7c9dc74)

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

tledkov pushed a change to branch IGNITE-17854
in repository https://gitbox.apache.org/repos/asf/ignite.git


      at a44c7c9dc74 IGNITE-17854 Update IgniteReleasedVersion with 2.14.0

This branch includes the following new commits:

     new a44c7c9dc74 IGNITE-17854 Update IgniteReleasedVersion with 2.14.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ignite] 01/01: IGNITE-17854 Update IgniteReleasedVersion with 2.14.0

Posted by tl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tledkov pushed a commit to branch IGNITE-17854
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit a44c7c9dc74ef7ceb77f8db23c457c825156f66d
Author: tledkov <tl...@gridgain.com>
AuthorDate: Fri Oct 7 19:30:20 2022 +0300

    IGNITE-17854 Update IgniteReleasedVersion with 2.14.0
---
 .../java/org/apache/ignite/compatibility/IgniteReleasedVersion.java  | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/modules/compatibility/src/test/java/org/apache/ignite/compatibility/IgniteReleasedVersion.java b/modules/compatibility/src/test/java/org/apache/ignite/compatibility/IgniteReleasedVersion.java
index e5654900b51..0c19b8e8df7 100644
--- a/modules/compatibility/src/test/java/org/apache/ignite/compatibility/IgniteReleasedVersion.java
+++ b/modules/compatibility/src/test/java/org/apache/ignite/compatibility/IgniteReleasedVersion.java
@@ -70,7 +70,10 @@ public enum IgniteReleasedVersion {
     VER_2_12_0("2.12.0"),
 
     /** */
-    VER_2_13_0("2.13.0");
+    VER_2_13_0("2.13.0"),
+
+    /** */
+    VER_2_14_0("2.14.0");
 
     /** Ignite version. */
     private final IgniteProductVersion ver;