Skip to content

Commit

Permalink
rebase and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Nov 12, 2022
1 parent 95fa13e commit 7f4d30c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<parent>
<artifactId>google-cloud-bigtable-parent</artifactId>
<groupId>com.google.cloud</groupId>
<version>2.15.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} -->
<version>2.16.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} -->
</parent>

<properties>
<bigtable.client.version>2.15.1-SNAPSHOT</bigtable.client.version><!-- {x-version-update:google-cloud-bigtable:current} -->
<bigtable.client.version>2.16.1-SNAPSHOT</bigtable.client.version><!-- {x-version-update:google-cloud-bigtable:current} -->
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -88,7 +88,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M2</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit 7f4d30c

Please sign in to comment.