Skip to content

Commit 9e184de

Browse files
authored
Merge pull request #680 from mspruc/incubator-refs
remove (incubating) references in docs & legalese
2 parents 38485d6 + 7265904 commit 9e184de

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<version>1.1.1-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

34-
<name>Apache Wayang (incubating)</name>
34+
<name>Apache Wayang</name>
3535
<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
3737
executed on multiple different execution platforms, such as Java Streams and Apache Spark.
3838
</description>
3939

@@ -51,7 +51,7 @@
5151
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
5252
<distribution>repo</distribution>
5353
<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
5555
Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required
5656
of all newly accepted projects until a further review indicates that the
5757
infrastructure, communications, and decision making process have stabilized in
@@ -75,14 +75,14 @@
7575

7676
<mailingLists>
7777
<mailingList>
78-
<name>Apache Wayang (incubating) Developer List</name>
78+
<name>Apache Wayang Developer List</name>
7979
<subscribe>mailto:[email protected]</subscribe>
8080
<unsubscribe>mailto:[email protected]</unsubscribe>
8181
<post>mailto:[email protected]</post>
8282
<archive>http://mail-archives.apache.org/mod_mbox/wayang-dev/</archive>
8383
</mailingList>
8484
<mailingList>
85-
<name>Apache Wayang (incubating) Commits List</name>
85+
<name>Apache Wayang Commits List</name>
8686
<subscribe>mailto:[email protected]</subscribe>
8787
<unsubscribe>mailto:[email protected]</unsubscribe>
8888
<post>mailto:[email protected]</post>
@@ -200,7 +200,7 @@
200200
</profile>
201201

202202
<profile>
203-
<!-- Perform steps to deploy Apache Wayang (incubating). -->
203+
<!-- Perform steps to deploy Apache Wayang. -->
204204
<id>deployment</id>
205205
<build>
206206
<plugins>
@@ -221,7 +221,7 @@
221221
</profile>
222222

223223
<profile>
224-
<!-- Perform steps to deploy Apache Wayang (incubating). -->
224+
<!-- Perform steps to deploy Apache Wayang -->
225225
<id>deployment-dryrun</id>
226226
<build>
227227
<plugins>

wayang-commons/wayang-utils-profile-db/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This code is based on the implementation you can find in the following repositor
99

1010
- https://github.com/sekruse/profiledb-java.git
1111

12-
The code there does not have regular maintenance. Apache Wayang (incubating) will require new functionalities to deal with serialization of UDFs and storage in other platforms.
12+
The code there does not have regular maintenance. Apache Wayang will require new functionalities to deal with serialization of UDFs and storage in other platforms.
1313

1414
The classes below has not been modified:
1515

wayang-docs/src/main/resources/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</a>
2828
<br />
2929
<p style="text-align: justify">
30-
Apache Wayang (incubating) is an effort undergoing Incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
30+
Apache Wayang is an effort undergoing Incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
3131
</p>
3232
<p class="text-center">
3333
Copyright &#169; 2023 The Apache Software Foundation.<br />

wayang-docs/src/main/resources/_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{% endif %}
3434

3535

36-
<title>Apache Wayang (incubating) - {{page.title}}</title>
36+
<title>Apache Wayang - {{page.title}}</title>
3737
<link rel="icon" href="{{ "assets/img/logo/favicon-pluma.ico" | absolute_url }}">
3838

3939
<!-- Bootstrap CSS -->

wayang-docs/src/main/resources/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</a>
3232
</div>
3333
<div class="col-md-9 col-xl-8" role="main">
34-
<h3 style="color: #ff8724">Documentation Apache Wayang (incubating)</h3>
34+
<h3 style="color: #ff8724">Documentation Apache Wayang</h3>
3535
</div>
3636

3737
</header>

0 commit comments

Comments
 (0)