You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2016/05/18 15:42:27 UTC

incubator-geode git commit: GEODE-1293: Revert some changes which broke publishing

Repository: incubator-geode
Updated Branches:
  refs/heads/develop fcd5491a7 -> 00c794b4c


GEODE-1293: Revert some changes which broke publishing

- Reinstate 'classifier' for the internal modules jar. This is still
  broken as the published jars are not correctly named. Will need to fix
  this in the near future.


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

Branch: refs/heads/develop
Commit: 00c794b4cbc186da419cce28c1bf62a977bf2829
Parents: fcd5491
Author: Jens Deppe <jd...@pivotal.io>
Authored: Wed May 18 08:40:52 2016 -0700
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Wed May 18 08:40:52 2016 -0700

----------------------------------------------------------------------
 extensions/geode-modules-session/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/00c794b4/extensions/geode-modules-session/build.gradle
----------------------------------------------------------------------
diff --git a/extensions/geode-modules-session/build.gradle b/extensions/geode-modules-session/build.gradle
index 765bdd9..5f25d97 100644
--- a/extensions/geode-modules-session/build.gradle
+++ b/extensions/geode-modules-session/build.gradle
@@ -45,6 +45,7 @@ task internalJar(type: Jar) {
   from sourceSets.main.output
   include '**/internal/**/*'
   includeEmptyDirs = false
+  classifier = 'internal'
   baseName = 'geode-modules-session-internal'
 }