Removed shmem from communication

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

Branch: refs/heads/ignite-471
Commit: 5d3f2abfc838c9fdd054a97cefad23ab92e8f6fd
Parents: 8c598c8
Author: Valentin Kulichenko <vkuliche...@gridgain.com>
Authored: Fri Mar 13 19:46:06 2015 -0700
Committer: Valentin Kulichenko <vkuliche...@gridgain.com>
Committed: Fri Mar 13 19:46:06 2015 -0700

----------------------------------------------------------------------
 examples/pom.xml       | 7 -------
 modules/core/pom.xml   | 7 -------
 modules/hadoop/pom.xml | 7 -------
 3 files changed, 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5d3f2abf/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 8fea360..337f0aa 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -32,13 +32,6 @@
 
     <artifactId>ignite-examples</artifactId>
 
-    <repositories>
-        <repository>
-            <id>Maven Central Staging</id>
-            
<url>https://oss.sonatype.org/content/repositories/orggridgain-1246</url>
-        </repository>
-    </repositories>
-
     <dependencies>
         <dependency>
             <groupId>javax.cache</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5d3f2abf/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index f78a6df..af72397 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -35,13 +35,6 @@
 
     <artifactId>ignite-core</artifactId>
 
-    <repositories>
-        <repository>
-            <id>Maven Central Staging</id>
-            
<url>https://oss.sonatype.org/content/repositories/orggridgain-1246</url>
-        </repository>
-    </repositories>
-
     <dependencies>
         <dependency>
             <groupId>javax.cache</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5d3f2abf/modules/hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml
index 9c44bfb..ec65f0f 100644
--- a/modules/hadoop/pom.xml
+++ b/modules/hadoop/pom.xml
@@ -35,13 +35,6 @@
 
     <artifactId>ignite-hadoop</artifactId>
 
-    <repositories>
-        <repository>
-            <id>Maven Central Staging</id>
-            
<url>https://oss.sonatype.org/content/repositories/orggridgain-1246</url>
-        </repository>
-    </repositories>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.ignite</groupId>

Reply via email to