File tree 7 files changed +14
-7
lines changed
native-image-shared-config
7 files changed +14
-7
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.7.3-SNAPSHOT ' # {x-version-update:google-cloud-shared-config:current}
17
+ _JAVA_SHARED_CONFIG_VERSION : ' 1.7.3' # {x-version-update:google-cloud-shared-config:current}
18
18
_GRAALVM_A : ' graalvm22_3_jdk11'
19
19
20
20
steps :
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.7.3-SNAPSHOT ' # {x-version-update:google-cloud-shared-config:current}
17
+ _JAVA_SHARED_CONFIG_VERSION : ' 1.7.3' # {x-version-update:google-cloud-shared-config:current}
18
18
_GRAALVM_B : ' graalvm22_3_jdk17'
19
19
20
20
steps :
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.7.3-SNAPSHOT ' # {x-version-update:google-cloud-shared-config:current}
17
+ _JAVA_SHARED_CONFIG_VERSION : ' 1.7.3' # {x-version-update:google-cloud-shared-config:current}
18
18
_GRAALVM_A : ' graalvm22_3_jdk11'
19
19
_GRAALVM_B : ' graalvm22_3_jdk17'
20
20
steps :
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.7.3] ( https://github.com/googleapis/java-shared-config/compare/v1.7.2...v1.7.3 ) (2024-02-27)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * Update dependency org.graalvm.sdk: graal-sdk to v22.3.5 ([ #751 ] ( https://github.com/googleapis/java-shared-config/issues/751 ) ) ([ 4d76805] ( https://github.com/googleapis/java-shared-config/commit/4d7680580f30a26f7e6bb55ed5175948754b25f7 ) )
9
+
3
10
## [ 1.7.2] ( https://github.com/googleapis/java-shared-config/compare/v1.7.1...v1.7.2 ) (2024-02-26)
4
11
5
12
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.7.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
9
+ <version >1.7.3</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.7.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
19
+ <version >1.7.3</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.7.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-config:current} -->
9
+ <version >1.7.3</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.7.2 :1.7.3-SNAPSHOT
4
+ google-cloud-shared-config:1.7.3 :1.7.3
You can’t perform that action at this time.
0 commit comments