Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore(main): release 2.3.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 7, 2023
1 parent 9858a10 commit cc13641
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions google-cloud-profiler-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler-bom</artifactId>
<version>2.3.5</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,17 +56,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler</artifactId>
<version>2.3.5</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-profiler-v2</artifactId>
<version>2.3.5</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-profiler-v2</artifactId>
<version>2.3.5</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-profiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler</artifactId>
<version>2.3.5</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
<packaging>jar</packaging>
<name>Google Cloud Profiler</name>
<url>https://github.com/googleapis/java-profiler</url>
<description>is a statistical, low-overhead profiler that continuously gathers CPU usage and memory-allocation information from your production applications. It attributes that information to the application's source code, helping you identify the parts of the application consuming the most resources, and otherwise illuminating the performance characteristics of the code.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler-parent</artifactId>
<version>2.3.5</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-profiler</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-profiler-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-profiler-v2</artifactId>
<version>2.3.5</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
<name>grpc-google-cloud-profiler-v2</name>
<description>GRPC library for google-cloud-profiler</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler-parent</artifactId>
<version>2.3.5</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler-parent</artifactId>
<packaging>pom</packaging>
<version>2.3.5</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
<name>Google Cloud Profiler Parent</name>
<url>https://github.com/googleapis/java-profiler</url>
<description>
Expand Down Expand Up @@ -61,17 +61,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler</artifactId>
<version>2.3.5</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-profiler-v2</artifactId>
<version>2.3.5</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-profiler-v2</artifactId>
<version>2.3.5</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-profiler-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-profiler-v2</artifactId>
<version>2.3.5</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
<name>proto-google-cloud-profiler-v2</name>
<description>Proto library for google-cloud-profiler</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler-parent</artifactId>
<version>2.3.5</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-profiler:2.3.5:2.3.5
grpc-google-cloud-profiler-v2:2.3.5:2.3.5
proto-google-cloud-profiler-v2:2.3.5:2.3.5
google-cloud-profiler:2.3.5:2.3.6-SNAPSHOT
grpc-google-cloud-profiler-v2:2.3.5:2.3.6-SNAPSHOT
proto-google-cloud-profiler-v2:2.3.5:2.3.6-SNAPSHOT

0 comments on commit cc13641

Please sign in to comment.