This is an automated email from the ASF dual-hosted git repository.
chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 52a1bb1fd Update gradle.properties (#5152)
52a1bb1fd is described below
commit 52a1bb1fdcd19c23c98105283c7c09eaede16de3
Author: mike_xwm <[email protected]>
AuthorDate: Mon Dec 30 14:21:31 2024 +0800
Update gradle.properties (#5152)
---
gradle.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index 789424c0d..f712526c1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,7 +18,7 @@
jdk=1.8
snapshot=false
group=org.apache.eventmesh
-version=1.10.0-release
+version=1.11.0-release
#last eight bits of public key
signing.keyId=
#passphrase for key pairs
@@ -33,4 +33,4 @@ signEnabled=false
org.gradle.warning.mode=none
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m
-XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
-org.gradle.caching=true
\ No newline at end of file
+org.gradle.caching=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]