Skip to content

Commit 6932735

Browse files
committed
Updated pom.xml and README for 1.5.3 release
1 parent 07ce83f commit 6932735

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
#gwt-material-demo [![Build Status](https://travis-ci.org/GwtMaterialDesign/gwt-material-demo.svg?branch=master)](https://travis-ci.org/GwtMaterialDesign/gwt-material-demo)
33
Demo application to show the features of the [gwt-material](https://github.com/GwtMaterialDesign/gwt-material) library.
44

5-
### Release 1.5.1 Demo
5+
### Release 1.5.3 Demo
66
[http://gwtmaterialdesign.github.io/gwt-material-demo](http://gwtmaterialdesign.github.io/gwt-material-demo)
77
```xml
88
<dependency>
99
<groupId>com.github.gwtmaterialdesign</groupId>
1010
<artifactId>gwt-material-demo</artifactId>
11-
<version>1.5.1</version>
11+
<version>1.5.3</version>
1212
</dependency>
1313
```
1414

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,17 +188,17 @@
188188
<dependency>
189189
<groupId>com.github.gwtmaterialdesign</groupId>
190190
<artifactId>gwt-material</artifactId>
191-
<version>${gwt-material.version}</version>
191+
<version>1.5.3</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>com.github.gwtmaterialdesign</groupId>
195195
<artifactId>gwt-material-themes</artifactId>
196-
<version>${gwt-material.version}</version>
196+
<version>1.5.2</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>com.github.gwtmaterialdesign</groupId>
200200
<artifactId>gwt-material-addins</artifactId>
201-
<version>${gwt-material.version}</version>
201+
<version>1.5.2</version>
202202
</dependency>
203203

204204
<!-- App Engine -->

0 commit comments

Comments
 (0)