You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/07/05 12:46:42 UTC

[camel] 02/04: surefire.version property is not needed anymore because we do not inherit from org.apache:apache anywhere else than in org.apache.camel:camel

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ee9dfe5637a6b8751d5e64ea576d744ba6124bfb
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Jul 5 10:07:21 2023 +0200

    surefire.version property is not needed anymore because we do not
    inherit from org.apache:apache anywhere else than in
    org.apache.camel:camel
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 13956d2059f..20920cb1f0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,8 +132,6 @@
         <maven-remote-resources-plugin-version>3.1.0</maven-remote-resources-plugin-version>
         <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
         <versions-maven-plugin-version>2.16.0</versions-maven-plugin-version>
-        <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent -->
-        <surefire.version>${maven-surefire-plugin-version}</surefire.version>
 
         <jaxb-core-version>4.0.1</jaxb-core-version>
         <jaxb-impl-version>4.0.1</jaxb-impl-version>