This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/4.0.0-RC2 in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/release/4.0.0-RC2 by this push: new d962fd3195b [maven-release-plugin] prepare for next development iteration d962fd3195b is described below commit d962fd3195b8d0fa52ff0acab7900e875d9db149 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sun Jul 23 08:34:43 2023 +0000 [maven-release-plugin] prepare for next development iteration --- camel-dependencies/pom.xml | 3 +-- .../camel-debezium-common/camel-debezium-maven-plugin/pom.xml | 2 +- components/camel-robotframework/pom.xml | 4 +--- parent/pom.xml | 6 +++--- pom.xml | 2 +- tooling/maven/camel-component-maven-plugin/pom.xml | 2 +- 6 files changed, 8 insertions(+), 11 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index 3e8b81f994c..06ba28f7bb7 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -17,8 +17,7 @@ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/components/camel-debezium/camel-debezium-common/camel-debezium-maven-plugin/pom.xml b/components/camel-debezium/camel-debezium-common/camel-debezium-maven-plugin/pom.xml index d6245b0f8ce..c5d51b862fc 100644 --- a/components/camel-debezium/camel-debezium-common/camel-debezium-maven-plugin/pom.xml +++ b/components/camel-debezium/camel-debezium-common/camel-debezium-maven-plugin/pom.xml @@ -122,7 +122,7 @@ <configuration> <!-- see http://jira.codehaus.org/browse/MNG-5346 --> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> - <mojoDependencies/> + <mojoDependencies /> </configuration> <executions> <execution> diff --git a/components/camel-robotframework/pom.xml b/components/camel-robotframework/pom.xml index cbce626c341..1266b446715 100644 --- a/components/camel-robotframework/pom.xml +++ b/components/camel-robotframework/pom.xml @@ -17,9 +17,7 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/parent/pom.xml b/parent/pom.xml index 5c806d02b5d..85b0fca479a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -34,7 +34,7 @@ <properties> <maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format> - <camel.surefire.fork.additional-vmargs></camel.surefire.fork.additional-vmargs><!-- Empty by default --> + <camel.surefire.fork.additional-vmargs /><!-- Empty by default --> <camel.surefire.fork.vmargs>-XX:+ExitOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError ${camel.surefire.fork.additional-vmargs}</camel.surefire.fork.vmargs> <camel.surefire.forkCount>1</camel.surefire.forkCount> <camel.surefire.forkTimeout>600</camel.surefire.forkTimeout> @@ -45,8 +45,8 @@ <camel.failsafe.forkTimeout>600</camel.failsafe.forkTimeout> <cxf.xjc.jvmArgs /> <trimStackTrace>false</trimStackTrace> - <sourcecheckExcludes></sourcecheckExcludes> - <sourcecheckExcludesComma></sourcecheckExcludesComma> + <sourcecheckExcludes /> + <sourcecheckExcludesComma /> <!-- dependency versions --> <activemq-version>5.18.2</activemq-version> diff --git a/pom.xml b/pom.xml index 134ea798a74..c7343e64a73 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ <minimalJavaBuildVersion>${jdk.version}</minimalJavaBuildVersion> <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>1980-01-01T00:00:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-07-23T08:34:39Z</project.build.outputTimestamp> <cyclonedx-maven-plugin-version>2.7.9</cyclonedx-maven-plugin-version> <flatten-maven-plugin-version>1.5.0</flatten-maven-plugin-version> diff --git a/tooling/maven/camel-component-maven-plugin/pom.xml b/tooling/maven/camel-component-maven-plugin/pom.xml index 2c513eeb1d0..5e24b1d3057 100644 --- a/tooling/maven/camel-component-maven-plugin/pom.xml +++ b/tooling/maven/camel-component-maven-plugin/pom.xml @@ -92,7 +92,7 @@ <configuration> <!-- see http://jira.codehaus.org/browse/MNG-5346 --> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> - <mojoDependencies/> + <mojoDependencies /> </configuration> <executions> <execution>