This is an automated email from the ASF dual-hosted git repository.
wangzhen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 91b31b5a Apache Auron (incubating) (#1254)
91b31b5a is described below
commit 91b31b5ad0b528d7a3d9928372f393df90640568
Author: Fei Wang <[email protected]>
AuthorDate: Mon Sep 1 05:07:53 2025 -0700
Apache Auron (incubating) (#1254)
---
README.md | 2 +-
pom.xml | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 27cae999..f09cf437 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
- limitations under the License.
-->
-# AURON
+# Apache Auron (Incubating)
[](https://github.com/apache/auron/actions/workflows/tpcds.yml)
[](https://github.com/apache/auron/actions/workflows/build-ce7-releases.yml)
diff --git a/pom.xml b/pom.xml
index 8808cb41..3c1d7629 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,10 @@
<version>${project.version}</version>
<packaging>pom</packaging>
+ <name>Auron Parent Pom</name>
+ <description>Apache Auron (incubating)</description>
+ <url>https://github.com/apache/auron.git</url>
+
<modules>
<module>common</module>
<module>spark-version-annotation-macros</module>