This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new b6491473 #358 Renamed postman demo to parceldemo (#649) b6491473 is described below commit b6491473a9f764919f025ae86e94332d33c972cb Author: Divyansh Singh <64554350+divyansh1...@users.noreply.github.com> AuthorDate: Thu Feb 16 00:15:02 2023 -0800 #358 Renamed postman demo to parceldemo (#649) --- karavan-core/test/placeholder.yaml | 2 +- karavan-demo/postman/project/application.properties | 2 +- karavan-demo/postman/project/postman.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/karavan-core/test/placeholder.yaml b/karavan-core/test/placeholder.yaml index acbe3ad8..0204589b 100644 --- a/karavan-core/test/placeholder.yaml +++ b/karavan-core/test/placeholder.yaml @@ -1,7 +1,7 @@ apiVersion: camel.apache.org/v1 kind: Integration metadata: - name: Postman Demo + name: parceldemo spec: flows: - rest: diff --git a/karavan-demo/postman/project/application.properties b/karavan-demo/postman/project/application.properties index d0ba2d28..e3216493 100644 --- a/karavan-demo/postman/project/application.properties +++ b/karavan-demo/postman/project/application.properties @@ -1,6 +1,6 @@ camel.jbang.project-id=postman camel.jbang.project-name=postman -camel.jbang.project-description=Postman Demo +camel.jbang.project-description=parceldemo camel.jbang.gav=org.camel.karavan.demo:postman:1.0.0 camel.jbang.runtime=quarkus camel.jbang.quarkusVersion=2.16.0.Final diff --git a/karavan-demo/postman/project/postman.yaml b/karavan-demo/postman/project/postman.yaml index 9c7b86d9..71ac07a8 100644 --- a/karavan-demo/postman/project/postman.yaml +++ b/karavan-demo/postman/project/postman.yaml @@ -1,7 +1,7 @@ apiVersion: camel.apache.org/v1 kind: Integration metadata: - name: Postman Demo + name: parceldemo spec: flows: - rest: