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 2016/11/25 10:00:51 UTC

[12/28] camel git commit: Moved assertj version to parent pom.xml

Moved assertj version to parent pom.xml


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1305ce4c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1305ce4c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1305ce4c

Branch: refs/heads/master
Commit: 1305ce4c7b2601230c428655ade3901c0ef21cf5
Parents: e5f6b42
Author: gilfernandes <gi...@gmail.com>
Authored: Tue Nov 22 13:33:02 2016 +0000
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri Nov 25 10:05:36 2016 +0100

----------------------------------------------------------------------
 components/camel-firebase/pom.xml | 2 +-
 components/pom.xml                | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1305ce4c/components/camel-firebase/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-firebase/pom.xml b/components/camel-firebase/pom.xml
index 9521fb9..c5944dd 100644
--- a/components/camel-firebase/pom.xml
+++ b/components/camel-firebase/pom.xml
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
-            <version>3.5.2</version>
+            <version>${assertj-core.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/camel/blob/1305ce4c/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 8f7d0e5..bd9e707 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -276,6 +276,7 @@
     <module>camel-zipfile</module>
     <module>camel-zipkin</module>
     <module>camel-zookeeper</module>
+    <module>camel-firebase</module>
   </modules>