Skip to content

Commit

Permalink
* Change to a new version naming policy.
Browse files Browse the repository at this point in the history
* Snappy Spark 2.0.2.3, Spark JobServer 0.6.2.3
  • Loading branch information
Amogh Shetkar committed Mar 10, 2017
1 parent 4ad4c18 commit 17db389
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -96,7 +96,7 @@ allprojects {
scalaBinaryVersion = '2.11'
scalaVersion = scalaBinaryVersion + '.8'
sparkVersion = '2.0.0'
snappySparkVersion = '2.0.3-3'
snappySparkVersion = '2.0.2.3'
sparkDistName = "spark-${sparkVersion}-bin-hadoop2.7"
log4jVersion = '1.2.17'
slf4jVersion = '1.7.21'
Expand All @@ -118,7 +118,7 @@ allprojects {
buildDate = new Date().format('yyyy-MM-dd HH:mm:ss Z')
buildNumber = new Date().format('MMddyy')
jdkVersion = System.getProperty('java.version')
sparkJobServerVersion = '0.6.3-3'
sparkJobServerVersion = '0.6.2.3'

gitCmd = "git --git-dir=${rootDir}/.git --work-tree=${rootDir}"
gitBranch = "${gitCmd} rev-parse --abbrev-ref HEAD".execute().text.trim()
Expand Down
2 changes: 1 addition & 1 deletion dunit/build.gradle
Expand Up @@ -18,7 +18,7 @@
apply plugin: 'java'

group = 'io.snappydata'
version = '1.0.4-3'
version = '1.0.3.3'

compileJava.options.encoding = 'UTF-8'

Expand Down
2 changes: 1 addition & 1 deletion spark
Submodule spark updated from f9de1f to 22ecf6
2 changes: 1 addition & 1 deletion spark-jobserver
2 changes: 1 addition & 1 deletion store
Submodule store updated from f627df to 392bbf

0 comments on commit 17db389

Please sign in to comment.