Repository: incubator-predictionio Updated Branches: refs/heads/develop e4a3c0c9f -> fe7f9e958
[PIO-43] Correct POM parent Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/fe7f9e95 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/fe7f9e95 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/fe7f9e95 Branch: refs/heads/develop Commit: fe7f9e958565a4b86981b3ed257251241d5cb512 Parents: e4a3c0c Author: Donald Szeto <[email protected]> Authored: Tue Nov 1 12:59:21 2016 -0700 Committer: Donald Szeto <[email protected]> Committed: Tue Nov 1 12:59:21 2016 -0700 ---------------------------------------------------------------------- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/fe7f9e95/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index 2b98dd2..21c31c6 100644 --- a/build.sbt +++ b/build.sbt @@ -186,8 +186,8 @@ pomExtra := { childrenPomExtra in ThisBuild := { <parent> - <groupId>org.apache.predictionio</groupId> - <artifactId>predictionio-parent_{scalaBinaryVersion.value}</artifactId> + <groupId>{organization.value}</groupId> + <artifactId>{name.value}_{scalaBinaryVersion.value}</artifactId> <version>{version.value}</version> </parent> }
