Skip to content

Commit 92ab5ad

Browse files
committed
Release v2.0.0-rc.1
1 parent b3f465f commit 92ab5ad

13 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ Core document APIs stay source- and binary-compatible with v1.8 — v1.9 is
7373
<dependency>
7474
<groupId>io.github.demchaav</groupId>
7575
<artifactId>graph-compose</artifactId>
76-
<version>2.0.0</version>
76+
<version>2.0.0-rc.1</version>
7777
</dependency>
7878
```
7979

8080
```kotlin
81-
dependencies { implementation("io.github.demchaav:graph-compose:2.0.0") }
81+
dependencies { implementation("io.github.demchaav:graph-compose:2.0.0-rc.1") }
8282
```
8383

8484
> **Which artifact? (2.0 module split).** `graph-compose` above is the drop-in default —

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.0.0-SNAPSHOT</version>
10+
<version>2.0.0-rc.1</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.0.0-SNAPSHOT</version>
35+
<version>2.0.0-rc.1</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.0.0-SNAPSHOT</version>
9+
<version>2.0.0-rc.1</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>

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.0.0-SNAPSHOT</version>
10+
<version>2.0.0-rc.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

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.0.0-SNAPSHOT</version>
9+
<version>2.0.0-rc.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>GraphCompose Build Aggregator</name>

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.0.0-SNAPSHOT</version>
22+
<version>2.0.0-rc.1</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.0.0-SNAPSHOT</version>
28+
<version>2.0.0-rc.1</version>
2929

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

render-pptx/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-pptx</artifactId>
22-
<version>2.0.0-SNAPSHOT</version>
22+
<version>2.0.0-rc.1</version>
2323

2424
<name>GraphCompose Render — PPTX</name>
2525
<description>Semantic PPTX export backend for GraphCompose (slide-safe semantic node validation).</description>

templates/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<groupId>io.github.demchaav</groupId>
1919
<artifactId>graph-compose-templates</artifactId>
20-
<version>2.0.0-SNAPSHOT</version>
20+
<version>2.0.0-rc.1</version>
2121

2222
<name>GraphCompose Templates</name>
2323
<description>Built-in CV, cover-letter, invoice, and proposal document templates for GraphCompose.</description>

0 commit comments

Comments
 (0)