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/23 07:43:59 UTC

[ignite-extensions] branch master updated: IGNITE-14621 Change spring-data-*-ext modules names to align with a directory name (#58)

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

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c12381  IGNITE-14621 Change spring-data-*-ext modules names to align with a directory name (#58)
4c12381 is described below

commit 4c1238128edb05eba6b3e5b683991339231fc506
Author: Nikita Amelchev <ns...@gmail.com>
AuthorDate: Fri Apr 23 10:43:50 2021 +0300

    IGNITE-14621 Change spring-data-*-ext modules names to align with a directory name (#58)
---
 modules/spring-boot-autoconfigure-ext/pom.xml             | 2 +-
 modules/spring-boot-thin-client-autoconfigure-ext/pom.xml | 2 +-
 modules/spring-data-2.0-ext/README.txt                    | 6 +++---
 modules/spring-data-2.0-ext/pom.xml                       | 2 +-
 modules/spring-data-2.2-ext/README.txt                    | 6 +++---
 modules/spring-data-2.2-ext/pom.xml                       | 2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/modules/spring-boot-autoconfigure-ext/pom.xml b/modules/spring-boot-autoconfigure-ext/pom.xml
index 7eb0eb4..9b7657f 100644
--- a/modules/spring-boot-autoconfigure-ext/pom.xml
+++ b/modules/spring-boot-autoconfigure-ext/pom.xml
@@ -58,7 +58,7 @@
 
         <dependency>
             <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-spring-data_2.2-ext</artifactId>
+            <artifactId>ignite-spring-data-2.2-ext</artifactId>
             <version>${ignite.springdata.version}</version>
             <optional>true</optional>
         </dependency>
diff --git a/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml b/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
index 8c376c3..500705c 100644
--- a/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
+++ b/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
@@ -59,7 +59,7 @@
 
         <dependency>
             <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-spring-data_2.2-ext</artifactId>
+            <artifactId>ignite-spring-data-2.2-ext</artifactId>
             <version>${ignite.springdata.version}</version>
             <optional>true</optional>
         </dependency>
diff --git a/modules/spring-data-2.0-ext/README.txt b/modules/spring-data-2.0-ext/README.txt
index 001ec34..b3d117b 100644
--- a/modules/spring-data-2.0-ext/README.txt
+++ b/modules/spring-data-2.0-ext/README.txt
@@ -22,7 +22,7 @@ Importing Spring Data 2.0 extension In Maven Project
 ----------------------------------------
 
 If you are using Maven to manage dependencies of your project, you can add Spring Data 2.0 extension
-dependency like this (replace '${ignite-spring-data_2.0-ext.version}' with actual version of Ignite Spring Data 2.0
+dependency like this (replace '${ignite-spring-data-2.0-ext.version}' with actual version of Ignite Spring Data 2.0
 extension you are interested in):
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
@@ -34,8 +34,8 @@ extension you are interested in):
         ...
         <dependency>
             <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-spring-data_2.0-ext</artifactId>
-            <version>${ignite-spring-data_2.0-ext.version}</version>
+            <artifactId>ignite-spring-data-2.0-ext</artifactId>
+            <version>${ignite-spring-data-2.0-ext.version}</version>
         </dependency>
         ...
     </dependencies>
diff --git a/modules/spring-data-2.0-ext/pom.xml b/modules/spring-data-2.0-ext/pom.xml
index f156aa0..8312441 100644
--- a/modules/spring-data-2.0-ext/pom.xml
+++ b/modules/spring-data-2.0-ext/pom.xml
@@ -30,7 +30,7 @@
         <relativePath>../../parent</relativePath>
     </parent>
 
-    <artifactId>ignite-spring-data_2.0-ext</artifactId>
+    <artifactId>ignite-spring-data-2.0-ext</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <url>http://ignite.apache.org</url>
 
diff --git a/modules/spring-data-2.2-ext/README.txt b/modules/spring-data-2.2-ext/README.txt
index 8489445..f069dc0 100644
--- a/modules/spring-data-2.2-ext/README.txt
+++ b/modules/spring-data-2.2-ext/README.txt
@@ -22,7 +22,7 @@ Importing Spring Data 2.2 extension In Maven Project
 ----------------------------------------
 
 If you are using Maven to manage dependencies of your project, you can add Spring Data 2.2 extension
-dependency like this (replace '${ignite-spring-data_2.2-ext.version}' with actual version of Ignite Spring Data 2.2
+dependency like this (replace '${ignite-spring-data-2.2-ext.version}' with actual version of Ignite Spring Data 2.2
 extension you are interested in):
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
@@ -34,8 +34,8 @@ extension you are interested in):
         ...
         <dependency>
             <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-spring-data_2.2-ext</artifactId>
-            <version>${ignite-spring-data_2.2-ext.version}</version>
+            <artifactId>ignite-spring-data-2.2-ext</artifactId>
+            <version>${ignite-spring-data-2.2-ext.version}</version>
         </dependency>
         ...
     </dependencies>
diff --git a/modules/spring-data-2.2-ext/pom.xml b/modules/spring-data-2.2-ext/pom.xml
index 97b5ece..a7d027e 100644
--- a/modules/spring-data-2.2-ext/pom.xml
+++ b/modules/spring-data-2.2-ext/pom.xml
@@ -30,7 +30,7 @@
         <relativePath>../../parent</relativePath>
     </parent>
 
-    <artifactId>ignite-spring-data_2.2-ext</artifactId>
+    <artifactId>ignite-spring-data-2.2-ext</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <url>http://ignite.apache.org</url>