You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2018/11/01 08:05:46 UTC

ignite git commit: IGNITE-10064 Fixed examples pom files - Fixes #5224.

Repository: ignite
Updated Branches:
  refs/heads/master 31bf38d37 -> ac208da88


IGNITE-10064 Fixed examples pom files - Fixes #5224.

Signed-off-by: Alexey Goncharuk <al...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ac208da8
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ac208da8
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ac208da8

Branch: refs/heads/master
Commit: ac208da8891904e00e4bee6d3d13c46378f7e920
Parents: 31bf38d
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Thu Nov 1 11:04:34 2018 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Thu Nov 1 11:04:34 2018 +0300

----------------------------------------------------------------------
 examples/pom-standalone-lgpl.xml | 2 +-
 examples/pom-standalone.xml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ac208da8/examples/pom-standalone-lgpl.xml
----------------------------------------------------------------------
diff --git a/examples/pom-standalone-lgpl.xml b/examples/pom-standalone-lgpl.xml
index 09698de..29cac8b 100644
--- a/examples/pom-standalone-lgpl.xml
+++ b/examples/pom-standalone-lgpl.xml
@@ -74,7 +74,7 @@
 
         <dependency>
             <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-spring-data</artifactId>
+            <artifactId>ignite-spring-data_2.0</artifactId>
             <version>to_be_replaced_by_ignite_version</version>
         </dependency>
 

http://git-wip-us.apache.org/repos/asf/ignite/blob/ac208da8/examples/pom-standalone.xml
----------------------------------------------------------------------
diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml
index 385c2cf..3ccccbf 100644
--- a/examples/pom-standalone.xml
+++ b/examples/pom-standalone.xml
@@ -74,7 +74,7 @@
 
         <dependency>
             <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-spring-data</artifactId>
+            <artifactId>ignite-spring-data_2.0</artifactId>
             <version>to_be_replaced_by_ignite_version</version>
         </dependency>