Repository: camel
Updated Branches:
  refs/heads/master f955f991c -> d7da6c989


use correct version


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

Branch: refs/heads/master
Commit: d7da6c989d090a83b65cadc8f6f2eb4f57a9aee2
Parents: f955f99
Author: gautric <[email protected]>
Authored: Sun May 7 16:10:58 2017 +0200
Committer: gautric <[email protected]>
Committed: Sun May 7 16:10:58 2017 +0200

----------------------------------------------------------------------
 connectors/examples/bar-connector/pom.xml                    | 2 +-
 connectors/examples/beverage-component/pom.xml               | 2 +-
 connectors/examples/foo-bar-wine-example/pom.xml             | 2 +-
 connectors/examples/foo-connector/pom.xml                    | 2 +-
 connectors/examples/petstore-connector/pom.xml               | 2 +-
 connectors/examples/petstore-example/pom.xml                 | 2 +-
 connectors/examples/pom.xml                                  | 4 ++--
 .../examples/salesforce-upsert-contact-connector/pom.xml     | 4 ++--
 connectors/examples/twitter-mention-connector/pom.xml        | 8 ++++----
 connectors/examples/twitter-salesforce-example/pom.xml       | 2 +-
 connectors/examples/wine-connector/pom.xml                   | 2 +-
 11 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d7da6c98/connectors/examples/bar-connector/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/examples/bar-connector/pom.xml 
b/connectors/examples/bar-connector/pom.xml
index ba7a53c..b6162b4 100644
--- a/connectors/examples/bar-connector/pom.xml
+++ b/connectors/examples/bar-connector/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>connectors-examples</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/d7da6c98/connectors/examples/beverage-component/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/examples/beverage-component/pom.xml 
b/connectors/examples/beverage-component/pom.xml
index 43a469a..3320856 100644
--- a/connectors/examples/beverage-component/pom.xml
+++ b/connectors/examples/beverage-component/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>connectors-examples</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/d7da6c98/connectors/examples/foo-bar-wine-example/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/examples/foo-bar-wine-example/pom.xml 
b/connectors/examples/foo-bar-wine-example/pom.xml
index 8ec8926..75b94c6 100644
--- a/connectors/examples/foo-bar-wine-example/pom.xml
+++ b/connectors/examples/foo-bar-wine-example/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>connectors-examples</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/d7da6c98/connectors/examples/foo-connector/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/examples/foo-connector/pom.xml 
b/connectors/examples/foo-connector/pom.xml
index 4dc1e7c..85dd9d4 100644
--- a/connectors/examples/foo-connector/pom.xml
+++ b/connectors/examples/foo-connector/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>connectors-examples</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/d7da6c98/connectors/examples/petstore-connector/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/examples/petstore-connector/pom.xml 
b/connectors/examples/petstore-connector/pom.xml
index 71050bb..1cbff19 100644
--- a/connectors/examples/petstore-connector/pom.xml
+++ b/connectors/examples/petstore-connector/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>connectors-examples</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/d7da6c98/connectors/examples/petstore-example/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/examples/petstore-example/pom.xml 
b/connectors/examples/petstore-example/pom.xml
index 950aa3c..42cac5a 100644
--- a/connectors/examples/petstore-example/pom.xml
+++ b/connectors/examples/petstore-example/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>connectors-examples</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/d7da6c98/connectors/examples/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/examples/pom.xml b/connectors/examples/pom.xml
index 30fc8d4..65bc229 100644
--- a/connectors/examples/pom.xml
+++ b/connectors/examples/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>connectors</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -46,4 +46,4 @@
     <module>petstore-example</module>
   </modules>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/camel/blob/d7da6c98/connectors/examples/salesforce-upsert-contact-connector/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/examples/salesforce-upsert-contact-connector/pom.xml 
b/connectors/examples/salesforce-upsert-contact-connector/pom.xml
index 8dec8fe..4db9329 100644
--- a/connectors/examples/salesforce-upsert-contact-connector/pom.xml
+++ b/connectors/examples/salesforce-upsert-contact-connector/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>connectors-examples</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -182,4 +182,4 @@
     </profile>
   </profiles>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/camel/blob/d7da6c98/connectors/examples/twitter-mention-connector/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/examples/twitter-mention-connector/pom.xml 
b/connectors/examples/twitter-mention-connector/pom.xml
index d15d727..6c213df 100644
--- a/connectors/examples/twitter-mention-connector/pom.xml
+++ b/connectors/examples/twitter-mention-connector/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>connectors-examples</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -79,7 +79,7 @@
       <artifactId>spring-boot-configuration-processor</artifactId>
       <version>${spring-boot-version}</version>
     </dependency>
-    
+
     <!-- logging -->
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
@@ -109,7 +109,7 @@
     <defaultGoal>install</defaultGoal>
 
     <plugins>
-      
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -119,7 +119,7 @@
           <target>1.8</target>
         </configuration>
       </plugin>
-      
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/d7da6c98/connectors/examples/twitter-salesforce-example/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/examples/twitter-salesforce-example/pom.xml 
b/connectors/examples/twitter-salesforce-example/pom.xml
index 7cc7836..07c69e8 100644
--- a/connectors/examples/twitter-salesforce-example/pom.xml
+++ b/connectors/examples/twitter-salesforce-example/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>connectors-examples</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/d7da6c98/connectors/examples/wine-connector/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/examples/wine-connector/pom.xml 
b/connectors/examples/wine-connector/pom.xml
index 5eb4caf..a8c9457 100644
--- a/connectors/examples/wine-connector/pom.xml
+++ b/connectors/examples/wine-connector/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>connectors-examples</artifactId>
-    <version>2.19.0-SNAPSHOT</version>
+    <version>2.20.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Reply via email to