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:08:11 UTC

[ignite-extensions] branch ignite-spring-tx-ext-1.0.0 updated: Release ignite-spring-tx-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-spring-tx-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-spring-tx-ext-1.0.0 by this push:
     new 2619ca8  Release ignite-spring-tx-ext extension v.1.0.0
2619ca8 is described below

commit 2619ca8f2b09ed488fea7ae971252ae98547dd5f
Author: NSAmelchev <ns...@gmail.com>
AuthorDate: Mon Apr 5 17:08:01 2021 +0300

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

diff --git a/modules/spring-tx-ext/pom.xml b/modules/spring-tx-ext/pom.xml
index b43da49..1645855 100644
--- a/modules/spring-tx-ext/pom.xml
+++ b/modules/spring-tx-ext/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-spring-tx-ext</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
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>