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

Lines changed: 1 addition & 1 deletion
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

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

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

LayoutOptions.md

Lines changed: 43 additions & 43 deletions

README.md

Lines changed: 53 additions & 54 deletions

Themes.md

Lines changed: 30 additions & 30 deletions

0 commit comments

Comments
 (0)