Skip to content

Commit fcf5ebe

Browse files
authored
Merge pull request #433 from GwtMaterialDesign/release_1.6.0
1.6.0 Release - Version Update
2 parents b0a79e6 + 4ea7474 commit fcf5ebe

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,37 @@
77

88

99
## Demo
10-
* [1.5.1 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
11-
* [1.5.2 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
10+
* [1.6.0 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
11+
* [2.0 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
1212

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

1717

1818
## Maven
19-
### Current Version 1.5.1
19+
### Current Version 1.6.0
2020
```xml
2121
<dependency>
2222
<groupId>com.github.gwtmaterialdesign</groupId>
2323
<artifactId>gwt-material</artifactId>
24-
<version>1.5.1</version>
24+
<version>1.6.0</version>
2525
</dependency>
2626
```
27-
### Snapshot Version 1.5.2-SNAPSHOT
27+
### Snapshot Version 2.0-SNAPSHOT
2828
```xml
2929
<dependency>
3030
<groupId>com.github.gwtmaterialdesign</groupId>
3131
<artifactId>gwt-material</artifactId>
32-
<version>1.5.2-SNAPSHOT</version>
32+
<version>2.0-SNAPSHOT</version>
3333
</dependency>
3434
```
3535

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

3939
## Current Snapshot
40-
1.5.2-SNAPSHOT
40+
2.0-SNAPSHOT
4141

4242
### Migration
4343
[Migrating from 1.3 to 1.4](https://github.com/GwtMaterialDesign/gwt-material/wiki/Migrating-from-1.3-to-1.4)

gwt-material/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>gwt-material-parent</artifactId>
55
<groupId>com.github.gwtmaterialdesign</groupId>
6-
<version>1.6.0-SNAPSHOT</version>
6+
<version>1.6.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.gwtmaterialdesign</groupId>
66
<artifactId>gwt-material-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.6.0-SNAPSHOT</version>
8+
<version>1.6.0</version>
99

1010
<modules>
1111
<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>v1.6.0-SNAPSHOT</tag>
65+
<tag>v1.6.0</tag>
6666
</scm>
6767

6868
<licenses>

0 commit comments

Comments
 (0)