This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2f1f701 make non-asf release clear (#113)
2f1f701 is described below
commit 2f1f7019f713c9794daece9d569062153e1772e4
Author: Shawn Yang <[email protected]>
AuthorDate: Wed Apr 24 15:46:25 2024 +0800
make non-asf release clear (#113)
make non-asf release clear:

---
docs/start/install.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/start/install.md b/docs/start/install.md
index 4b7f1b9..a3e78bf 100644
--- a/docs/start/install.md
+++ b/docs/start/install.md
@@ -9,6 +9,11 @@ The official Apache Fury releases are provided as source
artifacts.
For source download, please see Fury [download](/docs/download/) page.
+Note:
+> **Apache Fury (Incubating) hasn't made a release since joining the Apache
Incubator.**
+> Current version was released before Fury joined the Apache Incubator.
+
+
### Java
To add a dependency on Fury using Maven, use the following:
@@ -26,7 +31,3 @@ To add a dependency on Fury using Maven, use the following:
</dependency> -->
```
Maven groupId will be changed to `org.apache.fury` when the next version is
released.
-
-Note:
-> This was released before Fury joined the Apache Incubator, Fury hasn't made
a release under ASF yet.
-> The maven groupId will be replaced to `org.apache.fury` when the next
version is released.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]