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/fury.git
The following commit(s) were added to refs/heads/main by this push:
new fa228015 chore(kotlin): add parent pom for fury kotlin (#1921)
fa228015 is described below
commit fa22801552b6cf619205767dd6055615a3147aea
Author: Shawn Yang <[email protected]>
AuthorDate: Sun Nov 3 23:31:04 2024 +0800
chore(kotlin): add parent pom for fury kotlin (#1921)
## What does this PR do?
add parent pom for fury kotlin
## 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/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.
-->
---
kotlin/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/kotlin/pom.xml b/kotlin/pom.xml
index e5a3292a..3c60c9a8 100644
--- a/kotlin/pom.xml
+++ b/kotlin/pom.xml
@@ -22,6 +22,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>29</version>
+ </parent>
<groupId>org.apache.fury</groupId>
<artifactId>fury-kotlin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]