Skip to content

Commit

Permalink
[fix_rules_scesim_naming] Fix as per suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele-Cardosi committed May 23, 2024
1 parent a7ff1fd commit 10a0f92
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
# Rules with Legacy API + Quarkus + SCESIM example
# Rules with Legacy API + Quarkus + Test Scenario example

## Description

Expand Down Expand Up @@ -125,9 +125,9 @@ Example response:
```json
{"greeting":"bar","approved":false}
```
# SCESIM usage
# Test Scenario usage

Scesim+rules project created inside Business central should work, with the following requirements:
Test Scenario + rules project created inside Business central should work, with the following requirements:
1. use the pom as defined in the current project

## Caveat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>rules-legacy-scesim-quarkus-example</artifactId>
<name>Kogito Example :: Rules Legacy API HELLO - Quarkus :: SCESIM</name>
<name>Kogito Example :: Rules Legacy API HELLO - Quarkus :: Test Scenario</name>
<properties>
<quarkus-plugin.version>3.8.4</quarkus-plugin.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
# RuleUnit + Spring Boot + SCESIM example
# RuleUnit + Spring Boot + Test Scenario example

## Description

Expand Down Expand Up @@ -96,9 +96,9 @@ Example response:
```json
{"greeting":"bar","approved":false}
```
# SCESIM usage
# Test Scenario usage

Scesim+rules project created inside Business central should work, with the following requirements:
Test Scenario + rules project created inside Business central should work, with the following requirements:
1. use the pom as defined in the current project
2. set the `kogito.sources.keep` variable to `true`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>rules-legacy-scesim-springboot-example</artifactId>
<name>Kogito Example :: Rules Legacy API HELLO - Spring Boot :: SCESIM</name>
<name>Kogito Example :: Rules Legacy API HELLO - Spring Boot :: Test Scenario</name>

<properties>
<version.org.kie.kogito>999-SNAPSHOT</version.org.kie.kogito>
Expand Down

0 comments on commit 10a0f92

Please sign in to comment.