File tree 8 files changed +16
-8
lines changed
native-image-shared-config 8 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 14
14
15
15
timeout : 7200s # 2 hours
16
16
substitutions :
17
- _JAVA_SHARED_CONFIG_VERSION : ' 1.15.5-SNAPSHOT ' # {x-version-update:google-cloud-shared-config:current}
17
+ _JAVA_SHARED_CONFIG_VERSION : ' 1.15.5' # {x-version-update:google-cloud-shared-config:current}
18
18
19
19
steps :
20
20
# GraalVM A build
Original file line number Diff line number Diff line change 14
14
15
15
timeout : 7200s # 2 hours
16
16
substitutions :
17
- _JAVA_SHARED_CONFIG_VERSION : ' 1.15.5-SNAPSHOT ' # {x-version-update:google-cloud-shared-config:current}
17
+ _JAVA_SHARED_CONFIG_VERSION : ' 1.15.5' # {x-version-update:google-cloud-shared-config:current}
18
18
19
19
steps :
20
20
# GraalVM B build
Original file line number Diff line number Diff line change 14
14
15
15
timeout : 7200s # 2 hours
16
16
substitutions :
17
- _JAVA_SHARED_CONFIG_VERSION : ' 1.15.5-SNAPSHOT ' # {x-version-update:google-cloud-shared-config:current}
17
+ _JAVA_SHARED_CONFIG_VERSION : ' 1.15.5' # {x-version-update:google-cloud-shared-config:current}
18
18
19
19
steps :
20
20
# GraalVM C build
Original file line number Diff line number Diff line change 14
14
15
15
timeout : 7200s # 2 hours
16
16
substitutions :
17
- _JAVA_SHARED_CONFIG_VERSION : ' 1.15.5-SNAPSHOT ' # {x-version-update:google-cloud-shared-config:current}
17
+ _JAVA_SHARED_CONFIG_VERSION : ' 1.15.5' # {x-version-update:google-cloud-shared-config:current}
18
18
_IMAGE_REPOSITORY : us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing
19
19
_COMMIT_HASH_TAG : infrastructure-public-image-${SHORT_SHA}
20
20
steps :
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.15.5] ( https://github.com/googleapis/java-shared-config/compare/v1.15.4...v1.15.5 ) (2025-05-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * Update dependency org.graalvm.buildtools: native-maven-plugin to v0.10.6 ([ #1004 ] ( https://github.com/googleapis/java-shared-config/issues/1004 ) ) ([ f123860] ( https://github.com/googleapis/java-shared-config/commit/f123860c0919c542d34f4b96e54e3378b0b5b433 ) )
9
+ * Update dependency org.graalvm.sdk: graal-sdk to v24.2.1 ([ #1021 ] ( https://github.com/googleapis/java-shared-config/issues/1021 ) ) ([ 28a41c7] ( https://github.com/googleapis/java-shared-config/commit/28a41c787a00514d7515e7f7f9242769cbb450b5 ) )
10
+
3
11
## [ 1.15.4] ( https://github.com/googleapis/java-shared-config/compare/v1.15.3...v1.15.4 ) (2025-04-15)
4
12
5
13
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.15.5-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
9
+ <version >1.15.5</version ><!-- {x-version-update:google-cloud-shared-config:current} -->
10
10
<name >Google Cloud Shared Config</name >
11
11
<url >https://github.com/googleapis/java-shared-config</url >
12
12
<description >
16
16
<parent >
17
17
<groupId >com.google.cloud</groupId >
18
18
<artifactId >native-image-shared-config</artifactId >
19
- <version >1.15.5-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
19
+ <version >1.15.5</version ><!-- {x-version-update:google-cloud-shared-config:current} -->
20
20
<relativePath >../native-image-shared-config</relativePath >
21
21
</parent >
22
22
Original file line number Diff line number Diff line change 6
6
<groupId >com.google.cloud</groupId >
7
7
<artifactId >native-image-shared-config</artifactId >
8
8
<packaging >pom</packaging >
9
- <version >1.15.5-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
9
+ <version >1.15.5</version ><!-- {x-version-update:google-cloud-shared-config:current} -->
10
10
<name >Native Image Shared Config</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.15.4 :1.15.5-SNAPSHOT
4
+ google-cloud-shared-config:1.15.5 :1.15.5
You can’t perform that action at this time.
0 commit comments