You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/04/29 01:09:51 UTC

[12/50] [abbrv] incubator-geode git commit: Fixing artifact names for M2

Fixing artifact names for M2


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/0d184b6d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/0d184b6d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/0d184b6d

Branch: refs/heads/feature/GEODE-1255
Commit: 0d184b6d23b96a6d792a279911898506f45146e2
Parents: 4cab194
Author: William Markito <wm...@pivotal.io>
Authored: Fri Apr 22 12:13:46 2016 -0700
Committer: William Markito <wm...@pivotal.io>
Committed: Fri Apr 22 12:13:46 2016 -0700

----------------------------------------------------------------------
 geode-site/website/content/releases/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0d184b6d/geode-site/website/content/releases/index.html
----------------------------------------------------------------------
diff --git a/geode-site/website/content/releases/index.html b/geode-site/website/content/releases/index.html
index 5d2f15c..33640bb 100644
--- a/geode-site/website/content/releases/index.html
+++ b/geode-site/website/content/releases/index.html
@@ -67,7 +67,7 @@ under the License. -->
               <li> <strong>Gradle</strong>
                 <pre class="prettyprint">
   dependencies {
-      compile 'org.apache.geode:gemfire-core:1.0.0-incubating.M2'
+      compile 'org.apache.geode:geode-core:1.0.0-incubating.M2'
   }</pre>
                 <!-- ><script src="https://gist.github.com/markito/b7796cafef4bd273bd07.js"></script>-->
               </li>
@@ -76,7 +76,7 @@ under the License. -->
   &lt;dependencies&gt;
      &lt;dependency&gt;
         &lt;groupId&gt;org.apache.geode&lt;/groupId&gt;
-        &lt;artifactId&gt;gemfire-core&lt;/artifactId&gt;
+        &lt;artifactId&gt;geode-core&lt;/artifactId&gt;
         &lt;version&gt;1.0.0-incubating.M2&lt;/version&gt;
      &lt;/dependency&gt;
   &lt;/dependencies&gt;</pre>