APEX-218 Modify project names for NOTICE.
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/b47ab81b Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/b47ab81b Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/b47ab81b Branch: refs/heads/release-3.2 Commit: b47ab81b0412dd358e1d10513fc96639db3ec29c Parents: e3e8cf8 Author: Thomas Weise <[email protected]> Authored: Thu Oct 22 20:35:32 2015 -0700 Committer: Thomas Weise <[email protected]> Committed: Thu Oct 22 20:41:36 2015 -0700 ---------------------------------------------------------------------- apex-app-archetype/pom.xml | 2 +- apex-conf-archetype/pom.xml | 2 +- api/pom.xml | 2 +- bufferserver/pom.xml | 2 +- common/pom.xml | 2 +- engine/pom.xml | 2 +- pom.xml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/apex-app-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml index f88dabf..8138e2e 100644 --- a/apex-app-archetype/pom.xml +++ b/apex-app-archetype/pom.xml @@ -31,7 +31,7 @@ <artifactId>apex-app-archetype</artifactId> <packaging>maven-archetype</packaging> - <name>Apache Apex Application Maven Archetype</name> + <name>Apache Apex (incubating) Application Maven Archetype</name> <build> <extensions> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/apex-conf-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml index 7caf93f..bd0d959 100644 --- a/apex-conf-archetype/pom.xml +++ b/apex-conf-archetype/pom.xml @@ -31,7 +31,7 @@ <artifactId>apex-conf-archetype</artifactId> <packaging>maven-archetype</packaging> - <name>Apache Apex App Configuration Maven Archetype</name> + <name>Apache Apex (incubating) App Configuration Maven Archetype</name> <build> <extensions> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index a44d8a6..f410f8d 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>apex-api</artifactId> - <name>Apache Apex API</name> + <name>Apache Apex (incubating) API</name> <packaging>jar</packaging> <repositories> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/bufferserver/pom.xml ---------------------------------------------------------------------- diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml index 6b9a848..5bcddc1 100644 --- a/bufferserver/pom.xml +++ b/bufferserver/pom.xml @@ -31,7 +31,7 @@ <artifactId>apex-bufferserver</artifactId> <description>Interface for nodes from 2 different containers to talk to each other.</description> - <name>Apache Apex Buffer Server</name> + <name>Apache Apex (incubating) Buffer Server</name> <build> <plugins> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 6ee0305..7dd504a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -29,7 +29,7 @@ </parent> <artifactId>apex-common</artifactId> - <name>Apache Apex Common Library</name> + <name>Apache Apex (incubating) Common Library</name> <packaging>jar</packaging> <build> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index 5d30a8e..874d332 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -31,7 +31,7 @@ <artifactId>apex-engine</artifactId> <packaging>jar</packaging> - <name>Apache Apex Stream Processing Engine</name> + <name>Apache Apex (incubating) Stream Processing Engine</name> <build> <finalName>${project.artifactId}</finalName> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1fdabcf..a5679d5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,8 +33,8 @@ <version>3.2.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> - <name>Apache Apex</name> - <url>http://apex.apache.org</url> + <name>Apache Apex (incubating)</name> + <url>http://apex.incubator.apache.org</url> <organization> <name>Apache Software Foundation</name>
