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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+46-46

README.md

+53-54

Themes.md

+30-30

percy/C4_Component Diagram Sample - bigbankplc.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
77
!endif
88

99
LAYOUT_WITH_LEGEND()

percy/C4_Container Diagram Sample - bigbankplc-icons.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
77
!endif
88

99
!define DEVICONS https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/master/devicons

percy/C4_Container Diagram Sample - bigbankplc-styles.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
77
!endif
88

99
SHOW_PERSON_OUTLINE()

percy/C4_Container Diagram Sample - bigbankplc.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
77
!endif
88

99
' LAYOUT_TOP_DOWN()

percy/C4_Container Diagram Sample - message bus.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
77
!endif
88

99
skinparam wrapWidth 200

percy/C4_Container Diagram Sample - techtribesjs.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
77
!endif
88

99
LAYOUT_TOP_DOWN()

percy/C4_Context Diagram Sample - bigbankplc-landscape.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Context.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Context.puml
77
!endif
88

99
'LAYOUT_TOP_DOWN()

percy/C4_Context Diagram Sample - bigbankplc.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Context.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Context.puml
77
!endif
88

99
LAYOUT_WITH_LEGEND()

percy/C4_Context Diagram Sample - enterprise.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Context.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Context.puml
77
!endif
88

99
LAYOUT_TOP_DOWN()

percy/C4_Deployment Diagram Sample - bigbankplc-details.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Deployment.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Deployment.puml
77
!endif
88

99
AddElementTag("fallback", $bgColor="#c0c0c0")

percy/C4_Deployment Diagram Sample - bigbankplc.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Deployment.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Deployment.puml
77
!endif
88

99
AddElementTag("fallback", $bgColor="#c0c0c0")

percy/C4_Dynamic Diagram Sample - bigbankplc.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Dynamic.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Dynamic.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Dynamic.puml
77
!endif
88

99
LAYOUT_WITH_LEGEND()

percy/C4_Sequence Diagram Sample - bigbankplc.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Sequence.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Sequence.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Sequence.puml
77
!endif
88

99
Container(c1, "Single-Page Application", "JavaScript and Angular", "Provides all of the Internet banking functionality to customers via their web browser.")

percy/TestAllAddTags.puml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
66
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Deployment.puml
77
!else
8-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
9-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml
8+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
9+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Deployment.puml
1010
!endif
1111

1212
SetDefaultLegendEntries("person\nsystem\ncontainer\ncomponent\nexternal_person\nexternal_system\nexternal_container\nexternal_component\nnode\nenterprise_boundary\nsystem_boundary\ncontainer_boundary\nboundary")

percy/TestAllElementsWithLegend.puml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
66
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Deployment.puml
77
!else
8-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
9-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml
8+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
9+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Deployment.puml
1010
!endif
1111

1212
SetDefaultLegendEntries("person\nsystem\ncontainer\ncomponent\nexternal_person\nexternal_system\nexternal_container\nexternal_component\nnode\nenterprise_boundary\nsystem_boundary\ncontainer_boundary\nboundary")

percy/TestAllPlantUmlElements.puml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
' !theme C4_green from ./../themes
1414
!include ./../C4_Component.puml
1515
!else
16-
!theme C4_united from https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/themes
17-
' !theme C4_green from https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/themes
18-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
16+
!theme C4_united from https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/themes
17+
' !theme C4_green from https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/themes
18+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
1919
!endif
2020

2121
LAYOUT_TOP_DOWN()

percy/TestBoundaryTagSupport.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
77
!endif
88

99
UpdateBoundaryStyle($bgColor="gold", $fontColor="brown", $borderColor="brown", $sprite="person", $legendSprite="person2,scale=0.3")

percy/TestEmptyLabel.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
77
!endif
88

99
LAYOUT_TOP_DOWN()

percy/TestFloatingLegend.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
77
!endif
88

99
Person(a, "Person A")

percy/TestLabelsWithLineBreak.puml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
55
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Deployment.puml
66
!else
7-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
8-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml
7+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
8+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Deployment.puml
99
!endif
1010

1111
Enterprise_Boundary(eb, "Enterprise\nBoundary") {
@@ -30,7 +30,7 @@ Node(n2, "A node label", "PlantUML packages have no automatic line breaks, type
3030
!if %variable_exists("RELATIVE_INCLUDE")
3131
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Dynamic.puml
3232
!else
33-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Dynamic.puml
33+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Dynamic.puml
3434
!endif
3535

3636
Component(from, "From component")

percy/TestLayDirections.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
77
!endif
88

99
HIDE_STEREOTYPE()

percy/TestLayoutLandscape.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
77
!endif
88

99
LAYOUT_LANDSCAPE()

percy/TestLayoutLandscapeDynamic.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Dynamic.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Dynamic.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Dynamic.puml
77
!endif
88

99
LAYOUT_LANDSCAPE()

percy/TestLegend.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
77
!endif
88

99
' person legend displays the correct sprite

percy/TestLegendDetailsNone.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
77
!endif
88
' $legendText with \n defines the label and details of the legend entry ("backend container" is label, "eight sided shape" is details)
99
AddElementTag("backendContainer", $fontColor=$ELEMENT_FONT_COLOR, $bgColor="#335DA5", $shape=EightSidedShape(), $legendText="backend container\neight sided shape")

percy/TestLegendDetailsNormal.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
77
!endif
88
' $legendText with \n defines the label and details of the legend entry ("backend container" is label, "eight sided shape" is details)
99
AddElementTag("backendContainer", $fontColor=$ELEMENT_FONT_COLOR, $bgColor="#335DA5", $shape=EightSidedShape(), $legendText="backend container\neight sided shape")

percy/TestLegendDetailsSmall.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Container.puml
77
!endif
88
' $legendText with \n defines the label and details of the legend entry ("backend container" is label, "eight sided shape" is details)
99
AddElementTag("backendContainer", $fontColor=$ELEMENT_FONT_COLOR, $bgColor="#335DA5", $shape=EightSidedShape(), $legendText="backend container\neight sided shape")

percy/TestLegendHidden.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
77
!endif
88

99
AddElementTag("shapeRound", $shape=$ROUNDED_BOX)

percy/TestLegendSprite.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
77
!endif
88

99
!define osaPuml https://raw.githubusercontent.com/Crashedmind/PlantUML-opensecurityarchitecture2-icons/master

percy/TestPersonOutline.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Deployment.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Deployment.puml
77
!endif
88

99
!$COLOR_A_5 = "#7f3b08"

percy/TestPersonPortrait.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Deployment.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Deployment.puml
77
!endif
88

99

percy/TestPredefinedSprites.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
77
!endif
88

99
Person(pB, "Sam", $sprite="person2")

percy/TestProperty.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Deployment.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Deployment.puml
77
!endif
88

99
' default header Property, Value

percy/TestRelations.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Component.puml
77
!endif
88

99
System(RelFrom, RelFrom)

percy/TestRelationsDynamic.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!if %variable_exists("RELATIVE_INCLUDE")
44
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Dynamic.puml
55
!else
6-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Dynamic.puml
6+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.10.0/C4_Dynamic.puml
77
!endif
88

99
System(RelFrom, RelFrom)

0 commit comments

Comments
 (0)