File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ skeleton of the bridge project:
5353 -DarchetypeVersion=1.0.0.Alpha1 \
5454 -DgroupId=dev.resteasy.examples \
5555 -DartifactId=grpcToRest.example \
56- -Dversion=1.0.0.Final \
56+ -Dversion=1.0.0.Final-SNAPSHOT \
5757 -Dgenerate-prefix=Greet \
5858 -Dgenerate-package=org.greet \
59- -Dresteasy-version=6.2.3 .Final \
59+ -Dresteasy-version=6.2.4 .Final \
6060 -Dgrpc-bridge-version=1.0.0.Alpha1
6161 </pre></code>
6262
6363 The parameters groupId, artifactId, and version describe the target project.
64- The result will be a new maven project, dev.resteasy.examples:grpcToRest.example.grpc:6 .0.0-SNAPSHOT in
64+ The result will be a new maven project, dev.resteasy.examples:grpcToRest.example.grpc:1 .0.0.Final -SNAPSHOT in
6565 a directory named grpcToRest.example (the value of artifactId). Note that the groupId and version are copied
6666 from the target project, and ".grpc" is added to the artifactId. The parameters generate-prefix and generate-package are
6767 applied to several classes that will be generated.
Original file line number Diff line number Diff line change 99
1010 <groupId >dev.resteasy.examples</groupId >
1111 <artifactId >grpcToRest.example</artifactId >
12- <version >1.0.0.Final</version >
12+ <version >1.0.0.Final-SNAPSHOT </version >
1313 <packaging >war</packaging >
1414 <name >gRPC to Jakarta REST example</name >
1515 <description >Shows how to build a gRPC to Jakarta REST bridge example</description >
You can’t perform that action at this time.
0 commit comments