You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by li...@apache.org on 2024/03/22 06:56:08 UTC

(dubbo-samples) branch master updated: upgrade config for api-with-registry (#1108)

This is an automated email from the ASF dual-hosted git repository.

liujun 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 b263f9808 upgrade config for api-with-registry (#1108)
b263f9808 is described below

commit b263f98089091d8f2f77249d82233383116a345e
Author: Res-Nah <80...@users.noreply.github.com>
AuthorDate: Fri Mar 22 14:56:03 2024 +0800

    upgrade config for api-with-registry (#1108)
---
 2-advanced/dubbo-samples-api-with-registry/case-versions.conf | 4 ++--
 2-advanced/dubbo-samples-api-with-registry/pom.xml            | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/2-advanced/dubbo-samples-api-with-registry/case-versions.conf b/2-advanced/dubbo-samples-api-with-registry/case-versions.conf
index 5610cf334..72fbd3095 100644
--- a/2-advanced/dubbo-samples-api-with-registry/case-versions.conf
+++ b/2-advanced/dubbo-samples-api-with-registry/case-versions.conf
@@ -20,5 +20,5 @@
 # Supported component versions of the test case
 
 # Spring app
-dubbo.version=3.*
-java.version= [ >= 8 ]
\ No newline at end of file
+dubbo.version=3.3.*
+java.version= [ >= 17 ]
diff --git a/2-advanced/dubbo-samples-api-with-registry/pom.xml b/2-advanced/dubbo-samples-api-with-registry/pom.xml
index 36ca6333e..5f143da4d 100644
--- a/2-advanced/dubbo-samples-api-with-registry/pom.xml
+++ b/2-advanced/dubbo-samples-api-with-registry/pom.xml
@@ -36,13 +36,13 @@
     <description>Dubbo Samples Api with registry and application</description>
 
     <properties>
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
+        <maven.compiler.source>17</maven.compiler.source>
+        <maven.compiler.target>17</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-        <dubbo.version>3.2.6</dubbo.version>
+        <dubbo.version>3.3.0-beta.1</dubbo.version>
         <log4j2.version>2.20.0</log4j2.version>
-        <junit5.version>5.9.2</junit5.version>
+        <junit5.version>5.10.1</junit5.version>
     </properties>
 
     <dependencies>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org