Skip to content

Commit be9872e

Browse files
build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.0 (#1915)
* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.0 * build: compiler-release-8 profile comes from shared config Co-authored-by: Tomo Suzuki <[email protected]>
1 parent eef4e92 commit be9872e

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

google-cloud-spanner-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>google-cloud-shared-config</artifactId>
11-
<version>1.4.0</version>
11+
<version>1.5.0</version>
1212
</parent>
1313

1414
<name>Google Cloud Spanner BOM</name>

pom.xml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.4.0</version>
17+
<version>1.5.0</version>
1818
</parent>
1919

2020
<developers>
@@ -223,18 +223,4 @@
223223
</plugin>
224224
</plugins>
225225
</reporting>
226-
227-
<profiles>
228-
<profile>
229-
<!-- JDK 9+ has the "release" option to ensure the generated bytecode is
230-
compatible with Java 8. -->
231-
<id>compiler-release-8</id>
232-
<activation>
233-
<jdk>[9,]</jdk>
234-
</activation>
235-
<properties>
236-
<maven.compiler.release>8</maven.compiler.release>
237-
</properties>
238-
</profile>
239-
</profiles>
240226
</project>

0 commit comments

Comments
 (0)