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

Commit ca0df67

Browse files
1 parent 0a2dc43 commit ca0df67

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+
### [0.1.3](https://www.github.com/googleapis/java-profiler/compare/v0.1.2...v0.1.3) (2021-04-20)
4+
5+
6+
### Dependencies
7+
8+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#38](https://www.github.com/googleapis/java-profiler/issues/38)) ([0a2dc43](https://www.github.com/googleapis/java-profiler/commit/0a2dc43432dd01de62c958778abfa6198635c057))
9+
310
### [0.1.2](https://www.github.com/googleapis/java-profiler/compare/v0.1.1...v0.1.2) (2021-04-15)
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>0.1.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
6+
<version>0.1.3</version><!-- {x-version-update:google-cloud-profiler:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
@@ -68,17 +68,17 @@
6868
<dependency>
6969
<groupId>com.google.cloud</groupId>
7070
<artifactId>google-cloud-profiler</artifactId>
71-
<version>0.1.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
71+
<version>0.1.3</version><!-- {x-version-update:google-cloud-profiler:current} -->
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.api.grpc</groupId>
7575
<artifactId>proto-google-cloud-profiler-v2</artifactId>
76-
<version>0.1.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
76+
<version>0.1.3</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
7777
</dependency>
7878
<dependency>
7979
<groupId>com.google.api.grpc</groupId>
8080
<artifactId>grpc-google-cloud-profiler-v2</artifactId>
81-
<version>0.1.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
81+
<version>0.1.3</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
8282
</dependency>
8383
</dependencies>
8484
</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>0.1.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
6+
<version>0.1.3</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>0.1.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
14+
<version>0.1.3</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>0.1.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
7+
<version>0.1.3</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>0.1.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
13+
<version>0.1.3</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>0.1.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
7+
<version>0.1.3</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>
@@ -70,17 +70,17 @@
7070
<dependency>
7171
<groupId>com.google.cloud</groupId>
7272
<artifactId>google-cloud-profiler</artifactId>
73-
<version>0.1.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
73+
<version>0.1.3</version><!-- {x-version-update:google-cloud-profiler:current} -->
7474
</dependency>
7575
<dependency>
7676
<groupId>com.google.api.grpc</groupId>
7777
<artifactId>proto-google-cloud-profiler-v2</artifactId>
78-
<version>0.1.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
78+
<version>0.1.3</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
7979
</dependency>
8080
<dependency>
8181
<groupId>com.google.api.grpc</groupId>
8282
<artifactId>grpc-google-cloud-profiler-v2</artifactId>
83-
<version>0.1.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
83+
<version>0.1.3</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
8484
</dependency>
8585

8686
<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>0.1.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
7+
<version>0.1.3</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>0.1.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
13+
<version>0.1.3</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:0.1.2:0.1.3-SNAPSHOT
5-
proto-google-cloud-profiler-v2:0.1.2:0.1.3-SNAPSHOT
6-
grpc-google-cloud-profiler-v2:0.1.2:0.1.3-SNAPSHOT
4+
google-cloud-profiler:0.1.3:0.1.3
5+
proto-google-cloud-profiler-v2:0.1.3:0.1.3
6+
grpc-google-cloud-profiler-v2:0.1.3:0.1.3

0 commit comments

Comments
 (0)