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/09/09 07:03:09 UTC

[camel] branch master updated (44e9ce6 -> 2bcaa2d)

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.git.


    from 44e9ce6  Use Elasticsearch 7.9.0 docker image
     new e46b24e  Polishing a bit: Removed Revapi profile, it's not really used
     new 3e78831  Remove revapi property placeholders
     new 2bcaa2d  Sync Properties

The 3 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:
 camel-dependencies/pom.xml |  4 +---
 parent/pom.xml             | 33 ---------------------------------
 2 files changed, 1 insertion(+), 36 deletions(-)


[camel] 01/03: Polishing a bit: Removed Revapi profile, it's not really used

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.git

commit e46b24e152133337c7d663bad99ddeb436d52497
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 9 09:01:08 2020 +0200

    Polishing a bit: Removed Revapi profile, it's not really used
---
 parent/pom.xml | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e469b4b..86433f9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4467,37 +4467,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <id>revapi</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.revapi</groupId>
-                        <artifactId>revapi-maven-plugin</artifactId>
-                        <version>${revapi-maven-plugin-version}</version>
-                        <dependencies>
-                            <dependency>
-                                <groupId>org.revapi</groupId>
-                                <artifactId>revapi-java</artifactId>
-                                <version>${revapi-java-version}</version>
-                            </dependency>
-                        </dependencies>
-                        <configuration>
-                            <analysisConfigurationFiles>
-                                <file>${project.basedir}/src/revapi/ignore.json</file>
-                            </analysisConfigurationFiles>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>check</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
 
         <profile>
             <id>dependencycheck</id>


[camel] 02/03: Remove revapi property placeholders

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.git

commit 3e788310a8ae634bbb37692bb89777b1dbb6c2e6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 9 09:01:42 2020 +0200

    Remove revapi property placeholders
---
 parent/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 86433f9..2cdc0c6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -482,8 +482,6 @@
         <resilience4j-version>1.5.0</resilience4j-version>
         <rest-assured-version>4.3.1</rest-assured-version>
         <resteasy-version>4.5.6.Final</resteasy-version>
-        <revapi-java-version>0.22.0</revapi-java-version>
-        <revapi-maven-plugin-version>0.12.0</revapi-maven-plugin-version>
         <rhino-version>1.7.7.1</rhino-version>
         <rhino-js-version>1.7R2</rhino-js-version>
         <ribbon-version>2.3.0</ribbon-version>


[camel] 03/03: Sync Properties

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.git

commit 2bcaa2d17ac22b6af880095265d7068384557a41
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 9 09:02:30 2020 +0200

    Sync Properties
---
 camel-dependencies/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index dd6f301..58bf16b 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -266,7 +266,7 @@
     <hawtbuf-version>1.11</hawtbuf-version>
     <hawtdispatch-version>1.22</hawtdispatch-version>
     <hazelcast-version>4.0.2</hazelcast-version>
-    <hbase-version>2.2.3</hbase-version>
+    <hbase-version>2.3.1</hbase-version>
     <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
     <hibernate-validator-version>6.1.5.Final</hibernate-validator-version>
     <hibernate-version>5.4.13.Final</hibernate-version>
@@ -494,8 +494,6 @@
     <resilience4j-version>1.5.0</resilience4j-version>
     <rest-assured-version>4.3.1</rest-assured-version>
     <resteasy-version>4.5.6.Final</resteasy-version>
-    <revapi-java-version>0.22.0</revapi-java-version>
-    <revapi-maven-plugin-version>0.12.0</revapi-maven-plugin-version>
     <rhino-js-version>1.7R2</rhino-js-version>
     <rhino-version>1.7.7.1</rhino-version>
     <ribbon-version>2.3.0</ribbon-version>