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
commit b992d9758278c38e93b375b08e4052954744a436 Author: NSAmelchev <[email protected]> AuthorDate: Wed Apr 7 10:45:15 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 7492556..44f26df 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>
