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/01/22 16:26:31 UTC

incubator-geode git commit: GEODE-12: Only publish a war artifact

Repository: incubator-geode
Updated Branches:
  refs/heads/develop c55a9e462 -> 792cc489e


GEODE-12: Only publish a war artifact


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

Branch: refs/heads/develop
Commit: 792cc489e61ed8e88a2208f2d570b11612697155
Parents: c55a9e4
Author: Jens Deppe <jd...@pivotal.io>
Authored: Fri Jan 22 07:26:25 2016 -0800
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Fri Jan 22 07:26:25 2016 -0800

----------------------------------------------------------------------
 gemfire-pulse/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/792cc489/gemfire-pulse/build.gradle
----------------------------------------------------------------------
diff --git a/gemfire-pulse/build.gradle b/gemfire-pulse/build.gradle
index 36835ff..f2076b5 100755
--- a/gemfire-pulse/build.gradle
+++ b/gemfire-pulse/build.gradle
@@ -140,7 +140,7 @@ idea.module.iml {
 
 
 artifacts {
-  archives jar
+  archives war
 }
 
 def pulseWarFile = "gemfire-pulse-"+version+".war"