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 2020/12/31 23:50:50 UTC

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

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 48132747359c5e739c4115f0a08501e369e15e5b
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>