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/01/06 12:21:44 UTC

[camel] branch main created (now 9edc233e617)

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

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


      at 9edc233e617 Regen for commit 82b8cf1f28252bb7fc26bfd37df6219f3fd46b37 (#9005)

This branch includes the following new commits:

     new 9edc233e617 Regen for commit 82b8cf1f28252bb7fc26bfd37df6219f3fd46b37 (#9005)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Regen for commit 82b8cf1f28252bb7fc26bfd37df6219f3fd46b37 (#9005)

Posted by ac...@apache.org.
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

commit 9edc233e617bdfef45dc543a8f0f8d052692ff9f
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Fri Jan 6 12:57:24 2023 +0100

    Regen for commit 82b8cf1f28252bb7fc26bfd37df6219f3fd46b37 (#9005)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Signed-off-by: GitHub <no...@github.com>
    Co-authored-by: gnodet <gn...@users.noreply.github.com>
---
 .../org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tooling/maven/sync-properties-maven-plugin/src/main/java/org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java b/tooling/maven/sync-properties-maven-plugin/src/main/java/org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java
index 06fa73417b6..1226b5f5a9c 100644
--- a/tooling/maven/sync-properties-maven-plugin/src/main/java/org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java
+++ b/tooling/maven/sync-properties-maven-plugin/src/main/java/org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java
@@ -62,7 +62,8 @@ public class SyncPropertiesMojo extends AbstractMojo {
 
         try {
             String sourceStr = IOHelper.toString(ReaderFactory.newXmlReader(Files.newInputStream(sourcePom.toPath())));
-            String targetStr = IOHelper.toString(ReaderFactory.newXmlReader(SyncPropertiesMojo.class.getResourceAsStream("/camel-dependencies-template.xml")));
+            String targetStr = IOHelper.toString(ReaderFactory
+                    .newXmlReader(SyncPropertiesMojo.class.getResourceAsStream("/camel-dependencies-template.xml")));
 
             String version = findGroup(sourceStr, "<parent>.*?(?<v><version>.*?</version>).*?</parent>", "v");
             String properties = findGroup(sourceStr, "(?<p><properties>.*?</properties>)", "p");