You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/13 11:08:47 UTC

[camel-website] branch fe created (now ab08a01f)

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

davsclaus pushed a change to branch fe
in repository https://gitbox.apache.org/repos/asf/camel-website.git


      at ab08a01f Upgrade frontend-maven-plugin 1.13.4

This branch includes the following new commits:

     new ab08a01f Upgrade frontend-maven-plugin 1.13.4

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-website] 01/01: Upgrade frontend-maven-plugin 1.13.4

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch fe
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit ab08a01fc94b9846a5346af119bf5ba9330868a5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Aug 13 13:08:38 2023 +0200

    Upgrade frontend-maven-plugin 1.13.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a16cb4ab..b98ff15b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
         <plugin>
           <groupId>com.github.eirslett</groupId>
           <artifactId>frontend-maven-plugin</artifactId>
-          <version>1.12.1</version>
+          <version>1.13.4</version>
         </plugin>
       </plugins>
     </pluginManagement>