File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
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 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 ..
1414# install the gwt-material library
15- - git clone -b master https://github.com/GwtMaterialDesign/gwt-material.git
15+ - git clone -b release_2.1.1 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.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 @@ -13,21 +13,21 @@ AmCharts Official Documentation can be found [here](https://docs.amcharts.com/3/
1313
1414
1515## Maven
16- ### Current Version
16+ ### Current Version 2.1.1
1717``` xml
1818<dependency >
1919 <groupId >com.github.gwtmaterialdesign</groupId >
2020 <artifactId >gwt-material-amcharts</artifactId >
21- <version >2.1</version >
21+ <version >2.1.1 </version >
2222</dependency >
2323```
2424
25- ### Snapshot Version 2.1.1-SNAPSHOT
25+ ### Snapshot Version 2.2
2626``` xml
2727<dependency >
2828 <groupId >com.github.gwtmaterialdesign</groupId >
2929 <artifactId >gwt-material-amcharts</artifactId >
30- <version >2.1.1-SNAPSHOT </version >
30+ <version >2.2 </version >
3131</dependency >
3232```
3333
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.gwtmaterialdesign</groupId >
88 <artifactId >gwt-material-parent</artifactId >
9- <version >2.1</version >
9+ <version >2.1.1 </version >
1010 </parent >
1111
1212 <modelVersion >4.0.0</modelVersion >
1313
1414 <groupId >com.github.gwtmaterialdesign</groupId >
1515 <artifactId >gwt-material-amcharts</artifactId >
16- <version >2.1</version >
16+ <version >2.1.1 </version >
1717 <packaging >gwt-lib</packaging >
1818
1919 <name >gwt-material-amcharts</name >
You can’t perform that action at this time.
0 commit comments