We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa9407 commit 83fcad5Copy full SHA for 83fcad5
internal/resolution/datasource/maven_registry.go
@@ -26,7 +26,7 @@ var errAPIFailed = errors.New("API query failed")
26
27
// GetProject fetches a pom.xml specified by groupID, artifactID and version and parses it to maven.Project.
28
// For a snapshot version, version level metadata is used to find the extact version string.
29
-// More about maven Repository Metadata Model: https://maven.apache.org/ref/3.9.9/maven-repository-metadata/
+// More about Maven Repository Metadata Model: https://maven.apache.org/ref/3.9.9/maven-repository-metadata/
30
// More about Maven Metadata: https://maven.apache.org/repositories/metadata.html
31
func (m *MavenRegistryAPIClient) GetProject(ctx context.Context, groupID, artifactID, version string) (maven.Project, error) {
32
if !strings.HasSuffix(version, "-SNAPSHOT") {
0 commit comments