Skip to content

Commit

Permalink
Merge pull request #712 from GwtMaterialDesign/release_2.0
Browse files Browse the repository at this point in the history
Official 2.0 release
  • Loading branch information
kevzlou7979 committed Nov 3, 2017
2 parents c135530 + 604a1e4 commit 92f8da4
Show file tree
Hide file tree
Showing 45 changed files with 741 additions and 627 deletions.
13 changes: 6 additions & 7 deletions README.md
Expand Up @@ -7,30 +7,29 @@
<br/>

## Demo
* [2.0-rc7 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
* [2.0 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
* [2.1 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/2.1/)
* [2.0 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
* [2.1 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)

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


## Maven
### Current Version 2.0-rc7
### Current Version 2.0
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material</artifactId>
<version>2.0-rc7</version>
<version>2.0</version>
</dependency>
```
### Snapshot Version 2.0-SNAPSHOT
### Snapshot Version 2.1-SNAPSHOT
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions gwt-material/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>2.0-rc7</version>
<version>2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-jquery</artifactId>
<version>2.0-rc7</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
Expand Down

0 comments on commit 92f8da4

Please sign in to comment.