File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 - $HOME/.m2
88before_install :
99# install the gwt-material-jquery library
10- - git clone -b release_2.2 https://github.com/GwtMaterialDesign/gwt-material-jquery.git
10+ - git clone -b release_2.3 https://github.com/GwtMaterialDesign/gwt-material-jquery.git
1111- cd gwt-material-jquery
1212- mvn install -DskipTests=true -DdryRun=true
1313- cd ..
1414# install the gwt-material library
15- - git clone -b release_2.2 https://github.com/GwtMaterialDesign/gwt-material.git
15+ - git clone -b release_2.3 https://github.com/GwtMaterialDesign/gwt-material.git
1616- cd gwt-material
1717- mvn install -DskipTests=true -DdryRun=true
1818- cd ..
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -ev
3- if [ " $TRAVIS_JDK_VERSION " == " oraclejdk8" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " master " ]; then
3+ if [ " $TRAVIS_JDK_VERSION " == " oraclejdk8" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " release_2.3 " ]; 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
You can’t perform that action at this time.
0 commit comments