Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 29688e7

Browse files
Updated for release.
1 parent 31eb81b commit 29688e7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ compileTestJava.options.encoding = 'UTF-8'
2121
sourceCompatibility = 1.8
2222
targetCompatibility = 1.8
2323

24-
description = 'Automatic facilities for Structurizr views'
24+
description = 'Automatic layout facilities for Structurizr views'
2525
group = 'com.structurizr'
2626
version = '2.0.0'
2727

@@ -61,7 +61,7 @@ publishing {
6161

6262
pom {
6363
name = 'structurizr-graphviz'
64-
description = 'Automatic facilities for Structurizr views'
64+
description = 'Automatic layout facilities for Structurizr views'
6565
url = 'https://github.com/structurizr/graphviz'
6666

6767
scm {

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.0.0 (unreleased)
3+
## 2.0.0 (31st March 2023)
44

55
- Switched to using the [https://github.com/structurizr/export](structurizr-export library) for generating DOT files.
66

src/test/java/com/structurizr/graphviz/DOTExporterTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,6 @@ public void test_AmazonWebServicesExample() throws Exception {
611611
"}";
612612

613613
assertEquals(expectedResult, content);
614-
615614
}
616615

617616
}

0 commit comments

Comments
 (0)