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

Commit 1297641

Browse files
chore(main): release 2.1.11 (#256)
🤖 I have created a release *beep* *boop* --- ### [2.1.11](v2.1.10...v2.1.11) (2022-04-15) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#255](#255)) ([064e739](064e739)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 064e739 commit 1297641

File tree

7 files changed

+24
-17
lines changed

7 files changed

+24
-17
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [2.1.11](https://github.com/googleapis/java-profiler/compare/v2.1.10...v2.1.11) (2022-04-15)
4+
5+
6+
### Dependencies
7+
8+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#255](https://github.com/googleapis/java-profiler/issues/255)) ([064e739](https://github.com/googleapis/java-profiler/commit/064e73928b3c4088a9374bcdc00eeda69d70cb6d))
9+
310
### [2.1.10](https://github.com/googleapis/java-profiler/compare/v2.1.9...v2.1.10) (2022-03-29)
411

512

google-cloud-profiler-bom/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-profiler-bom</artifactId>
6-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
6+
<version>2.1.11</version><!-- {x-version-update:google-cloud-profiler:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
@@ -56,17 +56,17 @@
5656
<dependency>
5757
<groupId>com.google.cloud</groupId>
5858
<artifactId>google-cloud-profiler</artifactId>
59-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
59+
<version>2.1.11</version><!-- {x-version-update:google-cloud-profiler:current} -->
6060
</dependency>
6161
<dependency>
6262
<groupId>com.google.api.grpc</groupId>
6363
<artifactId>grpc-google-cloud-profiler-v2</artifactId>
64-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
64+
<version>2.1.11</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api.grpc</groupId>
6868
<artifactId>proto-google-cloud-profiler-v2</artifactId>
69-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
69+
<version>2.1.11</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
7070
</dependency>
7171
</dependencies>
7272
</dependencyManagement>

google-cloud-profiler/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-profiler</artifactId>
6-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
6+
<version>2.1.11</version><!-- {x-version-update:google-cloud-profiler:current} -->
77
<packaging>jar</packaging>
88
<name>Google Cloud Profiler</name>
99
<url>https://github.com/googleapis/java-profiler</url>
1010
<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>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-profiler-parent</artifactId>
14-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
14+
<version>2.1.11</version><!-- {x-version-update:google-cloud-profiler:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-profiler</site.installationModule>

grpc-google-cloud-profiler-v2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-profiler-v2</artifactId>
7-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
7+
<version>2.1.11</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
88
<name>grpc-google-cloud-profiler-v2</name>
99
<description>GRPC library for google-cloud-profiler</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-profiler-parent</artifactId>
13-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
13+
<version>2.1.11</version><!-- {x-version-update:google-cloud-profiler:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-profiler-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
7+
<version>2.1.11</version><!-- {x-version-update:google-cloud-profiler:current} -->
88
<name>Google Cloud Profiler Parent</name>
99
<url>https://github.com/googleapis/java-profiler</url>
1010
<description>
@@ -61,17 +61,17 @@
6161
<dependency>
6262
<groupId>com.google.cloud</groupId>
6363
<artifactId>google-cloud-profiler</artifactId>
64-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
64+
<version>2.1.11</version><!-- {x-version-update:google-cloud-profiler:current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api.grpc</groupId>
6868
<artifactId>proto-google-cloud-profiler-v2</artifactId>
69-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
69+
<version>2.1.11</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.api.grpc</groupId>
7373
<artifactId>grpc-google-cloud-profiler-v2</artifactId>
74-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
74+
<version>2.1.11</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
7575
</dependency>
7676

7777
<dependency>

proto-google-cloud-profiler-v2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-profiler-v2</artifactId>
7-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
7+
<version>2.1.11</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
88
<name>proto-google-cloud-profiler-v2</name>
99
<description>Proto library for google-cloud-profiler</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-profiler-parent</artifactId>
13-
<version>2.1.11-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
13+
<version>2.1.11</version><!-- {x-version-update:google-cloud-profiler:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

versions.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-profiler:2.1.10:2.1.11-SNAPSHOT
5-
grpc-google-cloud-profiler-v2:2.1.10:2.1.11-SNAPSHOT
6-
proto-google-cloud-profiler-v2:2.1.10:2.1.11-SNAPSHOT
4+
google-cloud-profiler:2.1.11:2.1.11
5+
grpc-google-cloud-profiler-v2:2.1.11:2.1.11
6+
proto-google-cloud-profiler-v2:2.1.11:2.1.11

0 commit comments

Comments
 (0)