Skip to content

Commit

Permalink
Prepare 0.10.0-incubating-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dszeto committed Sep 17, 2016
1 parent cda4597 commit 6620784
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

import UnidocKeys._

name := "predictionio-parent"
name := "apache-predictionio-parent"

version in ThisBuild := "0.10.0-incubating-rc1"
version in ThisBuild := "0.10.0-incubating-rc2"

organization in ThisBuild := "org.apache.predictionio"

Expand Down
2 changes: 1 addition & 1 deletion common/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

name := "predictionio-common"
name := "apache-predictionio-common"

libraryDependencies ++= Seq(
"io.spray" %% "spray-can" % "1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

name := "predictionio-core"
name := "apache-predictionio-core"

libraryDependencies ++= Seq(
"com.github.scopt" %% "scopt" % "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion data/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

name := "predictionio-data"
name := "apache-predictionio-data"

libraryDependencies ++= Seq(
"com.github.nscala-time" %% "nscala-time" % "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion e2/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

name := "predictionio-e2"
name := "apache-predictionio-e2"

parallelExecution in Test := false

Expand Down
2 changes: 1 addition & 1 deletion tools/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import sbtassembly.AssemblyPlugin.autoImport._

name := "predictionio-tools"
name := "apache-predictionio-tools"

libraryDependencies ++= Seq(
"com.github.scopt" %% "scopt" % "3.2.0",
Expand Down

0 comments on commit 6620784

Please sign in to comment.