This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 48302cb2d5eac94801cdd3ff131e799ba2b71550 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Feb 27 07:58:24 2021 +0100 Polished --- components/camel-google-storage/pom.xml | 6 +----- .../META-INF/services/org/apache/camel/component.properties | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/components/camel-google-storage/pom.xml b/components/camel-google-storage/pom.xml index e8dcc77..5a10431 100644 --- a/components/camel-google-storage/pom.xml +++ b/components/camel-google-storage/pom.xml @@ -30,11 +30,7 @@ <artifactId>camel-google-storage</artifactId> <packaging>jar</packaging> <name>Camel :: Google Storage</name> - <description>Camel Component for Google Cloud Platform Storage</description> - - <properties> - <firstVersion>3.9.0</firstVersion> - </properties> + <description>For storing and accessing data on Google Cloud Platform</description> <dependencyManagement> <dependencies> diff --git a/components/camel-google-storage/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-google-storage/src/generated/resources/META-INF/services/org/apache/camel/component.properties index 6c6e2a0..246a1d4 100644 --- a/components/camel-google-storage/src/generated/resources/META-INF/services/org/apache/camel/component.properties +++ b/components/camel-google-storage/src/generated/resources/META-INF/services/org/apache/camel/component.properties @@ -4,4 +4,4 @@ groupId=org.apache.camel artifactId=camel-google-storage version=3.9.0-SNAPSHOT projectName=Camel :: Google Storage -projectDescription=Camel Component for Google Cloud Platform Storage +projectDescription=For storing and accessing data on Google Cloud Platform