Updated version to 3.0.0-alpha1
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>