Skip to content

Commit

Permalink
updating version for M3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
skaarthik authored Aug 23, 2016
2 parents 3364663 + 21282ef commit ea8e41d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion csharp/SparkCLR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.SparkCLR</id>
<version>1.6.200-PREVIEW-1</version>
<version>1.6.200</version>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<licenseUrl>https://github.com/Microsoft/Mobius/blob/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.sparkclr</groupId>
<artifactId>spark-clr_2.10</artifactId>
<version>1.6.200-PREVIEW-1</version>
<version>1.6.200</version>
<name>Mobius Project</name>
<description>C# language binding and extensions to Apache Spark</description>
<url>https://github.com/Microsoft/Mobius</url>
Expand Down
2 changes: 1 addition & 1 deletion scripts/sparkclr-submit.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if "%SPARK_ASSEMBLY_JAR%"=="0" (
exit /b 1
)

if not defined SPARKCLR_JAR (set SPARKCLR_JAR=spark-clr_2.10-1.6.200-PREVIEW-1.jar)
if not defined SPARKCLR_JAR (set SPARKCLR_JAR=spark-clr_2.10-1.6.200.jar)
echo SPARKCLR_JAR=%SPARKCLR_JAR%
set SPARKCLR_CLASSPATH=%SPARKCLR_HOME%\lib\%SPARKCLR_JAR%
REM SPARKCLR_DEBUGMODE_EXT_JARS environment variable is used to specify external dependencies to use in debug mode
Expand Down
2 changes: 1 addition & 1 deletion scripts/sparkclr-submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ then
exit 1
fi

export SPARKCLR_JAR=spark-clr_2.10-1.6.200-PREVIEW-1.jar
export SPARKCLR_JAR=spark-clr_2.10-1.6.200.jar
export SPARKCLR_CLASSPATH="$SPARKCLR_HOME/lib/$SPARKCLR_JAR"
# SPARKCLR_DEBUGMODE_EXT_JARS environment variable is used to specify external dependencies to use in debug mode
[ ! "$SPARKCLR_DEBUGMODE_EXT_JARS" = "" ] && export SPARKCLR_CLASSPATH="$SPARKCLR_CLASSPATH:$SPARKCLR_DEBUGMODE_EXT_JARS"
Expand Down

0 comments on commit ea8e41d

Please sign in to comment.