Skip to content

Commit a7ffcb7

Browse files
authored
Merge pull request #136 from ronsigal/main
Changed version to 1.0.0.Final-SNAPSHOT
2 parents 1740ff8 + c18fb88 commit a7ffcb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

grpc-bridge-example/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

grpc-bridge-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

0 commit comments

Comments
 (0)