[JIRA] (JSPT-121) java-support-9.0.0-SNAPSHOT pom has incorrect groupId for parent
Paul Tyson (Jira)
jira at shibboleth.atlassian.net
Fri Jan 20 15:48:46 UTC 2023
Paul Tyson ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=5c0004fb821157160babf1e8 ) *created* an issue
Java Support ( https://shibboleth.atlassian.net/browse/JSPT?atlOrigin=eyJpIjoiNTlkMjdlZTgyYWJlNGQzYmE5YmEzNTY3NzcyYjE1OTkiLCJwIjoiaiJ9 ) / Bug ( https://shibboleth.atlassian.net/browse/JSPT-121?atlOrigin=eyJpIjoiNTlkMjdlZTgyYWJlNGQzYmE5YmEzNTY3NzcyYjE1OTkiLCJwIjoiaiJ9 ) JSPT-121 ( https://shibboleth.atlassian.net/browse/JSPT-121?atlOrigin=eyJpIjoiNTlkMjdlZTgyYWJlNGQzYmE5YmEzNTY3NzcyYjE1OTkiLCJwIjoiaiJ9 ) java-support-9.0.0-SNAPSHOT pom has incorrect groupId for parent ( https://shibboleth.atlassian.net/browse/JSPT-121?atlOrigin=eyJpIjoiNTlkMjdlZTgyYWJlNGQzYmE5YmEzNTY3NzcyYjE1OTkiLCJwIjoiaiJ9 )
Issue Type: Bug Assignee: Unassigned Created: 20/Jan/23 10:48 AM Priority: Trivial Reporter: Paul Tyson ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=5c0004fb821157160babf1e8 )
I believe the parent groupId in java-support-9.0.0-SNAPSHOT.pom is wrong.
<parent>
<groupId>net.shibboleth.parent</groupId>
<artifactId>shib-shared-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
should be
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-shared-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
This prevented compilation of my application that wanted to use java-support jar, because artifact dependencies could not be found.
( https://shibboleth.atlassian.net/browse/JSPT-121#add-comment?atlOrigin=eyJpIjoiNTlkMjdlZTgyYWJlNGQzYmE5YmEzNTY3NzcyYjE1OTkiLCJwIjoiaiJ9 ) Add Comment ( https://shibboleth.atlassian.net/browse/JSPT-121#add-comment?atlOrigin=eyJpIjoiNTlkMjdlZTgyYWJlNGQzYmE5YmEzNTY3NzcyYjE1OTkiLCJwIjoiaiJ9 )
Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100214- sha1:fa7bc5f )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20230120/40109ba8/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-98c7c11e-a037-408b-92bd-c55f282cb514
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230120/40109ba8/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-trivial-2442a444-680b-4e83-929a-ad951683432f
Type: image/png
Size: 446 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230120/40109ba8/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-b39729d4-38a8-44b2-a98b-73c0afc6a1f1
Type: image/png
Size: 345 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230120/40109ba8/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-d29fd54a-f57f-4205-91dc-3f21eb492839
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230120/40109ba8/attachment-0007.png>
More information about the commits
mailing list