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

Commit

Permalink
chore: release 0.1.2 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 15, 2021
1 parent f82b63a commit 2b4f995
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.1.2](https://www.github.com/googleapis/java-profiler/compare/v0.1.1...v0.1.2) (2021-04-15)


### Bug Fixes

* fix version in versions.txt ([#33](https://www.github.com/googleapis/java-profiler/issues/33)) ([f82b63a](https://www.github.com/googleapis/java-profiler/commit/f82b63a08d0ce6e57dedb205adb720f584330516))

### [0.1.1](https://www.github.com/googleapis/java-profiler/compare/v0.1.0...v0.1.1) (2021-04-09)


Expand Down
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>0.0.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>0.1.2</version><!-- {x-version-update:google-cloud-profiler:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -68,17 +68,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler</artifactId>
<version>0.0.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>0.1.2</version><!-- {x-version-update:google-cloud-profiler:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-profiler-v2</artifactId>
<version>0.0.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
<version>0.1.2</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>0.0.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
<version>0.1.2</version><!-- {x-version-update:grpc-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>0.0.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>0.1.2</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>0.0.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>0.1.2</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>0.0.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
<version>0.1.2</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>0.0.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>0.1.2</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>0.0.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>0.1.2</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 @@ -70,17 +70,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler</artifactId>
<version>0.0.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>0.1.2</version><!-- {x-version-update:google-cloud-profiler:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-profiler-v2</artifactId>
<version>0.0.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
<version>0.1.2</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>0.0.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-profiler-v2:current} -->
<version>0.1.2</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>0.0.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-profiler-v2:current} -->
<version>0.1.2</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>0.0.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-profiler:current} -->
<version>0.1.2</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:0.1.1:0.1.2-SNAPSHOT
proto-google-cloud-profiler-v2:0.1.1:0.1.2-SNAPSHOT
grpc-google-cloud-profiler-v2:0.1.1:0.1.2-SNAPSHOT
google-cloud-profiler:0.1.2:0.1.2
proto-google-cloud-profiler-v2:0.1.2:0.1.2
grpc-google-cloud-profiler-v2:0.1.2:0.1.2

0 comments on commit 2b4f995

Please sign in to comment.