Skip to content

Commit

Permalink
Set next development version 1.8.3-SNAPSHOT
Browse files Browse the repository at this point in the history
Update Maven Central badges in READMEs to resolve latest available (dynamically).
  • Loading branch information
stanio committed Nov 21, 2023
1 parent 77b1768 commit c735d7f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>io.github.stanio</groupId>
<artifactId>xbrz-java</artifactId>
<version>1.8.2</version>
<version>1.8.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>xBRZ for Java Reactor</name>
Expand Down Expand Up @@ -36,7 +36,7 @@

<scm child.scm.connection.inherit.append.path="false">
<connection>scm:git:https://github.com/stanio/xbrz-java.git</connection>
<tag>1.8.2</tag>
<tag>HEAD</tag>
<url>https://github.com/stanio/xbrz-java/tree/${project.scm.tag}</url>
</scm>

Expand Down
2 changes: 1 addition & 1 deletion xbrz-awt/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# xBRZ for Java AWT Images

[![xbrz-awt:1.8.2](https://img.shields.io/badge/xbrz--awt-1.8.2-blue?style=flat-square)](https://central.sonatype.com/artifact/io.github.stanio/xbrz-awt/1.8.2)
[![xbrz-awt](https://img.shields.io/maven-central/v/io.github.stanio/xbrz-awt?label=xbrz-awt&logo=openjdk&logoColor=silver)](https://central.sonatype.com/artifact/io.github.stanio/xbrz-awt)

Depends on [xbrz-core](../xbrz-core).

Expand Down
2 changes: 1 addition & 1 deletion xbrz-awt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.stanio</groupId>
<artifactId>xbrz-java</artifactId>
<version>1.8.2</version>
<version>1.8.3-SNAPSHOT</version>
</parent>
<artifactId>xbrz-awt</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion xbrz-core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# xBRZ for Java Core Library

[![xbrz-core:1.8.2](https://img.shields.io/badge/xbrz--core-1.8.2-blue?style=flat-square)](https://central.sonatype.com/artifact/io.github.stanio/xbrz-core/1.8.2)
[![xbrz-core](https://img.shields.io/maven-central/v/io.github.stanio/xbrz-core?label=xbrz-core&logo=openjdk&logoColor=silver)](https://central.sonatype.com/artifact/io.github.stanio/xbrz-core)

Self-contained (no dependencies). For using with Java AWT images one may consider [xbrz-awt](../xbrz-awt).

Expand Down
2 changes: 1 addition & 1 deletion xbrz-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.stanio</groupId>
<artifactId>xbrz-java</artifactId>
<version>1.8.2</version>
<version>1.8.3-SNAPSHOT</version>
</parent>
<artifactId>xbrz-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion xbrz-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.stanio</groupId>
<artifactId>xbrz-java</artifactId>
<version>1.8.2</version>
<version>1.8.3-SNAPSHOT</version>
</parent>
<artifactId>xbrz-tool</artifactId>

Expand Down

0 comments on commit c735d7f

Please sign in to comment.