This is an automated email from the ASF dual-hosted git repository.
gaoxihui pushed a commit to branch release-2.2.2-rc1
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/release-2.2.2-rc1 by this push:
new b7de55a9 fix: complete release information
b7de55a9 is described below
commit b7de55a9196882d6238c3ba1894acab7b3126614
Author: gaoxihui <[email protected]>
AuthorDate: Mon Dec 9 19:35:13 2024 +0800
fix: complete release information
---
DISCLAIMER | 21 ++++++++++++++++-----
pom.xml | 4 +++-
2 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/DISCLAIMER b/DISCLAIMER
index 84d2cf46..b7b2fe97 100644
--- a/DISCLAIMER
+++ b/DISCLAIMER
@@ -1,10 +1,21 @@
-Apache OzHera(incubating) is an effort undergoing incubation at The Apache
-Software Foundation (ASF), sponsored by the name of Apache TLP sponsor.
+Apache OzHera (incubating) is an effort undergoing incubation at The Apache
+Software Foundation (ASF), sponsored by the Apache 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.
+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.
+
+Some of the incubating project’s releases may not be fully compliant with ASF
+policy. For example, releases may have incomplete or un-reviewed licensing
+conditions.
+
+If you are planning to incorporate this work into your product/project, please
+be aware that you will need to conduct a thorough licensing review to determine
+the overall implications of including this work. For the current status of this
+project through the Apache Incubator visit:
+https://incubator.apache.org/projects/ozhera.html
+
diff --git a/pom.xml b/pom.xml
index 6cabec1b..e62c8f02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1114,11 +1114,13 @@
</snapshotRepository>
<repository>
<id>apache.releases.https</id>
-
<url>https://repository.apache.org/content/repositories/releases</url>
+
<url>https://repository.apache.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<scm>
+ <url>https://github.com/apache/ozhera</url>
+ <connection>scm:git:https://github.com/apache/ozhera.git</connection>
<developerConnection>scm:git:https://github.com/apache/ozhera.git</developerConnection>
<tag>HEAD</tag>
</scm>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]