Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<version>1.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache Wayang (incubating)</name>
<name>Apache Wayang</name>
<description>
Apache Wayang (incubating) is a tool to build platform-agnostic data processing apps and have them both optimized for and
Apache Wayang is a tool to build platform-agnostic data processing apps and have them both optimized for and
executed on multiple different execution platforms, such as Java Streams and Apache Spark.
</description>

Expand All @@ -51,7 +51,7 @@
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
<comments>
Apache Wayang (incubating) is an effort undergoing incubation at The Apache Software
Apache Wayang is an effort undergoing incubation at The Apache Software
Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required
of all newly accepted projects until a further review indicates that the
infrastructure, communications, and decision making process have stabilized in
Expand All @@ -75,14 +75,14 @@

<mailingLists>
<mailingList>
<name>Apache Wayang (incubating) Developer List</name>
<name>Apache Wayang Developer List</name>
<subscribe>mailto:dev-subscribe@wayang.apache.org</subscribe>
<unsubscribe>mailto:dev-unsubscribe@wayang.apache.org</unsubscribe>
<post>mailto:dev@wayang.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/wayang-dev/</archive>
</mailingList>
<mailingList>
<name>Apache Wayang (incubating) Commits List</name>
<name>Apache Wayang Commits List</name>
<subscribe>mailto:commits-subscribe@wayang.apache.org</subscribe>
<unsubscribe>mailto:commits-unsubscribe@wayang.apache.org</unsubscribe>
<post>mailto:commits@wayang.apache.org</post>
Expand Down Expand Up @@ -200,7 +200,7 @@
</profile>

<profile>
<!-- Perform steps to deploy Apache Wayang (incubating). -->
<!-- Perform steps to deploy Apache Wayang. -->
<id>deployment</id>
<build>
<plugins>
Expand All @@ -221,7 +221,7 @@
</profile>

<profile>
<!-- Perform steps to deploy Apache Wayang (incubating). -->
<!-- Perform steps to deploy Apache Wayang -->
<id>deployment-dryrun</id>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion wayang-commons/wayang-utils-profile-db/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This code is based on the implementation you can find in the following repositor

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

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.
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.

The classes below has not been modified:

Expand Down
2 changes: 1 addition & 1 deletion wayang-docs/src/main/resources/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</a>
<br />
<p style="text-align: justify">
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.
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.
</p>
<p class="text-center">
Copyright &#169; 2023 The Apache Software Foundation.<br />
Expand Down
2 changes: 1 addition & 1 deletion wayang-docs/src/main/resources/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{% endif %}


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

<!-- Bootstrap CSS -->
Expand Down
2 changes: 1 addition & 1 deletion wayang-docs/src/main/resources/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div class="col-md-9 col-xl-8" role="main">
<h3 style="color: #ff8724">Documentation Apache Wayang (incubating)</h3>
<h3 style="color: #ff8724">Documentation Apache Wayang</h3>
</div>

</header>
Expand Down
Loading