Repository: incubator-eagle Updated Branches: refs/heads/develop 341816d48 -> 783399070
EAGLE-324 Initialize v0.5.0-incubating-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/78339907 Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/78339907 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/78339907 Branch: refs/heads/develop Commit: 7833990704ddeb4fec2924d5bab80da91cac6926 Parents: 341816d Author: Hao Chen <h...@apache.org> Authored: Thu Jun 2 14:52:55 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Thu Jun 2 14:52:55 2016 +0800 ---------------------------------------------------------------------- eagle-assembly/pom.xml | 6 ++---- eagle-core/eagle-alert/eagle-alert-base/pom.xml | 5 ++--- eagle-core/eagle-alert/eagle-alert-notification-plugin/pom.xml | 2 +- eagle-core/eagle-alert/eagle-alert-process/pom.xml | 6 ++---- eagle-core/eagle-alert/eagle-alert-service/pom.xml | 5 ++--- eagle-core/eagle-alert/pom.xml | 2 +- .../eagle-application-service/pom.xml | 6 ++---- .../eagle-stream-application-manager/pom.xml | 6 ++---- eagle-core/eagle-application-management/pom.xml | 6 ++---- eagle-core/eagle-data-process/eagle-job-common/pom.xml | 5 ++--- .../eagle-data-process/eagle-storm-jobrunning-spout/pom.xml | 5 ++--- eagle-core/eagle-data-process/eagle-stream-pipeline/pom.xml | 6 ++---- eagle-core/eagle-data-process/eagle-stream-process-api/pom.xml | 5 ++--- .../eagle-data-process/eagle-stream-process-base/pom.xml | 6 ++---- eagle-core/eagle-data-process/pom.xml | 2 +- eagle-core/eagle-embed/eagle-embed-hbase/pom.xml | 6 ++---- eagle-core/eagle-embed/eagle-embed-server/pom.xml | 5 ++--- eagle-core/eagle-embed/pom.xml | 6 ++---- .../eagle-machinelearning/eagle-machinelearning-base/pom.xml | 5 ++--- eagle-core/eagle-machinelearning/pom.xml | 6 ++---- eagle-core/eagle-metric/pom.xml | 5 ++--- eagle-core/eagle-policy/eagle-policy-base/pom.xml | 5 ++--- eagle-core/eagle-policy/pom.xml | 6 ++---- eagle-core/eagle-query/eagle-antlr/pom.xml | 2 +- eagle-core/eagle-query/eagle-audit-base/pom.xml | 5 ++--- eagle-core/eagle-query/eagle-client-base/pom.xml | 5 ++--- eagle-core/eagle-query/eagle-common/pom.xml | 5 ++--- eagle-core/eagle-query/eagle-entity-base/pom.xml | 5 ++--- eagle-core/eagle-query/eagle-query-base/pom.xml | 6 ++---- eagle-core/eagle-query/eagle-service-base/pom.xml | 5 ++--- eagle-core/eagle-query/eagle-storage-base/pom.xml | 6 ++---- eagle-core/eagle-query/eagle-storage-hbase/pom.xml | 6 ++---- eagle-core/eagle-query/eagle-storage-jdbc/pom.xml | 6 ++---- eagle-core/eagle-query/pom.xml | 2 +- eagle-core/pom.xml | 2 +- eagle-examples/eagle-topology-example/pom.xml | 6 ++---- eagle-examples/pom.xml | 6 ++---- eagle-external/eagle-kafka/pom.xml | 6 ++---- eagle-external/eagle-log4jkafka/pom.xml | 6 ++---- eagle-external/pom.xml | 6 ++---- eagle-gc/pom.xml | 2 +- eagle-hadoop-metric/pom.xml | 6 ++---- eagle-security/eagle-metric-collection/pom.xml | 5 ++--- eagle-security/eagle-security-common/pom.xml | 5 ++--- eagle-security/eagle-security-hbase-securitylog/pom.xml | 6 ++---- eagle-security/eagle-security-hbase-web/pom.xml | 6 ++---- eagle-security/eagle-security-hdfs-auditlog/pom.xml | 5 ++--- eagle-security/eagle-security-hdfs-securitylog/pom.xml | 6 ++---- eagle-security/eagle-security-hdfs-web/pom.xml | 5 ++--- eagle-security/eagle-security-hive-web/pom.xml | 5 ++--- eagle-security/eagle-security-hive/pom.xml | 5 ++--- eagle-security/eagle-security-maprfs-auditlog/pom.xml | 5 ++--- eagle-security/eagle-security-maprfs-web/pom.xml | 5 ++--- eagle-security/eagle-security-oozie-auditlog/pom.xml | 6 ++---- eagle-security/eagle-security-oozie-web/pom.xml | 6 ++---- eagle-security/eagle-security-userprofile/common/pom.xml | 5 ++--- eagle-security/eagle-security-userprofile/detection/pom.xml | 5 ++--- eagle-security/eagle-security-userprofile/pom.xml | 6 ++---- eagle-security/eagle-security-userprofile/training/pom.xml | 6 ++---- eagle-security/pom.xml | 5 ++--- eagle-topology-assembly/pom.xml | 6 ++---- eagle-webservice/pom.xml | 5 ++--- pom.xml | 2 +- 63 files changed, 118 insertions(+), 202 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-assembly/pom.xml b/eagle-assembly/pom.xml index 9b2949c..2db6530 100644 --- a/eagle-assembly/pom.xml +++ b/eagle-assembly/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-alert/eagle-alert-base/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-alert/eagle-alert-base/pom.xml b/eagle-core/eagle-alert/eagle-alert-base/pom.xml index b1d10fd..bc71323 100644 --- a/eagle-core/eagle-alert/eagle-alert-base/pom.xml +++ b/eagle-core/eagle-alert/eagle-alert-base/pom.xml @@ -16,14 +16,13 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-alert-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-alert/eagle-alert-notification-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-alert/eagle-alert-notification-plugin/pom.xml b/eagle-core/eagle-alert/eagle-alert-notification-plugin/pom.xml index 504abb8..c2fa96c 100644 --- a/eagle-core/eagle-alert/eagle-alert-notification-plugin/pom.xml +++ b/eagle-core/eagle-alert/eagle-alert-notification-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-alert-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>eagle-alert-notification-plugin</artifactId> <name>eagle-alert-notification-plugin</name> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-alert/eagle-alert-process/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-alert/eagle-alert-process/pom.xml b/eagle-core/eagle-alert/eagle-alert-process/pom.xml index cdf321a..1d35d95 100644 --- a/eagle-core/eagle-alert/eagle-alert-process/pom.xml +++ b/eagle-core/eagle-alert/eagle-alert-process/pom.xml @@ -15,14 +15,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-alert-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-alert/eagle-alert-service/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-alert/eagle-alert-service/pom.xml b/eagle-core/eagle-alert/eagle-alert-service/pom.xml index 54226aa..2f27723 100644 --- a/eagle-core/eagle-alert/eagle-alert-service/pom.xml +++ b/eagle-core/eagle-alert/eagle-alert-service/pom.xml @@ -16,14 +16,13 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-alert-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-alert/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-alert/pom.xml b/eagle-core/eagle-alert/pom.xml index d8585bd..8a7e3d0 100644 --- a/eagle-core/eagle-alert/pom.xml +++ b/eagle-core/eagle-alert/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-core</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-application-management/eagle-application-service/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-application-management/eagle-application-service/pom.xml b/eagle-core/eagle-application-management/eagle-application-service/pom.xml index 96fa7ee..377ead5 100644 --- a/eagle-core/eagle-application-management/eagle-application-service/pom.xml +++ b/eagle-core/eagle-application-management/eagle-application-service/pom.xml @@ -17,13 +17,11 @@ ~ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-application-management</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-application-management/eagle-stream-application-manager/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-application-management/eagle-stream-application-manager/pom.xml b/eagle-core/eagle-application-management/eagle-stream-application-manager/pom.xml index e58f842..fd3a5f1 100644 --- a/eagle-core/eagle-application-management/eagle-stream-application-manager/pom.xml +++ b/eagle-core/eagle-application-management/eagle-stream-application-manager/pom.xml @@ -17,13 +17,11 @@ ~ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-application-management</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-application-management/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-application-management/pom.xml b/eagle-core/eagle-application-management/pom.xml index d633717..5bb8e72 100644 --- a/eagle-core/eagle-application-management/pom.xml +++ b/eagle-core/eagle-application-management/pom.xml @@ -17,13 +17,11 @@ ~ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-core</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-data-process/eagle-job-common/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-data-process/eagle-job-common/pom.xml b/eagle-core/eagle-data-process/eagle-job-common/pom.xml index 9369004..c3862d5 100644 --- a/eagle-core/eagle-data-process/eagle-job-common/pom.xml +++ b/eagle-core/eagle-data-process/eagle-job-common/pom.xml @@ -15,13 +15,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-data-process-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>eagle-job-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-data-process/eagle-storm-jobrunning-spout/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-data-process/eagle-storm-jobrunning-spout/pom.xml b/eagle-core/eagle-data-process/eagle-storm-jobrunning-spout/pom.xml index 46cfb75..21bb25f 100644 --- a/eagle-core/eagle-data-process/eagle-storm-jobrunning-spout/pom.xml +++ b/eagle-core/eagle-data-process/eagle-storm-jobrunning-spout/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-data-process-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>eagle-storm-jobrunning-spout</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-data-process/eagle-stream-pipeline/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-data-process/eagle-stream-pipeline/pom.xml b/eagle-core/eagle-data-process/eagle-stream-pipeline/pom.xml index e6a5533..18fb610 100644 --- a/eagle-core/eagle-data-process/eagle-stream-pipeline/pom.xml +++ b/eagle-core/eagle-data-process/eagle-stream-pipeline/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-data-process-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>eagle-stream-pipeline</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-data-process/eagle-stream-process-api/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-data-process/eagle-stream-process-api/pom.xml b/eagle-core/eagle-data-process/eagle-stream-process-api/pom.xml index 9806fef..df7ac38 100644 --- a/eagle-core/eagle-data-process/eagle-stream-process-api/pom.xml +++ b/eagle-core/eagle-data-process/eagle-stream-process-api/pom.xml @@ -15,13 +15,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-data-process-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-data-process/eagle-stream-process-base/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-data-process/eagle-stream-process-base/pom.xml b/eagle-core/eagle-data-process/eagle-stream-process-base/pom.xml index d783398..dd186d6 100644 --- a/eagle-core/eagle-data-process/eagle-stream-process-base/pom.xml +++ b/eagle-core/eagle-data-process/eagle-stream-process-base/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-data-process-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-data-process/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-data-process/pom.xml b/eagle-core/eagle-data-process/pom.xml index 89f2ba3..e32be21 100644 --- a/eagle-core/eagle-data-process/pom.xml +++ b/eagle-core/eagle-data-process/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-core</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>eagle-data-process-parent</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-embed/eagle-embed-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-embed/eagle-embed-hbase/pom.xml b/eagle-core/eagle-embed/eagle-embed-hbase/pom.xml index 5016481..031959b 100644 --- a/eagle-core/eagle-embed/eagle-embed-hbase/pom.xml +++ b/eagle-core/eagle-embed/eagle-embed-hbase/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-embed-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-embed/eagle-embed-server/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-embed/eagle-embed-server/pom.xml b/eagle-core/eagle-embed/eagle-embed-server/pom.xml index 317e857..d24975a 100644 --- a/eagle-core/eagle-embed/eagle-embed-server/pom.xml +++ b/eagle-core/eagle-embed/eagle-embed-server/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-embed-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>eagle-embed-server</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-embed/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-embed/pom.xml b/eagle-core/eagle-embed/pom.xml index b05991a..dddbc59 100644 --- a/eagle-core/eagle-embed/pom.xml +++ b/eagle-core/eagle-embed/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-core</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-machinelearning/eagle-machinelearning-base/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-machinelearning/eagle-machinelearning-base/pom.xml b/eagle-core/eagle-machinelearning/eagle-machinelearning-base/pom.xml index 03641ea..390705d 100644 --- a/eagle-core/eagle-machinelearning/eagle-machinelearning-base/pom.xml +++ b/eagle-core/eagle-machinelearning/eagle-machinelearning-base/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-machinelearning-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>eagle-machinelearning-base</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-machinelearning/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-machinelearning/pom.xml b/eagle-core/eagle-machinelearning/pom.xml index 1e945ab..e79ebfc 100644 --- a/eagle-core/eagle-machinelearning/pom.xml +++ b/eagle-core/eagle-machinelearning/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-core</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-metric/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-metric/pom.xml b/eagle-core/eagle-metric/pom.xml index 22b877f..ec309d3 100644 --- a/eagle-core/eagle-metric/pom.xml +++ b/eagle-core/eagle-metric/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-core</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-policy/eagle-policy-base/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-policy/eagle-policy-base/pom.xml b/eagle-core/eagle-policy/eagle-policy-base/pom.xml index 2120b72..a6f1b02 100644 --- a/eagle-core/eagle-policy/eagle-policy-base/pom.xml +++ b/eagle-core/eagle-policy/eagle-policy-base/pom.xml @@ -16,14 +16,13 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-policy-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-policy/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-policy/pom.xml b/eagle-core/eagle-policy/pom.xml index 4a161a1..1a2c23e 100644 --- a/eagle-core/eagle-policy/pom.xml +++ b/eagle-core/eagle-policy/pom.xml @@ -15,14 +15,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-core</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-query/eagle-antlr/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/eagle-antlr/pom.xml b/eagle-core/eagle-query/eagle-antlr/pom.xml index e2c9d96..59b3bdb 100644 --- a/eagle-core/eagle-query/eagle-antlr/pom.xml +++ b/eagle-core/eagle-query/eagle-antlr/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-query-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-query/eagle-audit-base/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/eagle-audit-base/pom.xml b/eagle-core/eagle-query/eagle-audit-base/pom.xml index f986953..9c2aef9 100755 --- a/eagle-core/eagle-query/eagle-audit-base/pom.xml +++ b/eagle-core/eagle-query/eagle-audit-base/pom.xml @@ -17,14 +17,13 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-query-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-query/eagle-client-base/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/eagle-client-base/pom.xml b/eagle-core/eagle-query/eagle-client-base/pom.xml index bb645c8..34a729e 100644 --- a/eagle-core/eagle-query/eagle-client-base/pom.xml +++ b/eagle-core/eagle-query/eagle-client-base/pom.xml @@ -16,14 +16,13 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-query-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-query/eagle-common/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/eagle-common/pom.xml b/eagle-core/eagle-query/eagle-common/pom.xml index 3fb98da..af93aba 100644 --- a/eagle-core/eagle-query/eagle-common/pom.xml +++ b/eagle-core/eagle-query/eagle-common/pom.xml @@ -16,14 +16,13 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-query-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-query/eagle-entity-base/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/eagle-entity-base/pom.xml b/eagle-core/eagle-query/eagle-entity-base/pom.xml index c553507..640e493 100755 --- a/eagle-core/eagle-query/eagle-entity-base/pom.xml +++ b/eagle-core/eagle-query/eagle-entity-base/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-query-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-query/eagle-query-base/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/eagle-query-base/pom.xml b/eagle-core/eagle-query/eagle-query-base/pom.xml index 151158f..48ae806 100644 --- a/eagle-core/eagle-query/eagle-query-base/pom.xml +++ b/eagle-core/eagle-query/eagle-query-base/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-query-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-query/eagle-service-base/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/eagle-service-base/pom.xml b/eagle-core/eagle-query/eagle-service-base/pom.xml index 21ca218..5a6ae2c 100755 --- a/eagle-core/eagle-query/eagle-service-base/pom.xml +++ b/eagle-core/eagle-query/eagle-service-base/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-query-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-query/eagle-storage-base/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/eagle-storage-base/pom.xml b/eagle-core/eagle-query/eagle-storage-base/pom.xml index a659a3e..6589fa9 100644 --- a/eagle-core/eagle-query/eagle-storage-base/pom.xml +++ b/eagle-core/eagle-query/eagle-storage-base/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-query-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-query/eagle-storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/eagle-storage-hbase/pom.xml b/eagle-core/eagle-query/eagle-storage-hbase/pom.xml index 3a471a3..99a536a 100644 --- a/eagle-core/eagle-query/eagle-storage-hbase/pom.xml +++ b/eagle-core/eagle-query/eagle-storage-hbase/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-query-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-query/eagle-storage-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/eagle-storage-jdbc/pom.xml b/eagle-core/eagle-query/eagle-storage-jdbc/pom.xml index 7028589..08243b7 100644 --- a/eagle-core/eagle-query/eagle-storage-jdbc/pom.xml +++ b/eagle-core/eagle-query/eagle-storage-jdbc/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-query-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/eagle-query/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/pom.xml b/eagle-core/eagle-query/pom.xml index 25d940a..798e138 100644 --- a/eagle-core/eagle-query/pom.xml +++ b/eagle-core/eagle-query/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-core</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-core/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/pom.xml b/eagle-core/pom.xml index f80efb3..5ccb76b 100644 --- a/eagle-core/pom.xml +++ b/eagle-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-examples/eagle-topology-example/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-examples/eagle-topology-example/pom.xml b/eagle-examples/eagle-topology-example/pom.xml index 806cfb0..5d4a419 100644 --- a/eagle-examples/eagle-topology-example/pom.xml +++ b/eagle-examples/eagle-topology-example/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-examples</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-examples/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-examples/pom.xml b/eagle-examples/pom.xml index 3912583..9b0f38f 100644 --- a/eagle-examples/pom.xml +++ b/eagle-examples/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-external/eagle-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-external/eagle-kafka/pom.xml b/eagle-external/eagle-kafka/pom.xml index f69c77c..5c4f927 100644 --- a/eagle-external/eagle-kafka/pom.xml +++ b/eagle-external/eagle-kafka/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-external-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-external/eagle-log4jkafka/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-external/eagle-log4jkafka/pom.xml b/eagle-external/eagle-log4jkafka/pom.xml index afc8a8d..bac6745 100644 --- a/eagle-external/eagle-log4jkafka/pom.xml +++ b/eagle-external/eagle-log4jkafka/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-external-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-external/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-external/pom.xml b/eagle-external/pom.xml index 6cb0061..2b99fe3 100644 --- a/eagle-external/pom.xml +++ b/eagle-external/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-gc/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-gc/pom.xml b/eagle-gc/pom.xml index c32ad3a..66400cb 100644 --- a/eagle-gc/pom.xml +++ b/eagle-gc/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>eagle-gc</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-hadoop-metric/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-hadoop-metric/pom.xml b/eagle-hadoop-metric/pom.xml index 2e2f94a..ce13ee9 100644 --- a/eagle-hadoop-metric/pom.xml +++ b/eagle-hadoop-metric/pom.xml @@ -15,13 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-metric-collection/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-metric-collection/pom.xml b/eagle-security/eagle-metric-collection/pom.xml index bbd834f..67a6bad 100644 --- a/eagle-security/eagle-metric-collection/pom.xml +++ b/eagle-security/eagle-metric-collection/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-security-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>eagle-metric-collection</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-common/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-common/pom.xml b/eagle-security/eagle-security-common/pom.xml index 14605dc..83971f2 100644 --- a/eagle-security/eagle-security-common/pom.xml +++ b/eagle-security/eagle-security-common/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-security-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>eagle-security-common</artifactId> <name>eagle-security-common</name> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-hbase-securitylog/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-hbase-securitylog/pom.xml b/eagle-security/eagle-security-hbase-securitylog/pom.xml index 2be01ab..2870807 100644 --- a/eagle-security/eagle-security-hbase-securitylog/pom.xml +++ b/eagle-security/eagle-security-hbase-securitylog/pom.xml @@ -18,13 +18,11 @@ ~ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-security-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-hbase-web/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-hbase-web/pom.xml b/eagle-security/eagle-security-hbase-web/pom.xml index ebca436..e286d14 100644 --- a/eagle-security/eagle-security-hbase-web/pom.xml +++ b/eagle-security/eagle-security-hbase-web/pom.xml @@ -18,13 +18,11 @@ ~ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-security-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-hdfs-auditlog/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-hdfs-auditlog/pom.xml b/eagle-security/eagle-security-hdfs-auditlog/pom.xml index d0e6f96..bd5e788 100644 --- a/eagle-security/eagle-security-hdfs-auditlog/pom.xml +++ b/eagle-security/eagle-security-hdfs-auditlog/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-security-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>eagle-security-hdfs-auditlog</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-hdfs-securitylog/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-hdfs-securitylog/pom.xml b/eagle-security/eagle-security-hdfs-securitylog/pom.xml index 4668942..68e3a98 100644 --- a/eagle-security/eagle-security-hdfs-securitylog/pom.xml +++ b/eagle-security/eagle-security-hdfs-securitylog/pom.xml @@ -17,13 +17,11 @@ ~ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-security-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-hdfs-web/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-hdfs-web/pom.xml b/eagle-security/eagle-security-hdfs-web/pom.xml index f0d54fe..2937932 100644 --- a/eagle-security/eagle-security-hdfs-web/pom.xml +++ b/eagle-security/eagle-security-hdfs-web/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-security-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>eagle-security-hdfs-web</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-hive-web/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-hive-web/pom.xml b/eagle-security/eagle-security-hive-web/pom.xml index 60a99b1..986008a 100644 --- a/eagle-security/eagle-security-hive-web/pom.xml +++ b/eagle-security/eagle-security-hive-web/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-security-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>eagle-security-hive-web</artifactId> <name>eagle-security-hive-web</name> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-hive/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-hive/pom.xml b/eagle-security/eagle-security-hive/pom.xml index 1f110a5..348daaa 100644 --- a/eagle-security/eagle-security-hive/pom.xml +++ b/eagle-security/eagle-security-hive/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-security-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>eagle-security-hive</artifactId> <name>eagle-security-hive</name> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-maprfs-auditlog/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-maprfs-auditlog/pom.xml b/eagle-security/eagle-security-maprfs-auditlog/pom.xml index 71d9127..9ba0ac1 100644 --- a/eagle-security/eagle-security-maprfs-auditlog/pom.xml +++ b/eagle-security/eagle-security-maprfs-auditlog/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-security-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>eagle-security-maprfs-auditlog</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-maprfs-web/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-maprfs-web/pom.xml b/eagle-security/eagle-security-maprfs-web/pom.xml index d10d21a..0cdd258 100644 --- a/eagle-security/eagle-security-maprfs-web/pom.xml +++ b/eagle-security/eagle-security-maprfs-web/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-security-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>eagle-security-maprfs-web</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-oozie-auditlog/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-oozie-auditlog/pom.xml b/eagle-security/eagle-security-oozie-auditlog/pom.xml index b03eafc..d1557ac 100644 --- a/eagle-security/eagle-security-oozie-auditlog/pom.xml +++ b/eagle-security/eagle-security-oozie-auditlog/pom.xml @@ -18,13 +18,11 @@ ~ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-security-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-oozie-web/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-oozie-web/pom.xml b/eagle-security/eagle-security-oozie-web/pom.xml index ac11b7c..cb89f19 100644 --- a/eagle-security/eagle-security-oozie-web/pom.xml +++ b/eagle-security/eagle-security-oozie-web/pom.xml @@ -16,14 +16,12 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-security-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>eagle-security-oozie-web</artifactId> <name>eagle-security-oozie-web</name> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-userprofile/common/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-userprofile/common/pom.xml b/eagle-security/eagle-security-userprofile/common/pom.xml index 3fcffb2..1faee1a 100644 --- a/eagle-security/eagle-security-userprofile/common/pom.xml +++ b/eagle-security/eagle-security-userprofile/common/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-security-userprofile-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-userprofile/detection/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-userprofile/detection/pom.xml b/eagle-security/eagle-security-userprofile/detection/pom.xml index 1f4811e..512b8b1 100644 --- a/eagle-security/eagle-security-userprofile/detection/pom.xml +++ b/eagle-security/eagle-security-userprofile/detection/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-security-userprofile-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>eagle-security-userprofile-detection</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-userprofile/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-userprofile/pom.xml b/eagle-security/eagle-security-userprofile/pom.xml index a295c3e..0c112d3 100644 --- a/eagle-security/eagle-security-userprofile/pom.xml +++ b/eagle-security/eagle-security-userprofile/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-security-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/eagle-security-userprofile/training/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-userprofile/training/pom.xml b/eagle-security/eagle-security-userprofile/training/pom.xml index d6a23a5..430cf95 100644 --- a/eagle-security/eagle-security-userprofile/training/pom.xml +++ b/eagle-security/eagle-security-userprofile/training/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>eagle-security-userprofile-parent</artifactId> <groupId>org.apache.eagle</groupId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-security/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/pom.xml b/eagle-security/pom.xml index 4735b69..ec6b6fa 100644 --- a/eagle-security/pom.xml +++ b/eagle-security/pom.xml @@ -18,13 +18,12 @@ ~ */ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>eagle-security-parent</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-topology-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-topology-assembly/pom.xml b/eagle-topology-assembly/pom.xml index 0ecd227..e40a234 100644 --- a/eagle-topology-assembly/pom.xml +++ b/eagle-topology-assembly/pom.xml @@ -16,14 +16,12 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>eagle-topology-assembly</artifactId> <name>eagle-topology-assembly</name> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/eagle-webservice/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-webservice/pom.xml b/eagle-webservice/pom.xml index 9d379e7..80c42bc 100644 --- a/eagle-webservice/pom.xml +++ b/eagle-webservice/pom.xml @@ -11,13 +11,12 @@ License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>eagle-webservice</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/78339907/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 49c2971..fc92970 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-parent</artifactId> - <version>0.4.0-incubating-SNAPSHOT</version> + <version>0.5.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Eagle Parent</name> <url>https://eagle.incubator.apache.org</url>