Skip to content

Commit 5d6ad2b

Browse files
committed
updating version
1 parent 05bf50e commit 5d6ad2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

csharp/SparkCLR.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Microsoft.SparkCLR</id>
5-
<version>1.6.100</version>
5+
<version>1.6.101-PREVIEW1</version>
66
<authors>Microsoft Corporation</authors>
77
<owners>Microsoft Corporation</owners>
88
<licenseUrl>https://github.com/Microsoft/Mobius/blob/master/LICENSE</licenseUrl>

scala/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.sparkclr</groupId>
44
<artifactId>spark-clr_2.10</artifactId>
5-
<version>1.6.100</version>
5+
<version>1.6.101-PREVIEW1</version>
66
<name>Mobius Project</name>
77
<description>C# language binding and extensions to Apache Spark</description>
88
<url>https://github.com/Microsoft/Mobius</url>

scripts/sparkclr-submit.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if "%SPARK_ASSEMBLY_JAR%"=="0" (
3636
exit /b 1
3737
)
3838

39-
if not defined SPARKCLR_JAR (set SPARKCLR_JAR=spark-clr_2.10-1.6.100.jar)
39+
if not defined SPARKCLR_JAR (set SPARKCLR_JAR=spark-clr_2.10-1.6.101-PREVIEW1.jar)
4040
echo SPARKCLR_JAR=%SPARKCLR_JAR%
4141
set SPARKCLR_CLASSPATH=%SPARKCLR_HOME%\lib\%SPARKCLR_JAR%
4242
REM SPARKCLR_DEBUGMODE_EXT_JARS environment variable is used to specify external dependencies to use in debug mode

scripts/sparkclr-submit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ then
5454
exit 1
5555
fi
5656

57-
export SPARKCLR_JAR=spark-clr_2.10-1.6.100.jar
57+
export SPARKCLR_JAR=spark-clr_2.10-1.6.101-PREVIEW1.jar
5858
export SPARKCLR_CLASSPATH="$SPARKCLR_HOME/lib/$SPARKCLR_JAR"
5959
# SPARKCLR_DEBUGMODE_EXT_JARS environment variable is used to specify external dependencies to use in debug mode
6060
[ ! "$SPARKCLR_DEBUGMODE_EXT_JARS" = "" ] && export SPARKCLR_CLASSPATH="$SPARKCLR_CLASSPATH:$SPARKCLR_DEBUGMODE_EXT_JARS"

0 commit comments

Comments
 (0)