Skip to content

Commit b90bdb7

Browse files
authored
chore: use maven property for native image sample (#11818)
Fixes #10840
1 parent 868ca62 commit b90bdb7

File tree

1 file changed

+1
-1
lines changed
  • java-samples/native-image-sample

1 file changed

+1
-1
lines changed

java-samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.graalvm.buildtools</groupId>
126126
<artifactId>native-maven-plugin</artifactId>
127-
<version>0.10.1</version>
127+
<version>${native-maven-plugin.version}</version>
128128
<extensions>true</extensions>
129129
<configuration>
130130
<mainClass>com.google.cloud.example.NativeImageSecretManagerSample</mainClass>

0 commit comments

Comments
 (0)