Skip to content

Commit 5fcf879

Browse files
authored
ci: Add groupId and version to bigquery benchmark module (googleapis#12119)
Error: ``` XPath set is empty XPath set is empty Checking :benchmark::Couldn't parse the pom file: ./java-bigquery/benchmark/pom.xml ``` From googleapis#12081 Benchmark is not added to the bigquery modules and should not be published to Maven Central. The check just finds all the pom.xml files in the repo and tries to ensure that they don't exist in Maven.
1 parent f8a13e5 commit 5fcf879

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java-bigquery/benchmark/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.google.cloud</groupId>
56
<artifactId>benchmark</artifactId>
7+
<version>2.62.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
68
<parent>
79
<artifactId>google-cloud-bigquery-parent</artifactId>
810
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)