Skip to content

Commit b16f898

Browse files
committed
Release v1.7.1
1 parent 7be5c47 commit b16f898

63 files changed

Lines changed: 13 additions & 13 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.7.0</version>
9+
<version>1.7.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>GraphCompose Build Aggregator</name>

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.7.0</version>
10+
<version>1.7.1</version>
1111
<relativePath>../aggregator/pom.xml</relativePath>
1212
</parent>
1313

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.7.0</version>
10+
<version>1.7.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.7.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.7.0</version>
9+
<version>1.7.1</version>
1010

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

web/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"applicationSubCategory": "Library",
5858
"operatingSystem": "Cross-platform (JVM 21+)",
5959
"programmingLanguage": "Java",
60-
"softwareVersion": "1.7.0",
60+
"softwareVersion": "1.7.1",
6161
"url": "https://demchaav.github.io/GraphCompose/",
62-
"downloadUrl": "https://central.sonatype.com/artifact/io.github.demchaav/graph-compose/1.7.0",
62+
"downloadUrl": "https://central.sonatype.com/artifact/io.github.demchaav/graph-compose/1.7.1",
6363
"image": "https://demchaav.github.io/GraphCompose/assets/logo/graphcompose-logo.png",
6464
"license": "https://github.com/DemchaAV/GraphCompose/blob/main/LICENSE",
6565
"author": {
@@ -168,7 +168,7 @@
168168
<main id="top">
169169
<section class="hero section-shell" aria-labelledby="hero-title">
170170
<div class="hero-copy">
171-
<p class="eyebrow">Java &middot; v1.7.0 &middot; MIT</p>
171+
<p class="eyebrow">Java &middot; v1.7.1 &middot; MIT</p>
172172
<h1 id="hero-title">Java PDF layout engine for structured business documents.</h1>
173173
<p class="hero-lead">Describe documents. Render polished PDFs. A semantic layout engine for Java services that need <b>structured, paginated, theme-driven</b> output &mdash; CVs, invoices, proposals, reports.</p>
174174
<p class="hero-text">No drawing API. No pixel arithmetic. You compose <code>ParagraphNode</code>, <code>TableNode</code>, <code>SectionNode</code>; GraphCompose handles measurement, pagination, fonts, and PDFBox rendering.</p>
@@ -233,14 +233,14 @@ <h4>Maven</h4>
233233
<pre class="language-xml"><code class="language-xml">&lt;dependency&gt;
234234
&lt;groupId&gt;io.github.demchaav&lt;/groupId&gt;
235235
&lt;artifactId&gt;graph-compose&lt;/artifactId&gt;
236-
&lt;version&gt;1.7.0&lt;/version&gt;
236+
&lt;version&gt;1.7.1&lt;/version&gt;
237237
&lt;/dependency&gt;</code></pre>
238238
</div>
239239
<div class="install-block">
240240
<h4>Gradle</h4>
241241
<pre class="language-groovy"><code class="language-groovy">dependencies {
242242
implementation(
243-
'io.github.demchaav:graph-compose:1.7.0'
243+
'io.github.demchaav:graph-compose:1.7.1'
244244
)
245245
}</code></pre>
246246
</div>
-8 Bytes
Binary file not shown.
-38 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)