Skip to content

Commit

Permalink
Revert "Upgrade to Apache Spark 1.0.0 and Scala 2.10.4, version bumpe…
Browse files Browse the repository at this point in the history
…d to 0.2-SNAPSHOT"

This reverts commit bd0343a.
  • Loading branch information
mwiewior committed Jun 3, 2014
1 parent 8ddad66 commit 5674efb
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 85 deletions.
110 changes: 59 additions & 51 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name := "sparkseq"

organization := "pl.edu.pw.elka"

version := "0.2-SNAPSHOT"
version := "0.1-SNAPSHOT"

scalaVersion := "2.10.4"
scalaVersion := "2.10.3"

publishTo := Some(Resolver.file("file", new File("/var/www/maven.sparkseq001.cloudapp.net/html/maven")) )

Expand Down
6 changes: 3 additions & 3 deletions sparkseq-core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name := "sparkseq-core"

organization := "pl.edu.pw.elka"

version := "0.2-SNAPSHOT"
version := "0.1-SNAPSHOT"

scalaVersion := "2.10.4"
scalaVersion := "2.10.3"

publishTo := Some(Resolver.file("file", new File("/var/www/maven.sparkseq001.cloudapp.net/html/maven")))

Expand All @@ -18,7 +18,7 @@ lazy val hadoopVersion = Properties.envOrElse("SPARK_HADOOP_VERSION", DEFAULT_HA
ScctPlugin.instrumentSettings

libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % "1.0.0",
"org.apache.spark" %% "spark-core" % "0.9.0-incubating",
"org.scalatest" % "scalatest_2.10" % "2.1.0-RC2" % "test",
"org.apache.commons" % "commons-math3" % "3.2",
"org.apache.hadoop" % "hadoop-client" % hadoopVersion,
Expand Down
4 changes: 2 additions & 2 deletions sparkseq-core/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ sonar.jdbc.username=sonar
sonar.jdbc.password=sonar
sonar.projectDescription=SparkSeq is a prototype application for RNA/DNA-Seq analyses with nucleotide precision in the cloud.
# path to source directories (required)
sonar.sources=src/main/scala
sonar.sources=sparkseq-core/src/main
# path to test source directories (optional)
#sonar.tests=sparkseq-core/src/test/scala
sonar.tests=sparkseq-core/src/test
# path to project binaries (optional), for example directory of Java bytecode
#sonar.binaries=binDir
# optional comma-separated list of paths to libraries. Only path to JAR file is supported.
Expand Down
Loading

0 comments on commit 5674efb

Please sign in to comment.