Skip to content

Commit

Permalink
Fix apache#2834: Update wagon-docker-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpoth committed Feb 2, 2022
1 parent c593c97 commit 4bb3421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/trait/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ func (t *registryTrait) Apply(e *Environment) error {
build := getBuilderTask(e.BuildTasks)
ext := v1.MavenArtifact{
GroupID: "com.github.johnpoth",
ArtifactID: "wagon-oci-distribution",
Version: "1.0-SNAPSHOT",
ArtifactID: "wagon-docker-registry",
Version: "0.1.0",
}
policy := v1.RepositoryPolicy{
Enabled: true,
Expand Down

0 comments on commit 4bb3421

Please sign in to comment.