Skip to content

Commit cf93d6c

Browse files
chore(main): release 1.3.0
1 parent 9ea2227 commit cf93d6c

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/googleapis/java-shared-config/compare/v1.2.7...v1.3.0) (2022-03-07)
4+
5+
6+
### Features
7+
8+
* increase IT timeout from 20 to 60 mins ([#440](https://github.com/googleapis/java-shared-config/issues/440)) ([a4427bc](https://github.com/googleapis/java-shared-config/commit/a4427bceebd0624e23f0b02bb24d7ed46ea4b3a6))
9+
10+
11+
### Dependencies
12+
13+
* update dependency com.google.cloud:native-image-support to v0.12.6 ([#423](https://github.com/googleapis/java-shared-config/issues/423)) ([9a0cb79](https://github.com/googleapis/java-shared-config/commit/9a0cb79896d5c97dc3c5648a6740d53eb9ada673))
14+
* update dependency com.puppycrawl.tools:checkstyle to v9.3 ([#415](https://github.com/googleapis/java-shared-config/issues/415)) ([9e2d3fd](https://github.com/googleapis/java-shared-config/commit/9e2d3fd8bd42bc210dae5798f7d5dfe950c29f51))
15+
* update dependency org.graalvm.buildtools:junit-platform-native to v0.9.10 ([#429](https://github.com/googleapis/java-shared-config/issues/429)) ([0355f29](https://github.com/googleapis/java-shared-config/commit/0355f2988ebcff19615b72bc65523555e4844523))
16+
* update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.10 ([#430](https://github.com/googleapis/java-shared-config/issues/430)) ([16984d2](https://github.com/googleapis/java-shared-config/commit/16984d25a84aa6a8daf2a0925ea57cd0d3f0ee24))
17+
318
### [1.2.7](https://github.com/googleapis/java-shared-config/compare/v1.2.6...v1.2.7) (2022-02-04)
419

520

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.google.cloud</groupId>
77
<artifactId>google-cloud-shared-config</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.2.8-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.3.0</version><!-- {x-version-update:google-cloud-shared-config:current} -->
1010
<name>Google Cloud</name>
1111
<url>https://github.com/googleapis/java-shared-config</url>
1212
<description>
@@ -438,7 +438,7 @@
438438
<plugin>
439439
<groupId>org.apache.maven.plugins</groupId>
440440
<artifactId>maven-project-info-reports-plugin</artifactId>
441-
<version>3.2.2</version>
441+
<version>3.1.2</version>
442442
<reportSets>
443443
<reportSet>
444444
<reports>

versions.txt

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

4-
google-cloud-shared-config:1.2.7:1.2.8-SNAPSHOT
4+
google-cloud-shared-config:1.3.0:1.3.0

0 commit comments

Comments
 (0)