You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2022/05/13 09:40:19 UTC

[ignite-extensions] branch release/ignite-spring-data-ext-2.0.0 created (now a444224)

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

mmuzaf pushed a change to branch release/ignite-spring-data-ext-2.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


      at a444224  IGNITE-16909 Change spring data release version to 2.0.0

This branch includes the following new commits:

     new a444224  IGNITE-16909 Change spring data release version to 2.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ignite-extensions] 01/01: IGNITE-16909 Change spring data release version to 2.0.0

Posted by mm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a commit to branch release/ignite-spring-data-ext-2.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git

commit a4442245795be492bbdbb25219a6e710afdcd1c7
Author: Maxim Muzafarov <ma...@gmail.com>
AuthorDate: Fri May 13 12:38:09 2022 +0300

    IGNITE-16909 Change spring data release version to 2.0.0
---
 modules/spring-data-ext/examples/pom.xml    | 4 ++--
 modules/spring-data-ext/pom.xml             | 2 +-
 modules/spring-data-ext/spring-data/pom.xml | 4 ++--
 parent-internal/pom.xml                     | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/spring-data-ext/examples/pom.xml b/modules/spring-data-ext/examples/pom.xml
index 46a57cf..5cac36a 100644
--- a/modules/spring-data-ext/examples/pom.xml
+++ b/modules/spring-data-ext/examples/pom.xml
@@ -28,12 +28,12 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-spring-data-parent-ext</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>ignite-spring-data-ext-examples</artifactId>
-    <version>${project.parent.version}</version>
+    <version>2.0.0</version>
 
     <url>https://ignite.apache.org</url>
 
diff --git a/modules/spring-data-ext/pom.xml b/modules/spring-data-ext/pom.xml
index bfc0721..dab85b4 100644
--- a/modules/spring-data-ext/pom.xml
+++ b/modules/spring-data-ext/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>ignite-spring-data-parent-ext</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <url>https://ignite.apache.org</url>
 
diff --git a/modules/spring-data-ext/spring-data/pom.xml b/modules/spring-data-ext/spring-data/pom.xml
index 048391b..bdd72d4 100644
--- a/modules/spring-data-ext/spring-data/pom.xml
+++ b/modules/spring-data-ext/spring-data/pom.xml
@@ -26,12 +26,12 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-spring-data-parent-ext</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>ignite-spring-data-ext</artifactId>
-    <version>${project.parent.version}</version>
+    <version>2.0.0</version>
 
     <url>https://ignite.apache.org</url>
 
diff --git a/parent-internal/pom.xml b/parent-internal/pom.xml
index 92f82b0..16fdc2d 100644
--- a/parent-internal/pom.xml
+++ b/parent-internal/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-parent</artifactId>
-        <version>2.14.0-SNAPSHOT</version>
+        <version>2.13.0</version>
         <relativePath /> <!-- lookup parent from repository -->
     </parent>