File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.1.0] ( https://www.github.com/googleapis/java-shared-config/compare/v1.0.3...v1.1.0 ) (2021-10-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * introduce Maven configuration for GraalVM testing ([ #314 ] ( https://www.github.com/googleapis/java-shared-config/issues/314 ) ) ([ 28fbeb8] ( https://www.github.com/googleapis/java-shared-config/commit/28fbeb86c4466a58a05d6933584564dbf3352e79 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update doclet version ([ #332 ] ( https://www.github.com/googleapis/java-shared-config/issues/332 ) ) ([ 3fd0350] ( https://www.github.com/googleapis/java-shared-config/commit/3fd035030e4f0954dd1f62f7b8ea62583685880c ) )
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * update dependency com.puppycrawl.tools: checkstyle to v9.0.1 ([ #327 ] ( https://www.github.com/googleapis/java-shared-config/issues/327 ) ) ([ b6c9b65] ( https://www.github.com/googleapis/java-shared-config/commit/b6c9b657550db2dee6b36edbb9a6084baee125e2 ) )
19
+ * update dependency org.graalvm.buildtools: junit-platform-native to v0.9.6 ([ #330 ] ( https://www.github.com/googleapis/java-shared-config/issues/330 ) ) ([ 271ed7d] ( https://www.github.com/googleapis/java-shared-config/commit/271ed7dba35623e22fc8a7f7d477e6043e772014 ) )
20
+ * update dependency org.graalvm.buildtools: native-maven-plugin to v0.9.6 ([ #331 ] ( https://www.github.com/googleapis/java-shared-config/issues/331 ) ) ([ 4f9ba15] ( https://www.github.com/googleapis/java-shared-config/commit/4f9ba1551df0a2d4fc8c9acca8a951afbe8cb78a ) )
21
+ * update dependency org.junit.vintage: junit-vintage-engine to v5.8.1 ([ #329 ] ( https://www.github.com/googleapis/java-shared-config/issues/329 ) ) ([ 4a8789e] ( https://www.github.com/googleapis/java-shared-config/commit/4a8789ee814ba8a3480beecc76c16fd1cb4e5f12 ) )
22
+
3
23
### [ 1.0.3] ( https://www.github.com/googleapis/java-shared-config/compare/v1.0.2...v1.0.3 ) (2021-09-21)
4
24
5
25
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ If you are using Maven, use this artifact as your project's parent.
13
13
<parent >
14
14
<groupId >com.google.cloud</groupId >
15
15
<artifactId >google-cloud-shared-config</artifactId >
16
- <version >1.0.3 </version >
16
+ <version >1.1.0 </version >
17
17
</parent >
18
18
</project >
19
19
```
Original file line number Diff line number Diff line change 6
6
<groupId >com.google.cloud</groupId >
7
7
<artifactId >google-cloud-shared-config</artifactId >
8
8
<packaging >pom</packaging >
9
- <version >1.0.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
9
+ <version >1.1.0 </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
10
10
<name >Google Cloud</name >
11
11
<url >https://github.com/googleapis/java-shared-config</url >
12
12
<description >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-shared-config:1.0.3 :1.0.4-SNAPSHOT
4
+ google-cloud-shared-config:1.1.0 :1.1.0
You can’t perform that action at this time.
0 commit comments