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/06/29 08:50:24 UTC

[ignite-extensions] branch ignite-performance-statistics-ext-1.0.0 updated: Fix parent artifact version

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 f88bf14  Fix parent artifact version
f88bf14 is described below

commit f88bf142a9fc4c928a9768183a65d7e7f060fb89
Author: NSAmelchev <ns...@gmail.com>
AuthorDate: Tue Jun 29 11:50:14 2021 +0300

    Fix parent artifact version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4985347..ebb5aca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>apache-ignite-extensions</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
 
     <scm>