From 00e745d2a8ebac26b92d36dd94d23b047c44a9e3 Mon Sep 17 00:00:00 2001 From: Kevzlou7979 Date: Thu, 30 Jun 2016 15:17:23 +0800 Subject: [PATCH 1/3] Fixed travis error --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9ff5d3..5a882bb 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.2 https://github.com/GwtMaterialDesign/gwt-material.git +- git clone -b 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 -b release_1.5.2 clone https://github.com/GwtMaterialDesign/gwt-material-themes.git +- git clone -b 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 -b release_1.5.2 clone https://github.com/GwtMaterialDesign/gwt-material-addins.git +- git clone -b clone https://github.com/GwtMaterialDesign/gwt-material-addins.git - cd gwt-material-addins - mvn install -DskipTests=true -DdryRun=true - cd .. From abce006671fcef2f787f62d4b797a8cda79dfb3a Mon Sep 17 00:00:00 2001 From: Kevzlou7979 Date: Thu, 30 Jun 2016 15:33:11 +0800 Subject: [PATCH 2/3] Finalize fixed on travis error --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a882bb..46a1595 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 https://github.com/GwtMaterialDesign/gwt-material.git +- git clone 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 -b clone https://github.com/GwtMaterialDesign/gwt-material-themes.git +- git 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 -b clone https://github.com/GwtMaterialDesign/gwt-material-addins.git +- git clone https://github.com/GwtMaterialDesign/gwt-material-addins.git - cd gwt-material-addins - mvn install -DskipTests=true -DdryRun=true - cd .. From e945f391a3bdbfaa712bb134b91ce6ccb10fe164 Mon Sep 17 00:00:00 2001 From: Kevzlou7979 Date: Fri, 26 Aug 2016 16:13:14 +0800 Subject: [PATCH 3/3] Release 1.6.0 - Version update --- README.md | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77eee12..a2b49d3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ com.github.gwtmaterialdesign gwt-material-patterns - 1.2 + 1.3 ``` diff --git a/pom.xml b/pom.xml index 56e798e..856ce61 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ gwt-material-parent com.github.gwtmaterialdesign - 1.5.2 + 1.6.0 4.0.0 @@ -19,7 +19,7 @@ 2.7.0 1.5.3 2.1.2 - 1.5.2 + 1.6.0 OBF