Skip to content

Commit

Permalink
Remove unused camel-version from archetype params
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarlett committed Sep 13, 2023
1 parent 7798b4b commit b942164
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<requiredProperties>
<requiredProperty key="camel-version">
<defaultValue>${project.version}</defaultValue>
</requiredProperty>
<requiredProperty key="camel-spring-boot-version">
<defaultValue>${project.version}</defaultValue>
</requiredProperty>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ version=0.0.1
package=org.apache.camel.archetypes.archetypeIT

# TODO: Remove these, after https://issues.apache.org/jira/browse/ARCHETYPE-574 fixed
camel-version=${project.version}
camel-spring-boot-version=${project.version}
logback-version=${logback-version}
maven-compiler-plugin-version=${maven-compiler-plugin-version}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ version=0.0.1
package=org.apache.camel.archetypes.archetypeIT

# TODO: Remove these, after https://issues.apache.org/jira/browse/ARCHETYPE-574 fixed
camel-version=${project.version}
camel-spring-boot-version=${project.version}
logback-version=${logback-version}
maven-compiler-plugin-version=${maven-compiler-plugin-version}
Expand Down

0 comments on commit b942164

Please sign in to comment.