You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ju...@apache.org on 2015/05/06 01:45:54 UTC

incubator-reef git commit: remvoe snapshot from constants used by tests

Repository: incubator-reef
Updated Branches:
  refs/heads/branch-0.11.0-incubating b89aef3eb -> d29bdf522


remvoe snapshot from constants used by tests


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

Branch: refs/heads/branch-0.11.0-incubating
Commit: d29bdf522d2fbed72d1aba912b86c9283a8d896b
Parents: b89aef3
Author: Julia Wang <jw...@yahoo.com>
Authored: Tue May 5 16:39:30 2015 -0700
Committer: Julia Wang <jw...@yahoo.com>
Committed: Tue May 5 16:39:30 2015 -0700

----------------------------------------------------------------------
 lang/cs/Org.Apache.REEF.Client/run.cmd      | 2 +-
 lang/cs/Org.Apache.REEF.Driver/Constants.cs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d29bdf52/lang/cs/Org.Apache.REEF.Client/run.cmd
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Client/run.cmd b/lang/cs/Org.Apache.REEF.Client/run.cmd
index c960cb4..0bac112 100644
--- a/lang/cs/Org.Apache.REEF.Client/run.cmd
+++ b/lang/cs/Org.Apache.REEF.Client/run.cmd
@@ -19,7 +19,7 @@
 ::
 
 :: RUNTIME
-set SHADED_JAR=.\reef-bridge-java-0.11.0-incubating-SNAPSHOT-shaded.jar
+set SHADED_JAR=.\reef-bridge-java-0.11.0-incubating-shaded.jar
 
 set LOGGING_CONFIG=-Djava.util.logging.config.class=org.apache.reef.util.logging.CLRLoggingConfig
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d29bdf52/lang/cs/Org.Apache.REEF.Driver/Constants.cs
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Driver/Constants.cs b/lang/cs/Org.Apache.REEF.Driver/Constants.cs
index 011d4e0..361d3ae 100644
--- a/lang/cs/Org.Apache.REEF.Driver/Constants.cs
+++ b/lang/cs/Org.Apache.REEF.Driver/Constants.cs
@@ -73,7 +73,7 @@ namespace Org.Apache.REEF.Driver
 
         public const string DriverAppDirectory = "ReefDriverAppDlls";
 
-        public const string JavaBridgeJarFileName = "reef-bridge-java-0.11.0-incubating-SNAPSHOT-shaded.jar";
+        public const string JavaBridgeJarFileName = "reef-bridge-java-0.11.0-incubating-shaded.jar";
 
         public const string BridgeLaunchClass = "org.apache.reef.javabridge.generic.Launch";