Skip to content

Commit

Permalink
Update versions in generated pom to align with parent project
Browse files Browse the repository at this point in the history
  • Loading branch information
emmileaf committed Nov 16, 2022
1 parent df71cb6 commit 79e0864
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions generated/language/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@

<groupId>com.google.cloud</groupId>
<artifactId>com-google-cloud-language-v1-spring-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Spring Boot Starter - language</name>
<description>Spring Boot Starter with AutoConfiguration for language</description>

<parent>
<groupId>com.google.cloud</groupId>
<artifactId>generated-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<dependencies>
Expand Down
3 changes: 1 addition & 2 deletions generated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
<parent>
<artifactId>spring-cloud-gcp</artifactId>
<groupId>com.google.cloud</groupId>
<version>3.5.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.google.cloud</groupId>
<artifactId>generated-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>${revision}</version>

<name>Spring Cloud GCP</name>
<description>Spring Cloud GCP</description>
Expand Down Expand Up @@ -36,9 +36,10 @@
</distributionManagement>

<properties>
<!-- Parent project version -->
<revision>3.5.0-SNAPSHOT</revision>

<!-- Dependency versions -->
<spring-cloud-gcp-dependencies.version>3.5.0-SNAPSHOT</spring-cloud-gcp-dependencies.version>
<spring-cloud-dependencies.version>2021.0.5</spring-cloud-dependencies.version>
<spring-boot-dependencies.version>2.7.4</spring-boot-dependencies.version>
<zipkin-gcp.version>1.0.4</zipkin-gcp.version>
Expand Down Expand Up @@ -83,7 +84,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-dependencies</artifactId>
<version>${spring-cloud-gcp-dependencies.version}</version>
<version>${revision}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 79e0864

Please sign in to comment.