Skip to content

Commit 17d5c04

Browse files
chore(main): release 2.12.0 (#1109)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 18c9f66 commit 17d5c04

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

gapic-generator-java/CHANGELOG.md

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

3+
## [2.12.0](https://github.com/googleapis/gapic-generator-java/compare/v2.11.0...v2.12.0) (2022-12-09)
4+
5+
6+
### Features
7+
8+
* Add scripts to release gapic-generator-java as jar ([#1111](https://github.com/googleapis/gapic-generator-java/issues/1111)) ([7941cc5](https://github.com/googleapis/gapic-generator-java/commit/7941cc5d7b3aca732d27b4f00eae18a145f8c459))
9+
10+
11+
### Bug Fixes
12+
13+
* Sonar coverage for non-standard directory structure ([#1108](https://github.com/googleapis/gapic-generator-java/issues/1108)) ([60dc190](https://github.com/googleapis/gapic-generator-java/commit/60dc1904676b1ede343b84998658eca2e20cc56a))
14+
15+
16+
### Dependencies
17+
18+
* Explicitly declare dependencies instead of using shared-dependencies-bom ([#1115](https://github.com/googleapis/gapic-generator-java/issues/1115)) ([402d565](https://github.com/googleapis/gapic-generator-java/commit/402d565e318b31199f3765b3bf82528fb189255d))
19+
320
## [2.11.0](https://github.com/googleapis/gapic-generator-java/compare/v2.10.3...v2.11.0) (2022-11-30)
421

522

gapic-generator-java/gapic-generator-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api</groupId>
66
<artifactId>gapic-generator-java</artifactId>
7-
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.12.0</version><!-- {x-version-update:gapic-generator-java:current} -->
88

99
<properties>
1010
<checkstyle.skip>true</checkstyle.skip>

gapic-generator-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.api</groupId>
77
<artifactId>gapic-generator-java-parent</artifactId>
8-
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
8+
<version>2.12.0</version><!-- {x-version-update:gapic-generator-java:current} -->
99
<packaging>pom</packaging>
1010

1111
<modules>

gapic-generator-java/versions.txt

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

4-
gapic-generator-java:2.11.0:2.11.1-SNAPSHOT
4+
gapic-generator-java:2.12.0:2.12.0

0 commit comments

Comments
 (0)