This repository was archived by the owner on Jan 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/test/java/com/structurizr/graphviz Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ compileTestJava.options.encoding = 'UTF-8'
21
21
sourceCompatibility = 1.8
22
22
targetCompatibility = 1.8
23
23
24
- description = ' Automatic facilities for Structurizr views'
24
+ description = ' Automatic layout facilities for Structurizr views'
25
25
group = ' com.structurizr'
26
26
version = ' 2.0.0'
27
27
@@ -61,7 +61,7 @@ publishing {
61
61
62
62
pom {
63
63
name = ' structurizr-graphviz'
64
- description = ' Automatic facilities for Structurizr views'
64
+ description = ' Automatic layout facilities for Structurizr views'
65
65
url = ' https://github.com/structurizr/graphviz'
66
66
67
67
scm {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 2.0.0 (unreleased )
3
+ ## 2.0.0 (31st March 2023 )
4
4
5
5
- Switched to using the [ https://github.com/structurizr/export ] (structurizr-export library) for generating DOT files.
6
6
Original file line number Diff line number Diff line change @@ -611,7 +611,6 @@ public void test_AmazonWebServicesExample() throws Exception {
611
611
"}" ;
612
612
613
613
assertEquals (expectedResult , content );
614
-
615
614
}
616
615
617
616
}
You can’t perform that action at this time.
0 commit comments