We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf66bbf commit a26976fCopy full SHA for a26976f
.travis.yml
@@ -7,7 +7,7 @@ cache:
7
- $HOME/.m2
8
before_install:
9
# install the gwt-material library before we build the demo
10
-- git clone -b release_1.5.2 https://github.com/GwtMaterialDesign/gwt-material.git
+- git clone -b release_1.5.3 https://github.com/GwtMaterialDesign/gwt-material.git
11
- cd gwt-material
12
- mvn install -DskipTests=true -DdryRun=true
13
- cd ..
pom.xml
@@ -188,7 +188,7 @@
188
<dependency>
189
<groupId>com.github.gwtmaterialdesign</groupId>
190
<artifactId>gwt-material</artifactId>
191
- <version>${gwt-material.version}</version>
+ <version>1.5.3</version>
192
</dependency>
193
194
0 commit comments