You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2021/04/05 14:02:23 UTC

[ignite-extensions] branch ignite-performance-statistics-ext-1.0.0 updated: Release ignite-performance-statistics-ext extension v.1.0.0

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

namelchev pushed a commit to branch ignite-performance-statistics-ext-1.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/ignite-performance-statistics-ext-1.0.0 by this push:
     new fea8c77  Release ignite-performance-statistics-ext extension v.1.0.0
fea8c77 is described below

commit fea8c770d52ff41da1509e30bb5d42abae54c2cc
Author: NSAmelchev <ns...@gmail.com>
AuthorDate: Mon Apr 5 17:02:03 2021 +0300

    Release ignite-performance-statistics-ext extension v.1.0.0
---
 modules/performance-statistics-ext/pom.xml | 2 +-
 parent/pom.xml                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/performance-statistics-ext/pom.xml b/modules/performance-statistics-ext/pom.xml
index e9e7adf..45f398d 100644
--- a/modules/performance-statistics-ext/pom.xml
+++ b/modules/performance-statistics-ext/pom.xml
@@ -32,7 +32,7 @@
     </parent>
 
     <artifactId>ignite-performance-statistics-ext</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <url>http://ignite.apache.org</url>
 
     <properties>
diff --git a/parent/pom.xml b/parent/pom.xml
index 785559e..4a2859d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -36,7 +36,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
 
-        <ignite.version>2.11.0-SNAPSHOT</ignite.version>
+        <ignite.version>2.10.0</ignite.version>
 
         <ignite.edition>apache-ignite</ignite.edition>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>