This is an automated email from the ASF dual-hosted git repository. suiliangliang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-fury.git
The following commit(s) were added to refs/heads/main by this push: new dfa533bb fix(java): remove maven groupId change (#1602) dfa533bb is described below commit dfa533bbb5b771107daca59e215a3d7bc752b334 Author: Shawn Yang <shawn.ck.y...@gmail.com> AuthorDate: Mon May 6 09:52:06 2024 +0800 fix(java): remove maven groupId change (#1602) ## What does this PR do? remove maven groupId change ## Related issues <!-- Is there any related issue? Please attach here. - #xxxx0 - #xxxx1 - #xxxx2 --> ## Does this PR introduce any user-facing change? <!-- If any user-facing interface changes, please [open an issue](https://github.com/apache/incubator-fury/issues/new/choose) describing the need to do so and update the document if necessary. --> - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? ## Benchmark <!-- When the PR has an impact on performance (if you don't know whether the PR will have an impact on performance, you can submit the PR first, and if it will have impact on performance, the code reviewer will explain it), be sure to attach a benchmark data here. --> --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3076eafa..01cb76dc 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,6 @@ Release version: </dependency> --> ``` -Maven groupId will be changed to `org.apache.fury` when next version is released. - ### Scala ```sbt libraryDependencies += "org.apache.fury" % "fury-core" % "0.5.0" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org For additional commands, e-mail: commits-h...@fury.apache.org