Skip to content
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

Add groupId in Maven query #921

Merged

Conversation

Sgitario
Copy link
Contributor

When querying Maven central using the artifactId operator-framework, there were multiple matches:

  • One using the groupId: com.github.containersolutions
  • Another one using: io.javaoperatorsdk

While is obvious that the right one is the one using the groupId io.javaoperatorsdk, we can avoid confusions by querying Maven central using both the artifactId and the group Id fields.

When querying Maven central using the artifactId `operator-framework`, there were multiple matches:
- One using the groupId: `com.github.containersolutions`
- Another one using: `io.javaoperatorsdk`

While is obvious that the right one is the one using the groupId `io.javaoperatorsdk`, we can avoid confusions by querying Maven central using both the artifactId and the group Id fields.
Copy link
Collaborator

@csviri csviri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@metacosm metacosm merged commit 57dcbc5 into operator-framework:main Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants