Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 7bb4aa2

Browse files
shimamototakezoe
authored andcommitted
0.12.0-incubating release
Closes #12
1 parent 89ccf88 commit 7bb4aa2

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

Diff for: README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
## Documentation
44

5-
Please refer to http://predictionio.incubator.apache.org/templates/classification/quickstart/
5+
Please refer to
6+
http://predictionio.incubator.apache.org/templates/classification/quickstart/
67

78
## Versions
89

10+
### v0.12.0-incubating
11+
12+
- Bump version number to track PredictionIO version
13+
- Sets default build targets according to PredictionIO
14+
- Fix use of case class
15+
916
### v0.11.0-incubating
1017

1118
- Bump version number to track PredictionIO version

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "template-scala-parallel-classification"
2+
23
scalaVersion := "2.11.8"
34
libraryDependencies ++= Seq(
4-
"org.apache.predictionio" %% "apache-predictionio-core" % "0.11.0-incubating" % "provided",
5-
"org.apache.spark" %% "spark-core" % "2.1.1" % "provided",
5+
"org.apache.predictionio" %% "apache-predictionio-core" % "0.12.0-incubating" % "provided",
66
"org.apache.spark" %% "spark-mllib" % "2.1.1" % "provided")

Diff for: project/assembly.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")

Diff for: project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.15
1+
sbt.version=0.13.16

0 commit comments

Comments
 (0)