You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/12/05 17:09:11 UTC

[camel] branch main updated: (chores) build: removed Maven build time extension

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

orpiske 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 e4c149941ea (chores) build: removed Maven build time extension
e4c149941ea is described below

commit e4c149941ea043278b809eb138d72a23567fab0e
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Dec 5 16:33:17 2022 +0100

    (chores) build: removed Maven build time extension
---
 .mvn/extensions.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index 135518ba724..35ac6906bd1 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -1,8 +1,3 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <extensions>
-    <extension>
-        <groupId>co.leantechniques</groupId>
-        <artifactId>maven-buildtime-extension</artifactId>
-        <version>3.0.3</version>
-    </extension>
 </extensions>