This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 40b9bf2568 dubbo-compiler: pom.xml: set manifest main class to
Dubbo3TripleGenerator (#14815)
40b9bf2568 is described below
commit 40b9bf25684fa426d3a183043d7b4200c81f90ff
Author: JanSoundhouse <[email protected]>
AuthorDate: Fri Oct 25 10:58:41 2024 +0200
dubbo-compiler: pom.xml: set manifest main class to Dubbo3TripleGenerator
(#14815)
The DubboGrpcGenerator class was removed with commit
af0f45f7cd71a923d924a7137d998a576180badf "feat:dubbo-compiler remove grpc and
grpc/reactive package"
---
dubbo-plugin/dubbo-compiler/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-plugin/dubbo-compiler/pom.xml
b/dubbo-plugin/dubbo-compiler/pom.xml
index d583915239..adaeb057de 100644
--- a/dubbo-plugin/dubbo-compiler/pom.xml
+++ b/dubbo-plugin/dubbo-compiler/pom.xml
@@ -78,7 +78,7 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
-
<mainClass>org.apache.dubbo.gen.grpc.DubboGrpcGenerator</mainClass>
+
<mainClass>org.apache.dubbo.gen.tri.Dubbo3TripleGenerator</mainClass>
</manifest>
</archive>
</configuration>