Skip to content

Commit eb8df0b

Browse files
BXMSDOC-6219 Changed instances of traffic-violation_1.0.0 to traffic-violation_1.0.0-SNAPSHOT (#161) (#2828)
1 parent 35a03a2 commit eb8df0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc-content/drools-docs/src/main/asciidoc/DMN/dmn-execution-rest-proc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Sample XML output:
160160
[source,xml]
161161
----
162162
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
163-
<response type="SUCCESS" msg="Ok models successfully retrieved from container 'Traffic-Violation_1.0.0'">
163+
<response type="SUCCESS" msg="Ok models successfully retrieved from container 'traffic-violation_1.0.0-SNAPSHOT'">
164164
<dmn-model-info-list>
165165
<model>
166166
<model-namespace>https://github.com/kiegroup/drools/kie-dmn/_60b01f4d-e407-43f7-848e-258723b5fac8</model-namespace>
@@ -363,7 +363,7 @@ Sample JSON output:
363363
----
364364
{
365365
"type" : "SUCCESS",
366-
"msg" : "OK models successfully retrieved from container 'Traffic-Violation_1.0.0'",
366+
"msg" : "OK models successfully retrieved from container 'Traffic-Violation_1.0.0-SNAPSHOT'",
367367
"result" : {
368368
"dmn-model-info-list" : {
369369
"models" : [ {
@@ -751,7 +751,7 @@ Example JSON response:
751751
----
752752
{
753753
"type": "SUCCESS",
754-
"msg": "OK from container 'Traffic-Violation_1.0.0'",
754+
"msg": "OK from container 'Traffic-Violation_1.0.0-SNAPSHOT'",
755755
"result": {
756756
"dmn-evaluation-result": {
757757
"messages": [],

0 commit comments

Comments
 (0)