Skip to content

Commit ef556dc

Browse files
chore(main): release 1.84.0-SNAPSHOT
1 parent ab29069 commit ef556dc

94 files changed

Lines changed: 1535 additions & 1535 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gapic-libraries-bom/pom.xml

Lines changed: 213 additions & 213 deletions
Large diffs are not rendered by default.

google-auth-library-java/appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/bom/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-bom</artifactId>
6-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
6+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
77
<packaging>pom</packaging>
88

99
<parent>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>google-cloud-pom-parent</artifactId>
12-
<version>1.83.0</version><!-- {x-version-update:google-cloud-java:current} -->
12+
<version>1.84.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
1313
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
1414
</parent>
1515

@@ -23,22 +23,22 @@
2323
<dependency>
2424
<groupId>com.google.auth</groupId>
2525
<artifactId>google-auth-library-credentials</artifactId>
26-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
26+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
2727
</dependency>
2828
<dependency>
2929
<groupId>com.google.auth</groupId>
3030
<artifactId>google-auth-library-oauth2-http</artifactId>
31-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
31+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
3232
</dependency>
3333
<dependency>
3434
<groupId>com.google.auth</groupId>
3535
<artifactId>google-auth-library-appengine</artifactId>
36-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
36+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.auth</groupId>
4040
<artifactId>google-auth-library-cab-token-generator</artifactId>
41-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
41+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
4242
</dependency>
4343
</dependencies>
4444
</dependencyManagement>

google-auth-library-java/cab-token-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.auth</groupId>
88
<artifactId>google-auth-library-parent</artifactId>
9-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
9+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
1010
</parent>
1111

1212
<artifactId>google-auth-library-cab-token-generator</artifactId>

google-auth-library-java/credentials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.auth</groupId>
66
<artifactId>google-auth-library-parent</artifactId>
7-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
7+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

google-auth-library-java/oauth2_http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.google.auth</groupId>
99
<artifactId>google-auth-library-parent</artifactId>
10-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
10+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

google-auth-library-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<packaging>pom</packaging>
1010
<name>Google Auth Library for Java</name>
1111
<description>Client libraries providing authentication and
@@ -18,7 +18,7 @@
1818
we skip the deployment of this module <maven.deploy.skip>true</maven.deploy.skip> -->
1919
<groupId>com.google.cloud</groupId>
2020
<artifactId>google-cloud-jar-parent</artifactId>
21-
<version>1.83.0</version><!-- {x-version-update:google-cloud-java:current} -->
21+
<version>1.84.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
2222
<relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
2323
</parent>
2424

google-cloud-jar-parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>google-cloud-jar-parent</artifactId>
77
<groupId>com.google.cloud</groupId>
8-
<version>1.83.0</version><!-- {x-version-update:google-cloud-java:current} -->
8+
<version>1.84.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
99
<packaging>pom</packaging>
1010
<name>Google Cloud JAR Parent</name>
1111
<description>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-pom-parent</artifactId>
18-
<version>1.83.0</version><!-- {x-version-update:google-cloud-java:current} -->
18+
<version>1.84.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
1919
<relativePath>../google-cloud-pom-parent/pom.xml</relativePath>
2020
</parent>
2121
<properties>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.google.cloud</groupId>
2929
<artifactId>google-cloud-shared-dependencies</artifactId>
30-
<version>3.59.0</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
30+
<version>3.60.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-storage</artifactId>
49-
<version>2.65.0</version><!-- {x-version-update:google-cloud-storage:current} -->
49+
<version>2.66.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.apis</groupId>

google-cloud-pom-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>google-cloud-pom-parent</artifactId>
77
<groupId>com.google.cloud</groupId>
8-
<version>1.83.0</version><!-- {x-version-update:google-cloud-java:current} -->
8+
<version>1.84.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
99
<packaging>pom</packaging>
1010
<name>Google Cloud POM Parent</name>
1111
<url>https://github.com/googleapis/google-cloud-java</url>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>sdk-platform-java-config</artifactId>
18-
<version>3.59.0</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
18+
<version>3.60.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
1919
<relativePath>../sdk-platform-java/sdk-platform-java-config</relativePath>
2020
</parent>
2121

java-accessapproval/google-cloud-accessapproval-bom/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-accessapproval-bom</artifactId>
6-
<version>2.90.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
6+
<version>2.91.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
77
<packaging>pom</packaging>
88

99
<parent>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>google-cloud-pom-parent</artifactId>
12-
<version>1.83.0</version><!-- {x-version-update:google-cloud-java:current} -->
12+
<version>1.84.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
1313
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
1414
</parent>
1515

@@ -23,17 +23,17 @@
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-accessapproval</artifactId>
26-
<version>2.90.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
26+
<version>2.91.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
2727
</dependency>
2828
<dependency>
2929
<groupId>com.google.api.grpc</groupId>
3030
<artifactId>grpc-google-cloud-accessapproval-v1</artifactId>
31-
<version>2.90.0</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
31+
<version>2.91.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
3232
</dependency>
3333
<dependency>
3434
<groupId>com.google.api.grpc</groupId>
3535
<artifactId>proto-google-cloud-accessapproval-v1</artifactId>
36-
<version>2.90.0</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
36+
<version>2.91.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
3737
</dependency>
3838
</dependencies>
3939
</dependencyManagement>

0 commit comments

Comments
 (0)