You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by as...@apache.org on 2022/12/01 23:26:53 UTC

[ignite-extensions] branch release/ignite-spark-ext-2.0.0 updated (8cd5de52 -> 3b64e302)

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

ashapkin pushed a change to branch release/ignite-spark-ext-2.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


 discard 8cd5de52 IGNITE-18315 Ignite Spark Extension release version to 2.0.0
     new 3b64e302 IGNITE-18315 Ignite Spark Extension release version to 2.0.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8cd5de52)
            \
             N -- N -- N   refs/heads/release/ignite-spark-ext-2.0.0 (3b64e302)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 parent-internal/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[ignite-extensions] 01/01: IGNITE-18315 Ignite Spark Extension release version to 2.0.0

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

ashapkin pushed a commit to branch release/ignite-spark-ext-2.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git

commit 3b64e30272386bf72b338a0e4b84303bf6a08f8d
Author: Alexandr Shapkin <as...@gridgain.com>
AuthorDate: Fri Dec 2 00:05:37 2022 +0100

    IGNITE-18315 Ignite Spark Extension release version to 2.0.0
---
 modules/spark-ext/examples/pom.xml | 2 +-
 modules/spark-ext/pom.xml          | 2 +-
 modules/spark-ext/spark/pom.xml    | 2 +-
 parent-internal/pom.xml            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/spark-ext/examples/pom.xml b/modules/spark-ext/examples/pom.xml
index 678da8bc..2eea6e22 100644
--- a/modules/spark-ext/examples/pom.xml
+++ b/modules/spark-ext/examples/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-spark-parent-ext</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/spark-ext/pom.xml b/modules/spark-ext/pom.xml
index 5f60337b..860c5db2 100644
--- a/modules/spark-ext/pom.xml
+++ b/modules/spark-ext/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>ignite-spark-parent-ext</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <properties>
         <spark.version>2.4.4</spark.version>
diff --git a/modules/spark-ext/spark/pom.xml b/modules/spark-ext/spark/pom.xml
index 3d43aa08..d2f04342 100644
--- a/modules/spark-ext/spark/pom.xml
+++ b/modules/spark-ext/spark/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-spark-parent-ext</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/parent-internal/pom.xml b/parent-internal/pom.xml
index a13e4d5c..bebfecd8 100644
--- a/parent-internal/pom.xml
+++ b/parent-internal/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-parent</artifactId>
-        <version>2.15.0-SNAPSHOT</version>
+        <version>2.14.0</version>
         <relativePath /> <!-- lookup parent from repository -->
     </parent>