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 2022/08/06 07:04:53 UTC

[camel-kameleon] branch main updated (329837c -> 369e7d4)

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

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


    from 329837c  Bump commons-compress from 1.20 to 1.21 (#20)
     new 4fb7f09  Upgrade maven dependencies
     new 369e7d4  Updated readme

The 2 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.


Summary of changes:
 README.md | 10 +---------
 pom.xml   |  4 ++--
 2 files changed, 3 insertions(+), 11 deletions(-)


[camel-kameleon] 01/02: Upgrade maven dependencies

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

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

commit 4fb7f0937b7a61f1dc02aeec16b9ecbd8d1cc85d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Aug 6 09:04:15 2022 +0200

    Upgrade maven dependencies
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ec4d01d..0dd0fe2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@ under the License.
         <version.camel-quarkus>2.11.0</version.camel-quarkus>
         <version.camel-classic>3.18.0</version.camel-classic>
         <version.camel-kamelet>0.8.1</version.camel-kamelet>
-        <version.maven-artifact>3.8.4</version.maven-artifact>
+        <version.maven-artifact>3.8.5</version.maven-artifact>
     </properties>
     <dependencyManagement>
         <dependencies>
@@ -120,7 +120,7 @@ under the License.
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-invoker</artifactId>
-            <version>3.1.0</version>
+            <version>3.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>


[camel-kameleon] 02/02: Updated readme

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

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

commit 369e7d48c1c526211f7be443a0fb63e7fc7c1df6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Aug 6 09:04:46 2022 +0200

    Updated readme
---
 README.md | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 1ddefb4..000f386 100644
--- a/README.md
+++ b/README.md
@@ -7,17 +7,9 @@ Try [kameleon.dev](https://kameleon.dev)
 ## Build and run locally 
 ### Prerequisites
 - Java 11
-- Maven 3.6
+- Maven 3.8
 - Git
 
-### Install camel-kamelets-catalog
-Kameleon requires camel-kamelets-catalog that is not in maven central yet.
-```bash
-cd /tmp/camel
-git clone git@github.com:apache/camel-kamelets.git 
-mvn install   
-```
-
 ### Run in development mode
 ```bash
 export MAVEN_HOME=$YOUR_MAVEN_HOME ; mvn quarkus:dev