Skip to content

Commit 499a8f1

Browse files
committed
Create release (branch) v2.10.0
1 parent b95dc5a commit 499a8f1

File tree

74 files changed

+228
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+228
-229
lines changed

C4.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
' ##################################
1414
!function C4Version()
1515
' 2 spaces and ' are used as unique marker, that the release scripts makes the correct version update
16-
!$c4Version = "2.10.0beta1"
16+
!$c4Version = "2.10.0"
1717
!return $c4Version
1818
!end function
1919

C4_Component.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4_Container.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
66
!endif
77

88
' Scope: A single container.

C4_Container.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4_Context.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Context.puml
66
!endif
77

88
' Scope: A single software system.

C4_Context.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4.puml
66
!endif
77

88
' Scope: A single software system.

C4_Deployment.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4_Container.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
66
!endif
77

88
' Colors

C4_Dynamic.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4_Component.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
66
!endif
77

88
' Scope: Interactions in an enterprise, software system or container.

C4_Sequence.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4_Component.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
66
!endif
77

88
' Scope: Interactions in an enterprise, software system or container.

LayoutOptions.md

Lines changed: 46 additions & 46 deletions

README.md

Lines changed: 53 additions & 54 deletions

Themes.md

Lines changed: 30 additions & 30 deletions

0 commit comments

Comments
 (0)