Skip to content

Commit

Permalink
fix(OpenAPI): Use catalog runtime version to generate OpenAPI project
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Nov 26, 2019
1 parent c763829 commit ac715fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trait/rest-dsl.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func (t *restDslTrait) generateMavenProject(e *Environment) (maven.Project, erro
{
GroupID: "org.apache.camel.k",
ArtifactID: "camel-k-maven-plugin",
Version: e.RuntimeVersion,
Version: e.CamelCatalog.RuntimeVersion,
Executions: []maven.Execution{
{
Phase: "generate-resources",
Expand Down

0 comments on commit ac715fa

Please sign in to comment.