Repository: incubator-predictionio
Updated Branches:
  refs/heads/release/0.10.0 cda4597be -> 6620784f0


Prepare 0.10.0-incubating-rc2


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/6620784f
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/6620784f
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/6620784f

Branch: refs/heads/release/0.10.0
Commit: 6620784f0cf9059b95f9cd5a412f3e5ae83d03c5
Parents: cda4597
Author: Donald Szeto <don...@apache.org>
Authored: Sat Sep 17 14:23:02 2016 -0700
Committer: Donald Szeto <don...@apache.org>
Committed: Sat Sep 17 14:23:02 2016 -0700

----------------------------------------------------------------------
 build.sbt        | 4 ++--
 common/build.sbt | 2 +-
 core/build.sbt   | 2 +-
 data/build.sbt   | 2 +-
 e2/build.sbt     | 2 +-
 tools/build.sbt  | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index 6c33567..b89b3d5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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"
 

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/common/build.sbt
----------------------------------------------------------------------
diff --git a/common/build.sbt b/common/build.sbt
index 74fde2a..e7050d4 100644
--- a/common/build.sbt
+++ b/common/build.sbt
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-name := "predictionio-common"
+name := "apache-predictionio-common"
 
 libraryDependencies ++= Seq(
   "io.spray"               %% "spray-can"        % "1.3.2",

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/core/build.sbt
----------------------------------------------------------------------
diff --git a/core/build.sbt b/core/build.sbt
index 537f1a7..637d4ea 100644
--- a/core/build.sbt
+++ b/core/build.sbt
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-name := "predictionio-core"
+name := "apache-predictionio-core"
 
 libraryDependencies ++= Seq(
   "com.github.scopt"       %% "scopt"            % "3.3.0",

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/data/build.sbt
----------------------------------------------------------------------
diff --git a/data/build.sbt b/data/build.sbt
index f15e86c..21c8d65 100644
--- a/data/build.sbt
+++ b/data/build.sbt
@@ -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",

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/e2/build.sbt
----------------------------------------------------------------------
diff --git a/e2/build.sbt b/e2/build.sbt
index b220924..50de5e5 100644
--- a/e2/build.sbt
+++ b/e2/build.sbt
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-name := "predictionio-e2"
+name := "apache-predictionio-e2"
 
 parallelExecution in Test := false
 

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/tools/build.sbt
----------------------------------------------------------------------
diff --git a/tools/build.sbt b/tools/build.sbt
index e8c12a8..07a6ad3 100644
--- a/tools/build.sbt
+++ b/tools/build.sbt
@@ -17,7 +17,7 @@
 
 import sbtassembly.AssemblyPlugin.autoImport._
 
-name := "predictionio-tools"
+name := "apache-predictionio-tools"
 
 libraryDependencies ++= Seq(
   "com.github.scopt"       %% "scopt"          % "3.2.0",

Reply via email to