Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Apr 7, 2021
1 parent 8299c63 commit df70202
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<a title="Gitter" href="https://gitter.im/DominoKit/domino"><img src="https://badges.gitter.im/Join%20Chat.svg"></a>
[![Development Build Status](https://github.com/DominoKit/domino-history/actions/workflows/deploy.yaml/badge.svg?branch=development)](https://github.com/DominoKit/domino-history/actions/workflows/deploy.yaml/badge.svg?branch=development)
![Maven Central](https://img.shields.io/badge/Release-1.0.0--RC2-green)
![Maven Central](https://img.shields.io/badge/Release-1.0.0--RC3-green)
![Sonatype Nexus (Snapshots)](https://img.shields.io/badge/Snapshot-HEAD--SNAPSHOT-orange)
![GWT3/J2CL compatible](https://img.shields.io/badge/GWT3/J2CL-compatible-brightgreen.svg)

Expand All @@ -17,7 +17,7 @@ A wrapper for browser history state API
<dependency>
<groupId>org.dominokit</groupId>
<artifactId>domino-history-client</artifactId>
<version>1.0.0-RC2</version>
<version>1.0.0-RC3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion domino-history-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dominokit</groupId>
<artifactId>domino-history</artifactId>
<version>1.0.0-RC3</version>
<version>HEAD-SNAPSHOT</version>
</parent>
<packaging>gwt-lib</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion domino-history-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>domino-history</artifactId>
<groupId>org.dominokit</groupId>
<version>1.0.0-RC3</version>
<version>HEAD-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion domino-history-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>domino-history</artifactId>
<groupId>org.dominokit</groupId>
<version>1.0.0-RC3</version>
<version>HEAD-SNAPSHOT</version>
</parent>
<packaging>gwt-lib</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion domino-history-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>domino-history</artifactId>
<groupId>org.dominokit</groupId>
<version>1.0.0-RC3</version>
<version>HEAD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dominokit</groupId>
<artifactId>domino-history</artifactId>
<version>1.0.0-RC3</version>
<version>HEAD-SNAPSHOT</version>
<packaging>pom</packaging>

<name>domino-history</name>
Expand Down

0 comments on commit df70202

Please sign in to comment.