Skip to content

Commit 5b48f51

Browse files
committed
Preparation for 2.0-rc7 release.
1 parent 47ed6d0 commit 5b48f51

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<br/>
88

99
## Demo
10-
* [2.0-rc6 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
10+
* [2.0-rc7 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
1111
* [2.0 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
1212
* [2.1 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/2.1/)
1313

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

1818

1919
## Maven
20-
### Current Version 2.0-rc6
20+
### Current Version 2.0-rc7
2121
```xml
2222
<dependency>
2323
<groupId>com.github.gwtmaterialdesign</groupId>
2424
<artifactId>gwt-material</artifactId>
25-
<version>2.0-rc6</version>
25+
<version>2.0-rc7</version>
2626
</dependency>
2727
```
2828
### Snapshot Version 2.0-SNAPSHOT
@@ -64,6 +64,15 @@ Please follow the [contribution document](https://github.com/GwtMaterialDesign/g
6464
<li><a href="https://github.com/GwtMaterialDesign/gwt-material-patterns" >Patterns</a></li>
6565
</ul>
6666

67+
## JUnit Test
68+
69+
| Project | Number of Tests |
70+
| --- | --- |
71+
| gwt-material | 1545 |
72+
| gwt-material-addins | 1048 |
73+
| gwt-material-table | 100 |
74+
| **Total Unit Tests** | **2693** |
75+
6776
## Testing Platform
6877
<p>Many thanks to BrowserStack for sponsoring our Open Source projects</p>
6978
<a href="https://www.browserstack.com/" target="_blank">

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-rc7</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-rc7</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-rc7</version>
1010

1111
<modules>
1212
<module>gwt-material</module>
@@ -62,7 +62,7 @@
6262
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</connection>
6363
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</developerConnection>
6464
<url>http://github.com/GwtMaterialDesign/gwt-material</url>
65-
<tag>v2.0-SNAPSHOT</tag>
65+
<tag>v2.0-rc7</tag>
6666
</scm>
6767

6868
<licenses>

0 commit comments

Comments
 (0)