This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new fc1049043 [readme] Remove snapshot related
fc1049043 is described below
commit fc1049043c0a412326c062323a246030884992bc
Author: Jingsong <[email protected]>
AuthorDate: Wed Aug 2 10:48:26 2023 +0800
[readme] Remove snapshot related
---
README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.md b/README.md
index 309995e61..524c7b8b2 100644
--- a/README.md
+++ b/README.md
@@ -74,8 +74,6 @@ JDK 8/11 is required for building the project.
- Run the `mvn spotless:apply` to format the project (both Java and Scala).
- IDE: Mark `paimon-common/target/generated-sources/antlr4` as Sources Root.
-If you fail to download paimon-bundle snapshot files during the build, it is
likely that your maven settings file does not include a snapshot repository.
Uncomment the "repositories" tag in [pom.xml](pom.xml) file for a workaround.
-
## How to Contribute
[Contribution
Guide](https://paimon.apache.org/docs/master/project/contributing/).