diff --git a/.travis.yml b/.travis.yml index 5794402..e9ff5d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,17 +7,17 @@ cache: - $HOME/.m2 before_install: # install the gwt-material library before we build the demo -- git clone -b release_1.5 https://github.com/GwtMaterialDesign/gwt-material.git +- git clone -b release_1.5.2 https://github.com/GwtMaterialDesign/gwt-material.git - cd gwt-material - mvn install -DskipTests=true -DdryRun=true - cd .. # install the gwt-material-themes library -- git clone https://github.com/GwtMaterialDesign/gwt-material-themes.git +- git clone -b release_1.5.2 clone https://github.com/GwtMaterialDesign/gwt-material-themes.git - cd gwt-material-themes - mvn install -DskipTests=true -DdryRun=true - cd .. # install the gwt-material-addins library -- git clone https://github.com/GwtMaterialDesign/gwt-material-addins.git +- git clone -b release_1.5.2 clone https://github.com/GwtMaterialDesign/gwt-material-addins.git - cd gwt-material-addins - mvn install -DskipTests=true -DdryRun=true - cd .. diff --git a/README.md b/README.md index 26e5b36..77eee12 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ com.github.gwtmaterialdesign gwt-material-patterns - 1.1 + 1.2 ``` diff --git a/pom.xml b/pom.xml index 0729ccf..56e798e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ gwt-material-parent com.github.gwtmaterialdesign - 1.5.1 + 1.5.2 4.0.0 gwt-material-patterns - 1.1 + 1.2 war GWTP Patterns @@ -19,7 +19,7 @@ 2.7.0 1.5.3 2.1.2 - 1.5.1 + 1.5.2 OBF