File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 - $HOME/.m2
88before_install :
99# install the gwt-material library before we build the demo
10- - git clone -b release_1.5.1 https://github.com/GwtMaterialDesign/gwt-material.git
10+ - git clone -b release_1.5.2 https://github.com/GwtMaterialDesign/gwt-material.git
1111- cd gwt-material
1212- mvn install -DskipTests=true -DdryRun=true
1313- cd ..
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -ev
3- if [ " $TRAVIS_JDK_VERSION " == " oraclejdk7" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " release_1.5.1 " ]; then
3+ if [ " $TRAVIS_JDK_VERSION " == " oraclejdk7" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " release_1.5.2 " ]; then
44 echo " <settings><servers><server><id>ossrh</id><username>\$ {env.OSSRH_USER}</username><password>\$ {env.OSSRH_PASS}</password></server></servers></settings>" > ~ /settings.xml
55 mvn deploy --settings ~ /settings.xml
66fi
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gw
77<dependency >
88 <groupId >com.github.gwtmaterialdesign</groupId >
99 <artifactId >gwt-material-addins</artifactId >
10- <version >1.5.1 </version >
10+ <version >1.5.2 </version >
1111</dependency >
1212```
1313
@@ -16,7 +16,7 @@ Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gw
1616<dependency >
1717 <groupId >com.github.gwtmaterialdesign</groupId >
1818 <artifactId >gwt-material-addins</artifactId >
19- <version >1.5.2 -SNAPSHOT</version >
19+ <version >1.6.0 -SNAPSHOT</version >
2020</dependency >
2121```
2222
You can’t perform that action at this time.
0 commit comments