Skip to content

Commit 8fc40fc

Browse files
authored
MINOR: [Java] Update issue management config in pom.xml (apache#43191)
### Rationale for this change Update the issue management config in Java's parent pom. ### What changes are included in this PR? * Change issue management config from Jira to GitHub ### Are these changes tested? n/a Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent d25ec6a commit 8fc40fc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ We prefer to receive contributions in the form of GitHub pull requests. Please
4040
send pull requests against the [github.com/apache/arrow][4] repository following
4141
the procedure below.
4242

43-
If you are looking for some ideas on what to contribute, check out the [JIRA
43+
If you are looking for some ideas on what to contribute, check out the [GitHub
4444
issues][3] for the Apache Arrow project. Comment on the issue and/or contact
4545
[[email protected]](https://lists.apache.org/[email protected])
4646
with your questions and ideas.
@@ -53,8 +53,8 @@ To contribute a patch:
5353

5454
1. Break your work into small, single-purpose patches if possible. It’s much
5555
harder to merge in a large change with a lot of disjoint features.
56-
2. If one doesn't already exist, create a JIRA for your patch on the [Arrow Project
57-
JIRA](https://issues.apache.org/jira/browse/ARROW).
56+
2. If one doesn't already exist, create a GitHub issue for your patch on the [Arrow Project
57+
GitHub](https://github.com/apache/arrow/issues).
5858
3. Submit the patch as a GitHub pull request against the main branch. For a
5959
tutorial, see the GitHub guides on [forking a repo](https://help.github.com/en/articles/fork-a-repo)
6060
and [sending a pull request](https://help.github.com/en/articles/creating-a-pull-request-from-a-fork). So that your pull request syncs with the JIRA issue, prefix your pull request
@@ -68,5 +68,5 @@ Thank you in advance for your contributions!
6868

6969
[1]: mailto:[email protected]
7070
[2]: https://github.com/apache/arrow/tree/main/format
71-
[3]: https://issues.apache.org/jira/browse/ARROW
71+
[3]: https://github.com/apache/arrow/issues
7272
[4]: https://github.com/apache/arrow

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ under the License.
8181
</scm>
8282

8383
<issueManagement>
84-
<system>Jira</system>
85-
<url>https://issues.apache.org/jira/browse/arrow</url>
84+
<system>GitHub</system>
85+
<url>https://github.com/apache/arrow/issues</url>
8686
</issueManagement>
8787

8888
<properties>

0 commit comments

Comments
 (0)