Repository: oozie Updated Branches: refs/heads/master af69c8c9f -> 76bd319a7
OOZIE-2937 Remove redundant groupId from the child POMs (Jan Hentschel via andras.piros) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/76bd319a Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/76bd319a Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/76bd319a Branch: refs/heads/master Commit: 76bd319a7672d3401a58f2b243c102ecfe392af9 Parents: af69c8c Author: Andras Piros <[email protected]> Authored: Tue Apr 3 10:06:28 2018 +0200 Committer: Andras Piros <[email protected]> Committed: Tue Apr 3 10:06:28 2018 +0200 ---------------------------------------------------------------------- client/pom.xml | 2 +- core/pom.xml | 2 +- distro/pom.xml | 2 +- docs/pom.xml | 2 +- examples/pom.xml | 2 +- release-log.txt | 1 + server/pom.xml | 2 +- sharelib/distcp/pom.xml | 2 +- sharelib/hcatalog/pom.xml | 2 +- sharelib/hive/pom.xml | 2 +- sharelib/hive2/pom.xml | 2 +- sharelib/oozie/pom.xml | 2 +- sharelib/pig/pom.xml | 2 +- sharelib/pom.xml | 2 +- sharelib/spark/pom.xml | 2 +- sharelib/sqoop/pom.xml | 2 +- sharelib/streaming/pom.xml | 2 +- tools/pom.xml | 2 +- webapp/pom.xml | 2 +- zookeeper-security-tests/pom.xml | 2 +- 20 files changed, 20 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index dc18ae5..795a92d 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -24,7 +24,7 @@ <artifactId>oozie-main</artifactId> <version>5.1.0-SNAPSHOT</version> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-client</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Client</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index a2e2363..45880a6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ <artifactId>oozie-main</artifactId> <version>5.1.0-SNAPSHOT</version> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-core</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Core</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/distro/pom.xml ---------------------------------------------------------------------- diff --git a/distro/pom.xml b/distro/pom.xml index cc57c94..5228596 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -24,7 +24,7 @@ <artifactId>oozie-main</artifactId> <version>5.1.0-SNAPSHOT</version> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-distro</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Distro</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 0657fcb..ae2e94c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -24,7 +24,7 @@ <artifactId>oozie-main</artifactId> <version>5.1.0-SNAPSHOT</version> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-docs</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Docs</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 869f3a1..2bfc7c8 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,7 +24,7 @@ <artifactId>oozie-main</artifactId> <version>5.1.0-SNAPSHOT</version> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-examples</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Examples</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 9a434d3..c61afe1 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 5.0.0 release (trunk - unreleased) +OOZIE-2937 Remove redundant groupId from the child POMs (Jan Hentschel via andras.piros) OOZIE-3176 Oozie-core fails with checkstyle errors (alishap via andras.piros) OOZIE-2726 Flaky test due to daylight saving changes (sasishsaley, andras.piros via gezapeti) OOZIE-2645 Deprecate Instrumentation in favor of Metrics (andras.piros via gezapeti) http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 27848b1..84681f2 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -25,7 +25,7 @@ <artifactId>oozie-main</artifactId> <version>5.1.0-SNAPSHOT</version> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-server</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Server</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/sharelib/distcp/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/distcp/pom.xml b/sharelib/distcp/pom.xml index bcb10dc..3201570 100644 --- a/sharelib/distcp/pom.xml +++ b/sharelib/distcp/pom.xml @@ -25,7 +25,7 @@ <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-sharelib-distcp</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Share Lib Distcp</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/sharelib/hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hcatalog/pom.xml b/sharelib/hcatalog/pom.xml index dba308d..3a29548 100644 --- a/sharelib/hcatalog/pom.xml +++ b/sharelib/hcatalog/pom.xml @@ -25,7 +25,7 @@ <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-sharelib-hcatalog</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Share Lib HCatalog</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/sharelib/hive/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hive/pom.xml b/sharelib/hive/pom.xml index e01eec3..124215e 100644 --- a/sharelib/hive/pom.xml +++ b/sharelib/hive/pom.xml @@ -25,7 +25,7 @@ <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-sharelib-hive</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Share Lib Hive</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/sharelib/hive2/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hive2/pom.xml b/sharelib/hive2/pom.xml index 1a66a15..d3aa859 100644 --- a/sharelib/hive2/pom.xml +++ b/sharelib/hive2/pom.xml @@ -25,7 +25,7 @@ <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-sharelib-hive2</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Share Lib Hive 2</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/sharelib/oozie/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/oozie/pom.xml b/sharelib/oozie/pom.xml index 801de29..6da319e 100644 --- a/sharelib/oozie/pom.xml +++ b/sharelib/oozie/pom.xml @@ -25,7 +25,7 @@ <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-sharelib-oozie</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Share Lib Oozie</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/sharelib/pig/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml index 03d3b4a..5084b61 100644 --- a/sharelib/pig/pom.xml +++ b/sharelib/pig/pom.xml @@ -25,7 +25,7 @@ <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-sharelib-pig</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Share Lib Pig</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/pom.xml b/sharelib/pom.xml index edbad44..6a0864d 100644 --- a/sharelib/pom.xml +++ b/sharelib/pom.xml @@ -24,7 +24,7 @@ <artifactId>oozie-main</artifactId> <version>5.1.0-SNAPSHOT</version> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-sharelib</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Share Lib</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/sharelib/spark/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/spark/pom.xml b/sharelib/spark/pom.xml index 60033ff..3b9c756 100644 --- a/sharelib/spark/pom.xml +++ b/sharelib/spark/pom.xml @@ -25,7 +25,7 @@ <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-sharelib-spark</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Share Lib Spark</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/sharelib/sqoop/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/sqoop/pom.xml b/sharelib/sqoop/pom.xml index b8747ee..0be600e 100644 --- a/sharelib/sqoop/pom.xml +++ b/sharelib/sqoop/pom.xml @@ -25,7 +25,7 @@ <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-sharelib-sqoop</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Share Lib Sqoop</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/sharelib/streaming/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/streaming/pom.xml b/sharelib/streaming/pom.xml index 5902b61..8aab9e4 100644 --- a/sharelib/streaming/pom.xml +++ b/sharelib/streaming/pom.xml @@ -25,7 +25,7 @@ <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-sharelib-streaming</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Share Lib Streaming</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 6efb3c4..94e3cc7 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -24,7 +24,7 @@ <artifactId>oozie-main</artifactId> <version>5.1.0-SNAPSHOT</version> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-tools</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie Tools</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 35afa74..7979969 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -24,7 +24,7 @@ <artifactId>oozie-main</artifactId> <version>5.1.0-SNAPSHOT</version> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-webapp</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie WebApp</description> http://git-wip-us.apache.org/repos/asf/oozie/blob/76bd319a/zookeeper-security-tests/pom.xml ---------------------------------------------------------------------- diff --git a/zookeeper-security-tests/pom.xml b/zookeeper-security-tests/pom.xml index 276f58f..f1ff5b3 100644 --- a/zookeeper-security-tests/pom.xml +++ b/zookeeper-security-tests/pom.xml @@ -24,7 +24,7 @@ <artifactId>oozie-main</artifactId> <version>5.1.0-SNAPSHOT</version> </parent> - <groupId>org.apache.oozie</groupId> + <artifactId>oozie-zookeeper-security-tests</artifactId> <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie ZooKeeper Security Tests</description>
