apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
192 stars 40 forks source link

feat(java): Set parent pom to apache #482

Closed CalvinKirs closed 1 month ago

CalvinKirs commented 1 month ago

Reason for this PR

https://maven.apache.org/pom/asf/ Apache Software Foundation Parent POM contains settings that are likely to be useful to any Apache project that is building and releasing code with Maven. By using this project as a parent, a project gets these settings. If we have specific version requirements for certain plugins, we need to explicitly declare the corresponding versions in the project. Otherwise, it will default to the version specified in the parent POM.

What changes are included in this PR?