Skip to content

Commit d1ee07b

Browse files
committed
chore(release): open 2.1.1-SNAPSHOT + restore /blob/develop showcase links
1 parent 58ad29c commit d1ee07b

15 files changed

Lines changed: 102 additions & 102 deletions

File tree

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>2.1.0</version>
10+
<version>2.1.1-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
graph-compose and graph-compose-templates dependencies below use
3333
${project.version}, so they follow automatically.
3434
-->
35-
<version>2.1.0</version>
35+
<version>2.1.1-SNAPSHOT</version>
3636
<packaging>jar</packaging>
3737

3838
<name>GraphCompose Bundle</name>

core/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-core</artifactId>
9-
<version>2.1.0</version>
9+
<version>2.1.1-SNAPSHOT</version>
1010

1111
<name>GraphCompose Core</name>
1212
<description>A declarative layout engine for programmatic document generation, implemented primarily in Java. This is the lean engine coordinate; depend on the `graph-compose` artifact for the drop-in, PDF-capable install.</description>

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>io.github.demchaav</groupId>
3131
<artifactId>graph-compose-build</artifactId>
32-
<version>2.1.0</version>
32+
<version>2.1.1-SNAPSHOT</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

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>2.1.0</version>
10+
<version>2.1.1-SNAPSHOT</version>
1111
<relativePath>../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/v2.1.0";
36+
private static final String GH_BASE = "https://github.com/DemchaAV/GraphCompose/blob/develop";
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-build</artifactId>
9-
<version>2.1.0</version>
9+
<version>2.1.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>GraphCompose Build Aggregator</name>

qa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.demchaav</groupId>
2424
<artifactId>graph-compose-build</artifactId>
25-
<version>2.1.0</version>
25+
<version>2.1.1-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

render-docx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
<groupId>io.github.demchaav</groupId>
2121
<artifactId>graph-compose-render-docx</artifactId>
22-
<version>2.1.0</version>
22+
<version>2.1.1-SNAPSHOT</version>
2323

2424
<name>GraphCompose Render — DOCX</name>
2525
<description>Semantic DOCX export backend for GraphCompose, backed by Apache POI.</description>

render-pdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
-->
2626
<groupId>io.github.demchaav</groupId>
2727
<artifactId>graph-compose-render-pdf</artifactId>
28-
<version>2.1.0</version>
28+
<version>2.1.1-SNAPSHOT</version>
2929

3030
<name>GraphCompose Render — PDF</name>
3131
<description>The PDFBox-backed PDF render backend for GraphCompose.</description>

0 commit comments

Comments
 (0)