Skip to content

Commit

Permalink
Merge pull request #433 from GwtMaterialDesign/release_1.6.0
Browse files Browse the repository at this point in the history
1.6.0 Release - Version Update
  • Loading branch information
kevzlou7979 authored Aug 25, 2016
2 parents b0a79e6 + 4ea7474 commit fcf5ebe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,37 @@


## Demo
* [1.5.1 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
* [1.5.2 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
* [1.6.0 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
* [2.0 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 1.5.1
### Current Version 1.6.0
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material</artifactId>
<version>1.5.1</version>
<version>1.6.0</version>
</dependency>
```
### Snapshot Version 1.5.2-SNAPSHOT
### Snapshot Version 2.0-SNAPSHOT
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
</dependency>
```

## Changelog
You can find lists of features by version <a href="https://github.com/GwtMaterialDesign/gwt-material/wiki/Changelog">here</a>.

## Current Snapshot
1.5.2-SNAPSHOT
2.0-SNAPSHOT

### Migration
[Migrating from 1.3 to 1.4](https://github.com/GwtMaterialDesign/gwt-material/wiki/Migrating-from-1.3-to-1.4)
Expand Down
2 changes: 1 addition & 1 deletion gwt-material/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-parent</artifactId>
<packaging>pom</packaging>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>

<modules>
<module>gwt-material</module>
Expand Down Expand Up @@ -62,7 +62,7 @@
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</connection>
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</developerConnection>
<url>http://github.com/GwtMaterialDesign/gwt-material</url>
<tag>v1.6.0-SNAPSHOT</tag>
<tag>v1.6.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit fcf5ebe

Please sign in to comment.