File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 - $HOME/.m2
88before_install :
99# install the gwt-material-jquery because it will depends on built in jquery
10- - git clone -b master https://github.com/GwtMaterialDesign/gwt-material-jquery.git
10+ - git clone -b release_2.1.1 https://github.com/GwtMaterialDesign/gwt-material-jquery.git
1111- cd gwt-material-jquery
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 " == " oraclejdk8" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " master " ]; then
3+ if [ " $TRAVIS_JDK_VERSION " == " oraclejdk8" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " release_2.1.1 " ]; 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 44 <parent >
55 <artifactId >gwt-material-parent</artifactId >
66 <groupId >com.github.gwtmaterialdesign</groupId >
7- <version >2.1</version >
7+ <version >2.1.1-SNAPSHOT </version >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010
1818 <dependency >
1919 <groupId >com.github.gwtmaterialdesign</groupId >
2020 <artifactId >gwt-material-jquery</artifactId >
21- <version >2.1</version >
21+ <version >2.1.1-SNAPSHOT </version >
2222 </dependency >
2323 <dependency >
2424 <groupId >com.google.gwt</groupId >
Original file line number Diff line number Diff line change 55
66 <groupId >com.github.gwtmaterialdesign</groupId >
77 <artifactId >gwt-material-parent</artifactId >
8- <version >2.1</version >
8+ <version >2.1.1-SNAPSHOT </version >
99 <packaging >pom</packaging >
1010 <modules >
1111 <module >gwt-material</module >
6565 <
connection >scm:git:
[email protected] :GwtMaterialDesign/gwt-material.git</
connection >
6666 <
developerConnection >scm:git:
[email protected] :GwtMaterialDesign/gwt-material.git</
developerConnection >
6767 <url >http://github.com/GwtMaterialDesign/gwt-material</url >
68- <tag >v2.1</tag >
68+ <tag >v2.1.1-SNAPSHOT </tag >
6969 </scm >
7070
7171 <licenses >
You can’t perform that action at this time.
0 commit comments