Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
chore: add property tag for shared-deps (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Oct 16, 2020
1 parent 05dacb5 commit ce2f150
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -63,6 +63,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-bigqueryconnection-parent</site.installationModule>
<google.cloud.shared-dependencies.version>0.11.0</google.cloud.shared-dependencies.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -96,7 +97,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>0.11.0</version>
<version>${google.cloud.shared-dependencies.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -203,4 +204,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>

0 comments on commit ce2f150

Please sign in to comment.