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/07 07:27:28 UTC

[ignite-extensions] branch ignite-spring-tx-ext-1.0.0 updated: Release ignite-spring-tx-ext extensions 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 55a3ae9  Release ignite-spring-tx-ext extensions v.1.0.0
55a3ae9 is described below

commit 55a3ae9e011ba48796847a33481842f154f0febb
Author: NSAmelchev <ns...@gmail.com>
AuthorDate: Wed Apr 7 10:26:33 2021 +0300

    Release ignite-spring-tx-ext extensions 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 6bc4195..2650bfe 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 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>