update parent artifact id as griffin.griffin instead of griffin.griffin-parent
Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/458d56db Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/458d56db Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/458d56db Branch: refs/heads/griffin-0.1.6-incubating-rc1 Commit: 458d56db6bb640d083d27d650efbb222b72d19d3 Parents: fb2a466 Author: William Guo <[email protected]> Authored: Wed Nov 1 10:27:19 2017 +0800 Committer: William Guo <[email protected]> Committed: Wed Nov 1 10:27:19 2017 +0800 ---------------------------------------------------------------------- measure/pom.xml | 2 +- pom.xml | 2 +- service/pom.xml | 2 +- ui/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/458d56db/measure/pom.xml ---------------------------------------------------------------------- diff --git a/measure/pom.xml b/measure/pom.xml index 9b16595..9d48cab 100644 --- a/measure/pom.xml +++ b/measure/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.griffin</groupId> - <artifactId>griffin-parent</artifactId> + <artifactId>griffin</artifactId> <version>0.1.6-incubating-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/458d56db/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e0dcc83..af5f646 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ under the License. </parent> <groupId>org.apache.griffin</groupId> - <artifactId>griffin-parent</artifactId> + <artifactId>griffin</artifactId> <version>0.1.6-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Griffin ${project.version}</name> http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/458d56db/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index b3a42cf..2dd1f75 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.griffin</groupId> - <artifactId>griffin-parent</artifactId> + <artifactId>griffin</artifactId> <version>0.1.6-incubating-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/458d56db/ui/pom.xml ---------------------------------------------------------------------- diff --git a/ui/pom.xml b/ui/pom.xml index f9523e6..1a39f3b 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.griffin</groupId> - <artifactId>griffin-parent</artifactId> + <artifactId>griffin</artifactId> <version>0.1.6-incubating-SNAPSHOT</version> </parent> <artifactId>ui</artifactId>
