Skip to content

Commit

Permalink
Updated the traceability message format version to 1.4 and latest Ope…
Browse files Browse the repository at this point in the history
…nModelica test case
  • Loading branch information
alash325 committed Sep 26, 2017
1 parent 52a7064 commit 4a398f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Traceability/TraceabilityInformationURI.cpp
Expand Up @@ -26,7 +26,7 @@ void TraceabilityInformationURI::translateModelCreationURIToJsonMessageFormat(QS
QString jsonMessageFormat = QString("{\"rdf:RDF\" : {\n"
" \"xmlns:rdf\" : \"http://www.w3.org/1999/02/22-rdf-syntax-ns#\",\n"
" \"xmlns:prov\": \"http://www.w3.org/ns/prov#\",\n"
" \"messageFormatVersion\": \"1.3\",\n"
" \"messageFormatVersion\": \"1.4\",\n"
" \"prov:Entity\": [\n"
" {\n"
" \"rdf:about\": \"%4\",\n"
Expand Down Expand Up @@ -71,7 +71,7 @@ void TraceabilityInformationURI::translateURIToJsonMessageFormat(QString modelin
QString jsonMessageFormat = QString("{\"rdf:RDF\" : {\n"
" \"xmlns:rdf\" : \"http://www.w3.org/1999/02/22-rdf-syntax-ns#\",\n"
" \"xmlns:prov\": \"http://www.w3.org/ns/prov#\",\n"
" \"messageFormatVersion\": \"1.3\",\n"
" \"messageFormatVersion\": \"1.4\",\n"
" \"prov:Entity\": [\n"
" {\n"
" \"rdf:about\": \"%2\",\n"
Expand Down

0 comments on commit 4a398f7

Please sign in to comment.