|
31 | 31 | <version>1.1.1-SNAPSHOT</version> |
32 | 32 | <packaging>pom</packaging> |
33 | 33 |
|
34 | | - <name>Apache Wayang (incubating)</name> |
| 34 | + <name>Apache Wayang</name> |
35 | 35 | <description> |
36 | | - Apache Wayang (incubating) is a tool to build platform-agnostic data processing apps and have them both optimized for and |
| 36 | + Apache Wayang is a tool to build platform-agnostic data processing apps and have them both optimized for and |
37 | 37 | executed on multiple different execution platforms, such as Java Streams and Apache Spark. |
38 | 38 | </description> |
39 | 39 |
|
|
51 | 51 | <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
52 | 52 | <distribution>repo</distribution> |
53 | 53 | <comments> |
54 | | - Apache Wayang (incubating) is an effort undergoing incubation at The Apache Software |
| 54 | + Apache Wayang is an effort undergoing incubation at The Apache Software |
55 | 55 | Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required |
56 | 56 | of all newly accepted projects until a further review indicates that the |
57 | 57 | infrastructure, communications, and decision making process have stabilized in |
|
75 | 75 |
|
76 | 76 | <mailingLists> |
77 | 77 | <mailingList> |
78 | | - <name>Apache Wayang (incubating) Developer List</name> |
| 78 | + <name>Apache Wayang Developer List</name> |
79 | 79 | < subscribe>mailto: [email protected]</ subscribe> |
80 | 80 | < unsubscribe>mailto: [email protected]</ unsubscribe> |
81 | 81 | < post>mailto: [email protected]</ post> |
82 | 82 | <archive>http://mail-archives.apache.org/mod_mbox/wayang-dev/</archive> |
83 | 83 | </mailingList> |
84 | 84 | <mailingList> |
85 | | - <name>Apache Wayang (incubating) Commits List</name> |
| 85 | + <name>Apache Wayang Commits List</name> |
86 | 86 | < subscribe>mailto: [email protected]</ subscribe> |
87 | 87 | < unsubscribe>mailto: [email protected]</ unsubscribe> |
88 | 88 | < post>mailto: [email protected]</ post> |
|
200 | 200 | </profile> |
201 | 201 |
|
202 | 202 | <profile> |
203 | | - <!-- Perform steps to deploy Apache Wayang (incubating). --> |
| 203 | + <!-- Perform steps to deploy Apache Wayang. --> |
204 | 204 | <id>deployment</id> |
205 | 205 | <build> |
206 | 206 | <plugins> |
|
221 | 221 | </profile> |
222 | 222 |
|
223 | 223 | <profile> |
224 | | - <!-- Perform steps to deploy Apache Wayang (incubating). --> |
| 224 | + <!-- Perform steps to deploy Apache Wayang --> |
225 | 225 | <id>deployment-dryrun</id> |
226 | 226 | <build> |
227 | 227 | <plugins> |
|
0 commit comments