Skip to content

Commit

Permalink
feat: add flatten plugin (#276)
Browse files Browse the repository at this point in the history
* feat: add flatten plugin

* fix version replace tag
  • Loading branch information
stephaniewang526 committed Apr 15, 2020
1 parent 6ef0502 commit f7e89ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions google-cloud-bigquery/pom.xml
Expand Up @@ -140,6 +140,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -70,7 +70,7 @@
<grpc.version>1.28.1</grpc.version>
<protobuf.version>3.11.4</protobuf.version>
<junit.version>4.13</junit.version>
<guava.version>28.2-android</guava.version>
<guava.version>29.0-android</guava.version>
<threeten.version>1.4.3</threeten.version>
<javax.annotations.version>1.3.2</javax.annotations.version>
<animal-sniffer.version>1.18</animal-sniffer.version>
Expand Down
4 changes: 2 additions & 2 deletions samples/snapshot/pom.xml
Expand Up @@ -39,8 +39,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<!-- {x-version-update-start::current} -->
<dependencies>
<!-- {x-version-update-start:google-cloud-bigquery:current} -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
Expand Down Expand Up @@ -97,4 +97,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit f7e89ab

Please sign in to comment.