Skip to content

Commit

Permalink
Renamed maven simple bom to skip uploading to cumulus (#5180)
Browse files Browse the repository at this point in the history
  • Loading branch information
D074360 authored Nov 22, 2024
1 parent f044ef1 commit cd54819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mavenBuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
mvnBomFilename = "bom-maven"
mvnSimpleBomFilename = "bom-simple"
mvnSimpleBomFilename = "simple-bom-maven"
)

func mavenBuild(config mavenBuildOptions, telemetryData *telemetry.CustomData, commonPipelineEnvironment *mavenBuildCommonPipelineEnvironment) {
Expand Down

0 comments on commit cd54819

Please sign in to comment.