Skip to content

Commit 6f32db2

Browse files
committed
Preparation for 2.0-rc5 release. Validation Completed
1 parent e3390e7 commit 6f32db2

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<img src="http://i.imgur.com/VaBxpGj.png" />
22
<h2>gwt-material</h2>
33
<p>A Google Material Design wrapper for GWT</p>
4+
45
[![Build Status](https://travis-ci.org/GwtMaterialDesign/gwt-material.svg?branch=master)](https://travis-ci.org/GwtMaterialDesign/gwt-material) [![Join the chat at https://gitter.im/GwtMaterialDesign/gwt-material](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/GwtMaterialDesign/gwt-material?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
56

67
<br/>
78

89
## Demo
9-
* [2.0-rc4 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
10+
* [2.0-rc5 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
1011
* [2.0 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
1112
* [2.1 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/2.1/)
1213

@@ -16,12 +17,12 @@ We created <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs
1617

1718

1819
## Maven
19-
### Current Version 2.0-rc4
20+
### Current Version 2.0-rc5
2021
```xml
2122
<dependency>
2223
<groupId>com.github.gwtmaterialdesign</groupId>
2324
<artifactId>gwt-material</artifactId>
24-
<version>2.0-rc4</version>
25+
<version>2.0-rc5</version>
2526
</dependency>
2627
```
2728
### Snapshot Version 2.0-SNAPSHOT

gwt-material/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>gwt-material-parent</artifactId>
66
<groupId>com.github.gwtmaterialdesign</groupId>
7-
<version>2.0-SNAPSHOT</version>
7+
<version>2.0-rc5</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.github.gwtmaterialdesign</groupId>
1919
<artifactId>gwt-material-jquery</artifactId>
20-
<version>2.0-SNAPSHOT</version>
20+
<version>2.0-rc5</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.google.gwt</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.gwtmaterialdesign</groupId>
77
<artifactId>gwt-material-parent</artifactId>
88
<packaging>pom</packaging>
9-
<version>2.0-SNAPSHOT</version>
9+
<version>2.0-rc5</version>
1010

1111
<modules>
1212
<module>gwt-material</module>
@@ -63,7 +63,7 @@
6363
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</connection>
6464
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</developerConnection>
6565
<url>http://github.com/GwtMaterialDesign/gwt-material</url>
66-
<tag>v2.0-SNAPSHOT</tag>
66+
<tag>v2.0-rc5</tag>
6767
</scm>
6868

6969
<licenses>

0 commit comments

Comments
 (0)