Skip to content

Commit 2e1859d

Browse files
committed
Preparation for 2.0-rc1 release
1 parent 2ffe5ef commit 2e1859d

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@
66
<br/>
77

88
## Demo
9-
* [1.6.0 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
10-
* [2.0 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
9+
* [2.0-rc1 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
10+
* [2.1 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
1111

1212
## Documentation
1313
Support documentation can be found [here](https://github.com/GwtMaterialDesign/gwt-material/wiki) <br/>
1414
We created <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs" > Java Docs </a> for developers
1515

1616

1717
## Maven
18-
### Current Version 1.6.2
18+
### Current Version 2.0-rc1
1919
```xml
2020
<dependency>
2121
<groupId>com.github.gwtmaterialdesign</groupId>
2222
<artifactId>gwt-material</artifactId>
23-
<version>1.6.2</version>
23+
<version>2.0-rc1</version>
2424
</dependency>
2525
```
26-
### Snapshot Version 2.0-SNAPSHOT
26+
### Snapshot Version 2.1-SNAPSHOT
2727
```xml
2828
<dependency>
2929
<groupId>com.github.gwtmaterialdesign</groupId>
3030
<artifactId>gwt-material</artifactId>
31-
<version>2.0-SNAPSHOT</version>
31+
<version>2.1-SNAPSHOT</version>
3232
</dependency>
3333
```
3434

@@ -37,6 +37,7 @@ You can find lists of features by version <a href="https://github.com/GwtMateria
3737

3838
### Migration
3939
[Migrating from 1.3 to 1.4](https://github.com/GwtMaterialDesign/gwt-material/wiki/Migrating-from-1.3-to-1.4)
40+
[Migrating from 1.x to 2.0](https://github.com/GwtMaterialDesign/gwt-material/wiki/2.0---API-Changes)
4041

4142
## License
4243
[Apache 2.0 License](https://github.com/GwtMaterialDesign/gwt-material/blob/master/LICENSE)
@@ -53,7 +54,10 @@ Please follow the [contribution document](https://github.com/GwtMaterialDesign/g
5354
<ul>
5455
<li><a href="https://github.com/GwtMaterialDesign/gwt-material-addins" >Addins</a></li>
5556
<li><a href="https://github.com/GwtMaterialDesign/gwt-material-themes" >Themes</a></li>
57+
<li><a href="https://github.com/GwtMaterialDesign/gwt-material-jquery" >JQuery</a></li>
58+
<li><a href="https://github.com/GwtMaterialDesign/gwt-material-table" >Table</a></li>
5659
<li><a href="https://github.com/GwtMaterialDesign/gwt-material-demo" >Demo</a></li>
60+
<li><a href="https://github.com/GwtMaterialDesign/gwt-material-demo-errai" >Errai Demo</a></li>
5761
<li><a href="https://github.com/GwtMaterialDesign/gwt-material-template" >Starter</a></li>
5862
<li><a href="https://github.com/GwtMaterialDesign/gwt-material-patterns" >Patterns</a></li>
5963
</ul>

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-rc1</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>1.0-SNAPSHOT</version>
20+
<version>1.0-rc1</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-rc1</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-rc1</tag>
6767
</scm>
6868

6969
<licenses>

0 commit comments

Comments
 (0)