Skip to content

Commit f6a566e

Browse files
committed
Update version example number
1 parent 7492acb commit f6a566e

File tree

1 file changed

+2
-2
lines changed
  • documentation/developer-guide/modules/tooling-guide/pages

1 file changed

+2
-2
lines changed

documentation/developer-guide/modules/tooling-guide/pages/samm-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Please consider the following model fragment, with the attention focused on the
344344

345345
[source,turtle,subs="attributes+,+quotes"]
346346
----
347-
@prefix : <urn:samm:{example-ns}.myapplication:1.0.0#> . # <1>
347+
@prefix : <urn:samm:{example-ns}.myapplication:2.0.0#> . # <1>
348348
@prefix samm: <{samm}> .
349349
350350
:Test a samm:Aspect; # <3>
@@ -744,7 +744,7 @@ Please consider the following model fragment, with the attention focused on the
744744

745745
[source,turtle,subs="attributes+,+quotes"]
746746
----
747-
@prefix : <urn:samm:{example-ns}.myapplication:1.0.0#> . # <1>
747+
@prefix : <urn:samm:{example-ns}.myapplication:2.0.0#> . # <1>
748748
@prefix samm: <{samm}> .
749749
750750
:Movement a samm:Aspect ; # <3>

0 commit comments

Comments
 (0)