-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(java): Set parent pom to apache #482
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,20 +22,58 @@ | |
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.apache</groupId> | ||
<artifactId>apache</artifactId> | ||
<version>31</version> | ||
</parent> | ||
<groupId>org.apache.graphar</groupId> | ||
<artifactId>graphar-root</artifactId> | ||
<version>${graphar.version}</version> | ||
<packaging>pom</packaging> | ||
|
||
<groupId>org.apache.graphar</groupId> | ||
<artifactId>graphar-root</artifactId> | ||
<version>${graphar.version}</version> | ||
<packaging>pom</packaging> | ||
<name>Apache GraphAr Root POM</name> | ||
<description>Apache GraphAr(Incubating) is an open source, standard data file format for graph data storage and retrieval.</description> | ||
<url>https://graphar.apache.org/</url> | ||
|
||
<name>Apache GraphAr Root POM</name> | ||
<modules> | ||
<module>java</module> | ||
<module>spark</module> | ||
<module>info</module> | ||
</modules> | ||
|
||
<properties> | ||
<graphar.version>0.1.0-SNAPSHOT</graphar.version> | ||
</properties> | ||
<mailingLists> | ||
<mailingList> | ||
<name>Developer List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
<archive>https://lists.apache.org/[email protected]</archive> | ||
</mailingList> | ||
<mailingList> | ||
<name>Commits List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
<archive>https://lists.apache.org/[email protected]</archive> | ||
</mailingList> | ||
</mailingLists> | ||
<licenses> | ||
<license> | ||
<name>The Apache Software License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<!-- <issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/apache/graphar/issues</url> | ||
</issueManagement> | ||
<scm> | ||
<connection>scm:git:https://github.com/apache/graphar.git</connection> | ||
<developerConnection>scm:git:https://github.com/apache/graphar.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<url>https://github.com/apache/graphar</url> | ||
</scm>--> | ||
<properties> | ||
<graphar.version>0.1.0-SNAPSHOT</graphar.version> | ||
</properties> | ||
<modules> | ||
<module>java</module> | ||
<module>spark</module> | ||
<module>info</module> | ||
</modules> | ||
</project> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://lists.apache.org/thread/1frk5f146pbzprj0d1ftf15o4z6v3ocs Do we have any plans to drop the "incubator" prefix? There's been an email thread discussing this in the incubator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for bringing this information to us. Are there specified steps or guidelines that we should follow in response to this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typically, related to infrastructure needs to be handled by the INFRA team. If we're planning to drop the "incubator" prefix, we'll just need to submit a ticket to the INFRA JIRA.
https://issues.apache.org/jira/projects/INFRA/summary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'll consult with other members and make a decision.