in src/main/java/org/apache/camel/kameleon/model/CamelVersion.java [34:44]
public CamelVersion(String name, String suffix, List<String> javaVersions, String defaultJava, String runtimeVersion,
String archetypeGroupId, String archetypeArtifactId, List<CamelComponent> components) {
this.name = name;
this.suffix = suffix;
this.javaVersions = javaVersions;
this.defaultJava = defaultJava;
this.runtimeVersion = runtimeVersion;
this.archetypeGroupId = archetypeGroupId;
this.archetypeArtifactId = archetypeArtifactId;
this.components = components;
}