Moved Firebase 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/e5f6b42d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e5f6b42d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e5f6b42d Branch: refs/heads/master Commit: e5f6b42da0318d55f153fb675c8f5c045cacee28 Parents: e61448c Author: gilfernandes <gil.fernan...@gmail.com> Authored: Tue Nov 22 13:27:07 2016 +0000 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Fri Nov 25 10:05:36 2016 +0100 ---------------------------------------------------------------------- components/camel-firebase/pom.xml | 1 - parent/pom.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e5f6b42d/components/camel-firebase/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-firebase/pom.xml b/components/camel-firebase/pom.xml index e444bed..9521fb9 100644 --- a/components/camel-firebase/pom.xml +++ b/components/camel-firebase/pom.xml @@ -16,7 +16,6 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <firebase.version>4.0.1</firebase.version> <maven.test.skip>true</maven.test.skip> </properties> http://git-wip-us.apache.org/repos/asf/camel/blob/e5f6b42d/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 95bd673..aa4103d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -191,6 +191,7 @@ <felix-framework-version>3.2.2</felix-framework-version> <felix-scr-annotations-version>1.9.12</felix-scr-annotations-version> <findbugs-maven-plugin-version>2.5.2</findbugs-maven-plugin-version> + <firebase.version>4.0.1</firebase.version> <flatpack-version>3.4.3</flatpack-version> <flink-version>1.1.3</flink-version> <fop-bundle-version>2.1_1</fop-bundle-version>