Skip to content

Commit 5388711

Browse files
authored
chore: add project names for publishing (#4501)
1 parent 6e01902 commit 5388711

File tree

7 files changed

+7
-0
lines changed
  • bigtable-dataflow-parent/bigtable-beam-import
  • bigtable-hbase-1.x-parent
  • bigtable-hbase-2.x-parent
  • hbase-migration-tools/mirroring-client
    • bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded

7 files changed

+7
-0
lines changed

bigtable-dataflow-parent/bigtable-beam-import/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<modelVersion>4.0.0</modelVersion>
2424

2525
<artifactId>bigtable-beam-import</artifactId>
26+
<name>${project.groupId}:${project.artifactId}</name>
2627

2728
<properties>
2829
<mainClass>com.google.cloud.bigtable.beam.Main</mainClass>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<modelVersion>4.0.0</modelVersion>
2424

2525
<artifactId>bigtable-hbase-1.x-hadoop</artifactId>
26+
<name>${project.groupId}:${project.artifactId}</name>
2627
<description>
2728
Bigtable connector compatible with HBase 1.x. It most of its dependencies
2829
(hbase &amp; grpc). Its mainly intended to be used by dataflow 1.x to avoid

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<modelVersion>4.0.0</modelVersion>
2424

2525
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
26+
<name>${project.groupId}:${project.artifactId}</name>
2627
<description>
2728
Please use bigtable-hbase-1.x or bigtable-hbase-1.x-hadoop. Bigtable
2829
connector compatible with HBase 1.x. It exposes the minimal set of

bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<modelVersion>4.0.0</modelVersion>
2424

2525
<artifactId>bigtable-hbase-2.x-hadoop</artifactId>
26+
<name>${project.groupId}:${project.artifactId}</name>
2627
<description>
2728
Bigtable connector compatible with HBase 2.x. It most of its dependencies
2829
(hbase &amp; grpc). Its mainly intended to be used by dataflow 2.x to avoid

bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<modelVersion>4.0.0</modelVersion>
2424

2525
<artifactId>bigtable-hbase-2.x-shaded</artifactId>
26+
<name>${project.groupId}:${project.artifactId}</name>
2627
<description>
2728
Please use bigtable-hbase-2.x or bigtable-hbase-2.x-hadoop. Bigtable
2829
connector compatible with HBase 2.x. It exposes the minimal set of

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<artifactId>protobuf-java-format-shaded</artifactId>
12+
<name>${project.groupId}:${project.artifactId}</name>
1213
<version>0.10.3</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
1314

1415
<description>

hbase-migration-tools/mirroring-client/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<artifactId>mirroring-client</artifactId>
12+
<name>${project.groupId}:${project.artifactId}</name>
1213
<packaging>pom</packaging>
1314
<version>0.10.3</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
1415

0 commit comments

Comments
 (0)