You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vk...@apache.org on 2021/01/03 05:55:13 UTC

[ignite-3] branch ignite-3.0.0-alpha1 updated (b51547f -> ceb406c)

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

vkulichenko pushed a change to branch ignite-3.0.0-alpha1
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from b51547f  Merge branch 'ignite-3.0.0-alpha1' of github.com:apache/ignite-3 into ignite-3.0.0-alpha1
     add aa49512  ignite-13740: moved the curl command of Windows to an includes file (to avoid command duplicates on the getting started page).
     add 09584c2  Merge branch 'main' of https://github.com/apache/ignite-3 into main
     add d04869a  ignite-13740: moved the curl command of Windows to an includes file (to avoid command duplicates on the getting started page).
     new cda140c  Updated version to 3.0.0-alpha1
     new ceb406c  Merge branch 'ignite-3.0.0-alpha1' of github.com:apache/ignite-3 into ignite-3.0.0-alpha1

The 2 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:
 .../includes/{prereqs.adoc => ignite-cli-download-windows.adoc}   | 8 +++-----
 docs/_docs/quick-start/getting-started-guide.adoc                 | 5 ++---
 2 files changed, 5 insertions(+), 8 deletions(-)
 copy docs/_docs/includes/{prereqs.adoc => ignite-cli-download-windows.adoc} (82%)


[ignite-3] 01/02: Updated version to 3.0.0-alpha1

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

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

commit cda140cb300d8489477eae5635c63ce843d3ca9f
Author: Valentin Kulichenko <va...@gmail.com>
AuthorDate: Wed Dec 30 21:25:20 2020 -0800

    Updated version to 3.0.0-alpha1
---
 modules/cli-common/pom.xml                         | 2 +-
 modules/cli/pom.xml                                | 2 +-
 modules/configuration-annotation-processor/pom.xml | 2 +-
 modules/configuration/pom.xml                      | 2 +-
 modules/ignite-runner/pom.xml                      | 2 +-
 pom.xml                                            | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/cli-common/pom.xml b/modules/cli-common/pom.xml
index 06a5351..263a164 100644
--- a/modules/cli-common/pom.xml
+++ b/modules/cli-common/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>apache-ignite</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-alpha1</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/modules/cli/pom.xml b/modules/cli/pom.xml
index e79a94f..d0b77b1 100644
--- a/modules/cli/pom.xml
+++ b/modules/cli/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>apache-ignite</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-alpha1</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/modules/configuration-annotation-processor/pom.xml b/modules/configuration-annotation-processor/pom.xml
index e01264e..1216749 100644
--- a/modules/configuration-annotation-processor/pom.xml
+++ b/modules/configuration-annotation-processor/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>apache-ignite</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-alpha1</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/modules/configuration/pom.xml b/modules/configuration/pom.xml
index 65af22f..5235ae5 100644
--- a/modules/configuration/pom.xml
+++ b/modules/configuration/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>apache-ignite</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-alpha1</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/modules/ignite-runner/pom.xml b/modules/ignite-runner/pom.xml
index f6d068d..530b49f 100644
--- a/modules/ignite-runner/pom.xml
+++ b/modules/ignite-runner/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>apache-ignite</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0-alpha1</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 61b5716..29b3869 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.ignite</groupId>
     <artifactId>apache-ignite</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-alpha1</version>
     <packaging>pom</packaging>
 
     <description>Java-based middleware for in-memory processing of big data in a distributed environment.</description>


[ignite-3] 02/02: Merge branch 'ignite-3.0.0-alpha1' of github.com:apache/ignite-3 into ignite-3.0.0-alpha1

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

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

commit ceb406cda0ba17cbfce8fcfd2288a8bff221972a
Merge: cda140c b51547f
Author: Valentin Kulichenko <va...@gmail.com>
AuthorDate: Sat Jan 2 21:54:42 2021 -0800

    Merge branch 'ignite-3.0.0-alpha1' of github.com:apache/ignite-3 into ignite-3.0.0-alpha1