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 2017/08/08 07:20:12 UTC

camel git commit: CAMEL-11644 - Changed parent artifactId

Repository: camel
Updated Branches:
  refs/heads/master 5d7638206 -> 206b6e33a


CAMEL-11644 - Changed parent artifactId


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

Branch: refs/heads/master
Commit: 206b6e33ae36db26aeb987608e1ea0b3c778056a
Parents: 5d76382
Author: Andrea Cosentino <an...@gmail.com>
Authored: Tue Aug 8 09:19:43 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Aug 8 09:19:43 2017 +0200

----------------------------------------------------------------------
 .../hello-camel-grpc-client/pom.xml                       | 10 +++++-----
 .../hello-camel-grpc-server/pom.xml                       |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/206b6e33/examples/camel-example-spring-boot-grpc/hello-camel-grpc-client/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-boot-grpc/hello-camel-grpc-client/pom.xml b/examples/camel-example-spring-boot-grpc/hello-camel-grpc-client/pom.xml
index 555e589..92363dd 100644
--- a/examples/camel-example-spring-boot-grpc/hello-camel-grpc-client/pom.xml
+++ b/examples/camel-example-spring-boot-grpc/hello-camel-grpc-client/pom.xml
@@ -21,11 +21,11 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>org.apache.camel.example</groupId>
-    <artifactId>examples</artifactId>
-    <version>2.20.0-SNAPSHOT</version>
-  </parent>
+        <parent>
+                <groupId>org.apache.camel.example</groupId>
+                <artifactId>camel-example-spring-boot-grpc</artifactId>
+                <version>2.20.0-SNAPSHOT</version>
+        </parent>
 
   <artifactId>camel-example-hello-grpc-client</artifactId>
   <name>Camel :: Example :: gRPC :: Hello Camel Client</name>

http://git-wip-us.apache.org/repos/asf/camel/blob/206b6e33/examples/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml b/examples/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml
index 646755c..66b1d2f 100644
--- a/examples/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml
+++ b/examples/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.camel.example</groupId>
-		<artifactId>camel-example-zipkin</artifactId>
+		<artifactId>camel-example-spring-boot-grpc</artifactId>
 		<version>2.20.0-SNAPSHOT</version>
 	</parent>