You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments