Skip to content

Commit

Permalink
Merge pull request #7 from GwtMaterialDesign/release_1.3
Browse files Browse the repository at this point in the history
Release 1.3
  • Loading branch information
kevzlou7979 authored Aug 26, 2016
2 parents 294ef59 + e945f39 commit 865fb77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 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 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 https://github.com/GwtMaterialDesign/gwt-material-addins.git
- cd gwt-material-addins
- mvn install -DskipTests=true -DdryRun=true
- cd ..
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-patterns</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>

```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>1.5.2</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<gwt.version>2.7.0</gwt.version>
<gwtp.version>1.5.3</gwtp.version>
<gin.version>2.1.2</gin.version>
<gwt-material.version>1.5.2</gwt-material.version>
<gwt-material.version>1.6.0</gwt-material.version>
<gwt.style>OBF</gwt.style>

<!-- maven -->
Expand Down

0 comments on commit 865fb77

Please sign in to comment.