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 2017/04/26 17:15:52 UTC

camel git commit: Fixing component version in doc and file permission

Repository: camel
Updated Branches:
  refs/heads/master ba14e8366 -> 36dc6f880


Fixing component version in doc and file permission


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

Branch: refs/heads/master
Commit: 36dc6f88094c84a644c95e50d9d4d41429323612
Parents: ba14e83
Author: Dmitry Volodin <dm...@gmail.com>
Authored: Wed Apr 26 11:11:26 2017 +0300
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Apr 26 19:14:36 2017 +0200

----------------------------------------------------------------------
 .../src/main/docs/google-pubsub-component.adoc           | 11 ++++++-----
 .../camel/dataformat/protobuf/ProtobufDataFormat.java    |  0
 2 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/36dc6f88/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc b/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
index 28787b6..6f94639 100644
--- a/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
+++ b/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
@@ -14,11 +14,12 @@ Maven users will need to add the following dependency to their pom.xml
 for this component:
 
 ------------------------------------------------------
-    <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-google-pubsub</artifactId>
-            <version>2.19-SNAPSHOT</version>
-    </dependency>
+<dependency>
+    <groupId>org.apache.camel</groupId>
+    <artifactId>camel-google-pubsub</artifactId>
+    <version>x.x.x</version>
+    <!-- use the same version as your Camel core version -->
+</dependency>
 
 ------------------------------------------------------
 

http://git-wip-us.apache.org/repos/asf/camel/blob/36dc6f88/components/camel-protobuf/src/main/java/org/apache/camel/dataformat/protobuf/ProtobufDataFormat.java
----------------------------------------------------------------------
diff --git a/components/camel-protobuf/src/main/java/org/apache/camel/dataformat/protobuf/ProtobufDataFormat.java b/components/camel-protobuf/src/main/java/org/apache/camel/dataformat/protobuf/ProtobufDataFormat.java
old mode 100755
new mode 100644