# Rationale for this change
This PR prepares the Apache Auron 8.0.0-incubating release by bumping
the project version from `8.0.0-SNAPSHOT` to `8.0.0-incubating`.
This is required before creating the release candidate tag and
publishing the release artifacts.
# What changes are included in this PR?
- Updated the project version in `pom.xml`
- From `8.0.0-SNAPSHOT`
- To `8.0.0-incubating`
# Are there any user-facing changes?
No.
This is a release preparation change only. It does not introduce any
behavior changes, API changes, or user-facing functionality changes.
# How was this patch tested?
No Need Test.