Skip to content

Commit 6e3df39

Browse files
committed
post-release: README install snippets v1.6.0 → v1.6.1 + showcase links back to /blob/develop
JitPack BUILD SUCCESS for v1.6.1, POM/JAR resolve HTTP 200. Flipping the README install snippets is now safe — new users copying the snippet land on the published artifact. Same commit also runs the post-release ShowcaseSync to point the deployed examples manifest back at /blob/develop, so ongoing v1.7 dev work has linkable View Code buttons again.
1 parent f59c622 commit 6e3df39

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Sits between **iText** (low-level page primitives) and **JasperReports** (XML-te
4949
<dependency>
5050
<groupId>com.github.DemchaAV</groupId>
5151
<artifactId>GraphCompose</artifactId>
52-
<version>v1.6.0</version>
52+
<version>v1.6.1</version>
5353
</dependency>
5454
```
5555

5656
```kotlin
5757
repositories { maven("https://jitpack.io") }
58-
dependencies { implementation("com.github.demchaav:GraphCompose:v1.6.0") }
58+
dependencies { implementation("com.github.demchaav:GraphCompose:v1.6.1") }
5959
```
6060

6161
> **Distribution status** &mdash; currently **JitPack**. Maven Central is planned for v1.7 ([tracking issue](https://github.com/DemchaAV/GraphCompose/issues/7)).

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/v1.6.1";
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) {

0 commit comments

Comments
 (0)