Skip to content

Commit b41f7ec

Browse files
authored
Merge pull request #507 from shrinkwrap/migrate-jira-to-github-issues
Migrate issue tracking references from Jira to GitHub Issues
2 parents 91a980f + ad14d88 commit b41f7ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,4 +393,4 @@ ShrinkWrap.create(EmbeddedGradleImporter.class)
393393

394394
### Issues and Improvements
395395

396-
If you encounter any issues or have suggestions for improving ShrinkWrap Resolver, please report them on our issue tracker at [SHRINKRES](https://issues.redhat.com/projects/SHRINKRES/issues) project.
396+
If you encounter any issues or have suggestions for improving ShrinkWrap Resolver, please report them on our [GitHub Issues](https://github.com/shrinkwrap/resolver/issues) page.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777

7878
<!-- Issues -->
7979
<issueManagement>
80-
<system>jira</system>
81-
<url>http://jira.jboss.com/jira/browse/SHRINKWRAP</url>
80+
<system>github</system>
81+
<url>https://github.com/shrinkwrap/resolver/issues</url>
8282
</issueManagement>
8383

8484
<!-- Licenses -->

0 commit comments

Comments
 (0)