Skip to content

Commit

Permalink
Release version increased in pom.xml (#229)
Browse files Browse the repository at this point in the history
* Release version increased in pom.xml
  • Loading branch information
shudhansu-shekhar authored Oct 8, 2024
1 parent e38806b commit 243dd06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<eiffel-remrem-generate.version>2.1.11</eiffel-remrem-generate.version>
<eiffel-remrem-generate.version>2.1.12</eiffel-remrem-generate.version>
<eiffel-remrem-semantics.version>2.2.7</eiffel-remrem-semantics.version>
</properties>
<artifactId>eiffel-remrem-generate</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions wiki/markdown/usage/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ then in response body we have only one response for that invalid JSON event, it

There is some examples of passing an array of events and what their responses can be

NOTE: Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of templates in the array passed to generate endpoint.

#### Templates for successful array of events :

```
Expand Down

0 comments on commit 243dd06

Please sign in to comment.