Skip to content

Commit bb6ff64

Browse files
committed
Create release (branch) v2.7.0
1 parent d39c4d0 commit bb6ff64

File tree

71 files changed

+219
-220
lines changed

Some content is hidden

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

71 files changed

+219
-220
lines changed

C4.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
' ##################################
55
!function C4Version()
66
' 2 spaces and ' are used as unique marker, that the release scripts makes the correct version update
7-
!$c4Version = "2.6.1beta1"
7+
!$c4Version = "2.7.0"
88
!return $c4Version
99
!end function
1010

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.7.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.7.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.7.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.7.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.7.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.7.0/C4_Component.puml
66
!endif
77

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

LayoutOptions.md

+43-43

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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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/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.7.0/C4_Component.puml
9+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.7.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/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.7.0/C4_Component.puml
77
!endif
88

99
UpdateBoundaryStyle($bgColor="gold", $fontColor="brown", $borderColor="brown")

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.7.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.7.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.7.0/C4_Component.puml
8+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.0/C4_Component.puml
77
!endif
88

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

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.7.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.7.0/C4_Dynamic.puml
77
!endif
88

99
System(RelFrom, RelFrom)

percy/TestRelationsTags.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.7.0/C4_Component.puml
77
!endif
88

99
UpdateRelStyle(gray, gray)

percy/TestSequenceSkinparams.puml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
' !theme C4_FirstTest from %get_variable_value("RELATIVE_INCLUDE")/themes
88
!theme $UseTheme from ./../themes
99
!else
10-
!theme $UseTheme from https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/themes
10+
!theme $UseTheme from https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.7.0/themes
1111
!endif
1212

1313
' <<<<<<<<<<<<<<<<<< PART OF THEME
@@ -68,7 +68,7 @@ sequenceDiagram {
6868
!if %variable_exists("RELATIVE_INCLUDE")
6969
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Sequence.puml
7070
!else
71-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Sequence.puml
71+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.7.0/C4_Sequence.puml
7272
!endif
7373

7474
SHOW_INDEX(true)

percy/TestSketchStyle.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include %get_variable_value("RELATIVE_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.7.0/C4_Container.puml
66
!endif
77

88
SET_SKETCH_STYLE($bgColor="lightblue", $fontColor="darkblue", $warningColor="darkred", $footerWarning="Sketch", $footerText="Created for discussion")

0 commit comments

Comments
 (0)