Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
try0 committed Jan 19, 2019
1 parent 51d4998 commit e0244d3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# wicket-toastr

|build |coverage |repository |
|:--|:--|:--|
|[![Build Status](https://travis-ci.org/try0/wicket-toastr.svg?branch=master)](https://travis-ci.org/try0/wicket-toastr)|[![codecov](https://codecov.io/gh/try0/wicket-toastr/branch/master/graph/badge.svg)](https://codecov.io/gh/try0/wicket-toastr)|[![Maven Central](https://img.shields.io/maven-central/v/jp.try0.wicket/wicket-toastr-core.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22jp.try0.wicket%22%20AND%20a:%22wicket-toastr-core%22)|

[![Build Status](https://travis-ci.org/try0/wicket-toastr.svg?branch=master)](https://travis-ci.org/try0/wicket-toastr)
[![codecov](https://codecov.io/gh/try0/wicket-toastr/branch/master/graph/badge.svg)](https://codecov.io/gh/try0/wicket-toastr)
[![Maven Central](https://img.shields.io/maven-central/v/jp.try0.wicket/wicket-toastr-core.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22jp.try0.wicket%22%20AND%20a:%22wicket-toastr-core%22)



Expand All @@ -16,7 +17,7 @@ Also, you can display toast manually without use feedback message.
## Version
| |toastr |wicket |
|--:|--:|--:|
|1.0.1 |2.1.4 |8.x |
|1.0.2 |2.1.4 |8.x |



Expand All @@ -25,7 +26,7 @@ Also, you can display toast manually without use feedback message.
<dependency>
<groupId>jp.try0.wicket</groupId>
<artifactId>wicket-toastr-core</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jp.try0.wicket</groupId>
<artifactId>wicket-toastr-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>

<name>wicket-toastr-parent</name>
Expand Down
2 changes: 1 addition & 1 deletion wicket-toastr-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>jp.try0.wicket</groupId>
<artifactId>wicket-toastr-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-toastr-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions wicket-toastr-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>jp.try0.wicket</groupId>
<artifactId>wicket-toastr-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@

<properties>
<wicket-bootstrap.version>2.0.4</wicket-bootstrap.version>
<wicket-toastr.version>1.1.0-SNAPSHOT</wicket-toastr.version>
<wicket-toastr.version>1.0.2</wicket-toastr.version>
<jetty9.version>9.4.7.v20170914</jetty9.version>
<slf4j.version>1.7.25</slf4j.version>
</properties>
Expand Down

0 comments on commit e0244d3

Please sign in to comment.