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

[camel] branch main updated: improve reproducible builds

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9b3cba93453 improve reproducible builds
9b3cba93453 is described below

commit 9b3cba934537f1be5305859c44f39367960833a1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Jul 1 23:49:58 2023 +0200

    improve reproducible builds
---
 pom.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8c743ef528d..67809de135c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -560,15 +560,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <!-- see https://issues.apache.org/jira/browse/MRELEASE-812 -->
-                    <version>2.4.2</version>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.maven.scm</groupId>
-                            <artifactId>maven-scm-provider-gitexe</artifactId>
-                            <version>1.9</version>
-                        </dependency>
-                    </dependencies>
+                    <version>3.0.1</version>
                     <configuration>
                         <localCheckout>true</localCheckout>
                         <pushChanges>true</pushChanges>
@@ -577,7 +569,7 @@
                         <preparationGoals>clean install</preparationGoals>
                         <goals>deploy</goals>
                         <!-- The profile we want to use when doing the release -->
-                        <arguments>-Prelease,apache-release,sourcecheck,hibernate</arguments>
+                        <arguments>-Prelease,sourcecheck,hibernate</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
                 </plugin>