Skip to content

Commit d4e38aa

Browse files
authored
bigtable: upgrade beam version to 2.20.0 (GoogleCloudPlatform#2739)
1 parent 0057fc9 commit d4e38aa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bigtable/beam/helloworld/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,10 @@
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<maven.compiler.source>1.8</maven.compiler.source>
2929
<maven.compiler.target>1.8</maven.compiler.target>
30-
<apache_beam.version>2.19.0</apache_beam.version>
30+
<apache_beam.version>2.20.0</apache_beam.version>
3131
</properties>
3232

3333
<dependencies>
34-
<!-- [START bigtable_beam_connector_dependency] -->
35-
<dependency>
36-
<groupId>com.google.cloud.bigtable</groupId>
37-
<artifactId>bigtable-hbase-beam</artifactId>
38-
<version>1.14.0</version>
39-
</dependency>
40-
<!-- [END bigtable_beam_connector_dependency] -->
41-
4234
<dependency>
4335
<groupId>org.apache.beam</groupId>
4436
<artifactId>beam-runners-direct-java</artifactId>
@@ -55,6 +47,14 @@
5547
<version>${apache_beam.version}</version>
5648
</dependency>
5749

50+
<!-- [START bigtable_beam_connector_dependency] -->
51+
<dependency>
52+
<groupId>com.google.cloud.bigtable</groupId>
53+
<artifactId>bigtable-hbase-beam</artifactId>
54+
<version>1.14.0</version>
55+
</dependency>
56+
<!-- [END bigtable_beam_connector_dependency] -->
57+
5858
<dependency>
5959
<groupId>junit</groupId>
6060
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)