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 2020/03/02 09:23:09 UTC

[camel-spring-boot] branch master updated (7521713 -> 2314046)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


    from 7521713  Regen
     new 490772f  Align dependencies to camel master: Avro version to 1.9.1
     new edd07c1  Removed duplicated entry for maven exec plugin and regen
     new 8915a51  Removed gmavenplus property placeholder
     new 62fb201  Align dependencies to camel master: Groovy to version 3.0.1
     new c1fc7c6  Revert "Align dependencies to camel master: Avro version to 1.9.1"
     new 2314046  Regen

The 6 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:
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


[camel-spring-boot] 06/06: Regen

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 231404651cc95899e13a87e784421ae070fde96c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 10:15:51 2020 +0100

    Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index b4aaa65..978d161 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -228,28 +228,28 @@
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro</artifactId>
-        <version>1.9.1</version>
+        <version>1.8.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-ipc</artifactId>
-        <version>1.9.1</version>
+        <version>1.8.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-mapred</artifactId>
-        <version>1.9.1</version>
+        <version>1.8.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-mapred</artifactId>
-        <version>1.9.1</version>
+        <version>1.8.1</version>
         <classifier>hadoop2</classifier>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-protobuf</artifactId>
-        <version>1.9.1</version>
+        <version>1.8.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.camel.karaf</groupId>


[camel-spring-boot] 03/06: Removed gmavenplus property placeholder

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 8915a51aede5fdaed8184fa49032793f5a6e5356
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 10:08:16 2020 +0100

    Removed gmavenplus property placeholder
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b31866..e1ab092 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,6 @@
         <freemarker-version>2.3.29</freemarker-version>
         <geronimo-ws-metadata-spec-version>1.1.3</geronimo-ws-metadata-spec-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
-        <gmavenplus-plugin-version>1.6.2</gmavenplus-plugin-version>
         <google-guava-version>19.0</google-guava-version>
         <groovy-version>2.5.8</groovy-version>
         <grpc-guava-version>28.1-jre</grpc-guava-version>


[camel-spring-boot] 05/06: Revert "Align dependencies to camel master: Avro version to 1.9.1"

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit c1fc7c694f79dedea14efb41875c78c790751369
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 10:12:22 2020 +0100

    Revert "Align dependencies to camel master: Avro version to 1.9.1"
    
    This reverts commit 490772f3ac8ac7048bcf0421750365a0ea12153c.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e548ee8..91cc1ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <arquillian-version>1.5.0.Final</arquillian-version>
         <asciidoctorj-version>2.1.0</asciidoctorj-version>
         <atomix-version>1.0.8</atomix-version>
-        <avro-version>1.9.1</avro-version>
+        <avro-version>1.8.1</avro-version>
         <cassandra-driver-guava-version>19.0</cassandra-driver-guava-version>
         <cdi-api-2.0-version>2.0</cdi-api-2.0-version>
         <curator-version>2.12.0</curator-version>


[camel-spring-boot] 04/06: Align dependencies to camel master: Groovy to version 3.0.1

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 62fb2018a38efd4fcc021f5dff5508192c840fe2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 10:09:43 2020 +0100

    Align dependencies to camel master: Groovy to version 3.0.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e1ab092..e548ee8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
         <geronimo-ws-metadata-spec-version>1.1.3</geronimo-ws-metadata-spec-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
         <google-guava-version>19.0</google-guava-version>
-        <groovy-version>2.5.8</groovy-version>
+        <groovy-version>3.0.1</groovy-version>
         <grpc-guava-version>28.1-jre</grpc-guava-version>
         <grpc-version>1.27.0</grpc-version>
         <gson-version>2.8.5</gson-version>


[camel-spring-boot] 02/06: Removed duplicated entry for maven exec plugin and regen

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit edd07c17bb076909bb6db97cd0ee1cd349addcdd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 10:05:16 2020 +0100

    Removed duplicated entry for maven exec plugin and regen
---
 pom.xml                                        |  1 -
 tooling/camel-spring-boot-dependencies/pom.xml | 10 +++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 707634a..3b31866 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,6 @@
         <deltaspike-version>1.9.0</deltaspike-version>
         <egit-github-core-version>2.1.5</egit-github-core-version>
         <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
-        <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
         <freemarker-version>2.3.29</freemarker-version>
         <geronimo-ws-metadata-spec-version>1.1.3</geronimo-ws-metadata-spec-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index 978d161..b4aaa65 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -228,28 +228,28 @@
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro</artifactId>
-        <version>1.8.1</version>
+        <version>1.9.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-ipc</artifactId>
-        <version>1.8.1</version>
+        <version>1.9.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-mapred</artifactId>
-        <version>1.8.1</version>
+        <version>1.9.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-mapred</artifactId>
-        <version>1.8.1</version>
+        <version>1.9.1</version>
         <classifier>hadoop2</classifier>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-protobuf</artifactId>
-        <version>1.8.1</version>
+        <version>1.9.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.camel.karaf</groupId>


[camel-spring-boot] 01/06: Align dependencies to camel master: Avro version to 1.9.1

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 490772f3ac8ac7048bcf0421750365a0ea12153c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 10:00:17 2020 +0100

    Align dependencies to camel master: Avro version to 1.9.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e4ef775..707634a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <arquillian-version>1.5.0.Final</arquillian-version>
         <asciidoctorj-version>2.1.0</asciidoctorj-version>
         <atomix-version>1.0.8</atomix-version>
-        <avro-version>1.8.1</avro-version>
+        <avro-version>1.9.1</avro-version>
         <cassandra-driver-guava-version>19.0</cassandra-driver-guava-version>
         <cdi-api-2.0-version>2.0</cdi-api-2.0-version>
         <curator-version>2.12.0</curator-version>