diff --git a/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor_2_x.java b/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor_2_x.java index 1a2c4a3e9..12a82ae18 100644 --- a/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor_2_x.java +++ b/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor_2_x.java @@ -22,7 +22,6 @@ import com.vdurmont.semver4j.Semver; -import org.apache.camel.Ordered; import org.apache.camel.catalog.CamelCatalog; import org.apache.camel.k.tooling.maven.model.CamelArtifact; import org.apache.camel.k.tooling.maven.model.CatalogProcessor; @@ -93,7 +92,6 @@ public void process(MavenProject project, CamelCatalog catalog, Map + + + + 4.0.0 + org.apache.camel.k + camel-k-runtime-bom + 0.3.0-SNAPSHOT + pom + + + + The Apache Camel Team + dev@camel.apache.org + http://camel.apache.org + Apache Software Foundation + http://apache.org/ + + http://camel.apache.org/banner.data/apache-camel-7.png + + + + + + github + https://github.com/apache/camel-k-runtime/issues + + + + scm:git:http://gitbox.apache.org/repos/asf/camel-k-runtime.git + scm:git:https://gitbox.apache.org/repos/asf/camel-k-runtime.git + https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=summary + HEAD + + + + + + org.apache.camel.k + camel-k-maven-plugin + ${project.version} + + + org.apache.camel.k + camel-k-runtime-core + ${project.version} + + + org.apache.camel.k + camel-k-runtime-jvm + ${project.version} + + + org.apache.camel.k + camel-k-runtime-groovy + ${project.version} + + + org.apache.camel.k + camel-k-runtime-kotlin + ${project.version} + + + org.apache.camel.k + camel-k-runtime-yaml + ${project.version} + + + org.apache.camel.k + camel-k-runtime-spring-boot + ${project.version} + + + org.apache.camel.k + camel-k-runtime-spring-boot-layout + ${project.version} + + + org.apache.camel.k + camel-knative + ${project.version} + + + org.apache.camel.k + camel-knative-http + ${project.version} + + + + + + + release + + + release + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + ${javadoc.opts} + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + ${gpg.useagent} + + + + + sign + + + + + + + + + doclint-java8-disable + + [1.8,) + + + -Xdoclint:none + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index c460bf19c..f8d740520 100644 --- a/pom.xml +++ b/pom.xml @@ -77,13 +77,13 @@ github - https://github.com/apache/camel-k/issues + https://github.com/apache/camel-k-runtime/issues - scm:git:http://gitbox.apache.org/repos/asf/camel-k.git - scm:git:https://gitbox.apache.org/repos/asf/camel-k.git - https://gitbox.apache.org/repos/asf?p=camel-k.git;a=summary + scm:git:http://gitbox.apache.org/repos/asf/camel-k-runtime.git + scm:git:https://gitbox.apache.org/repos/asf/camel-k-runtime.git + https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=summary HEAD @@ -142,6 +142,7 @@ camel-k-runtime-spring-boot camel-knative-http camel-knative + camel-k-runtime-bom