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

Commit 10f4e32

Browse files
takezoeshimamoto
authored andcommitted
Bump PredictionIO to 0.13.0
Closes #14
1 parent 7bb4aa2 commit 10f4e32

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

Diff for: .gitignore

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
.DS_Store
12
manifest.json
23
pio.log
34
/pio.sbt
45
target/
5-
.idea
6+
7+
# Eclipse
8+
.project
9+
.classpath
10+
.settings/
11+
12+
# IntelliJ
13+
*.iml
14+
.idea/

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
## Documentation
44

55
Please refer to
6-
http://predictionio.incubator.apache.org/templates/classification/quickstart/
6+
https://predictionio.apache.org/templates/classification/quickstart/
77

88
## Versions
99

10+
### v0.13.0
11+
12+
Update for Apache PredictionIO 0.13.0
13+
1014
### v0.12.0-incubating
1115

1216
- Bump version number to track PredictionIO version

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ name := "template-scala-parallel-classification"
22

33
scalaVersion := "2.11.8"
44
libraryDependencies ++= Seq(
5-
"org.apache.predictionio" %% "apache-predictionio-core" % "0.12.0-incubating" % "provided",
5+
"org.apache.predictionio" %% "apache-predictionio-core" % "0.13.0" % "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.5")
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7")

Diff for: template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"pio": {"version": { "min": "0.10.0-incubating" }}}
1+
{"pio": {"version": { "min": "0.11.0-incubating" }}}

0 commit comments

Comments
 (0)