This is an automated email from the ASF dual-hosted git repository.
crazyhzm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 3a04541a Upgrade native plugin version 0.9.20 to 0.9.23
new dc35a913 Merge pull request #885 from
CrazyHZM/feat/upgrade_native_plugin_version
3a04541a is described below
commit 3a04541a9e0b5ba6c4d0aba8e8b0c1ce6f110d2f
Author: crazyhzm <[email protected]>
AuthorDate: Mon Jul 31 19:04:31 2023 +0800
Upgrade native plugin version 0.9.20 to 0.9.23
Signed-off-by: crazyhzm <[email protected]>
---
.../dubbo-samples-native-image-consumer/pom.xml | 2 +-
.../dubbo-samples-native-image-provider/pom.xml | 2 +-
1-basic/dubbo-samples-native-image/pom.xml | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git
a/1-basic/dubbo-samples-native-image/dubbo-samples-native-image-consumer/pom.xml
b/1-basic/dubbo-samples-native-image/dubbo-samples-native-image-consumer/pom.xml
index 700bfda5..77cc0447 100644
---
a/1-basic/dubbo-samples-native-image/dubbo-samples-native-image-consumer/pom.xml
+++
b/1-basic/dubbo-samples-native-image/dubbo-samples-native-image-consumer/pom.xml
@@ -235,7 +235,7 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
- <version>0.9.20</version>
+ <version>${native-maven-plugin.version}</version>
<configuration>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<metadataRepository>
diff --git
a/1-basic/dubbo-samples-native-image/dubbo-samples-native-image-provider/pom.xml
b/1-basic/dubbo-samples-native-image/dubbo-samples-native-image-provider/pom.xml
index d7c056cc..1b44deaf 100644
---
a/1-basic/dubbo-samples-native-image/dubbo-samples-native-image-provider/pom.xml
+++
b/1-basic/dubbo-samples-native-image/dubbo-samples-native-image-provider/pom.xml
@@ -235,7 +235,7 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
- <version>0.9.20</version>
+ <version>${native-maven-plugin.version}</version>
<configuration>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<metadataRepository>
diff --git a/1-basic/dubbo-samples-native-image/pom.xml
b/1-basic/dubbo-samples-native-image/pom.xml
index 0a768d04..04b16cb6 100644
--- a/1-basic/dubbo-samples-native-image/pom.xml
+++ b/1-basic/dubbo-samples-native-image/pom.xml
@@ -37,6 +37,7 @@
<dubbo.version>3.3.0-beta.1-SNAPSHOT</dubbo.version>
<spring-boot.version>3.0.5</spring-boot.version>
<spring-boot-maven-plugin.version>3.0.5</spring-boot-maven-plugin.version>
+ <native-maven-plugin.version>0.9.23</native-maven-plugin.version>
</properties>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]