Repository: incubator-griffin Updated Branches: refs/heads/master 4a998d4ec -> 509640f7e
20171101 update parent artifact Author: William Guo <[email protected]> Closes #159 from guoyuepeng/20171101_update_parent_artifact_id. Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/509640f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/509640f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/509640f7 Branch: refs/heads/master Commit: 509640f7e6576e6a4cf869e7da1d91aaec0f8e97 Parents: 4a998d4 Author: William Guo <[email protected]> Authored: Wed Nov 1 10:30:20 2017 +0800 Committer: William Guo <[email protected]> Committed: Wed Nov 1 10:30:20 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/509640f7/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/509640f7/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/509640f7/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/509640f7/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>
