Skip to content

Commit a26976f

Browse files
committed
Iteration for 1.5.3 release (Emergency release for MaterialSwitch component)
1 parent bf66bbf commit a26976f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cache:
77
- $HOME/.m2
88
before_install:
99
# 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
10+
- git clone -b release_1.5.3 https://github.com/GwtMaterialDesign/gwt-material.git
1111
- cd gwt-material
1212
- mvn install -DskipTests=true -DdryRun=true
1313
- cd ..

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
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>

0 commit comments

Comments
 (0)