Skip to content

Commit dbfa700

Browse files
committed
Release v1.9.1
1 parent 33ce8ed commit dbfa700

102 files changed

Lines changed: 108 additions & 99 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 2 additions & 2 deletions

aggregator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.demchaav</groupId>
88
<artifactId>graph-compose-build</artifactId>
9-
<version>1.9.0</version>
9+
<version>1.9.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>GraphCompose Build Aggregator</name>
-447 Bytes

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.demchaav</groupId>
99
<artifactId>graph-compose-build</artifactId>
10-
<version>1.9.0</version>
10+
<version>1.9.1</version>
1111
<relativePath>../aggregator/pom.xml</relativePath>
1212
</parent>
1313

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
line. The graph-compose dependency below uses ${project.version}, so it
2626
follows automatically.
2727
-->
28-
<version>1.9.0</version>
28+
<version>1.9.1</version>
2929
<packaging>pom</packaging>
3030

3131
<name>GraphCompose Bundle</name>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.demchaav</groupId>
99
<artifactId>graph-compose-build</artifactId>
10-
<version>1.9.0</version>
10+
<version>1.9.1</version>
1111
<relativePath>../aggregator/pom.xml</relativePath>
1212
</parent>
1313

examples/src/main/java/com/demcha/examples/support/ShowcaseMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class ShowcaseMetadata {
3333
// on develop). At release time switch this to the published tag
3434
// (e.g. "v1.6.0") so users browsing the deployed site land on the
3535
// exact source that produced the artefacts.
36-
private static final String GH_BASE = "https://github.com/DemchaAV/GraphCompose/blob/develop";
36+
private static final String GH_BASE = "https://github.com/DemchaAV/GraphCompose/blob/v1.9.1";
3737
private static final String EX_BASE = GH_BASE + "/examples/src/main/java/com/demcha/examples";
3838

3939
record Entry(String title, String description, List<String> tags, String codeUrl) {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.demchaav</groupId>
88
<artifactId>graph-compose</artifactId>
9-
<version>1.9.0</version>
9+
<version>1.9.1</version>
1010

1111
<name>GraphCompose</name>
1212
<description>A declarative layout engine for programmatic document generation, implemented primarily in Java.</description>

web/examples.json

Lines changed: 94 additions & 85 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)